Merge branch 'PHP-8.4'

This commit is contained in:
Jakub Zelenka 2025-06-21 20:17:15 +02:00
commit 89934b405e
No known key found for this signature in database
GPG key ID: 1C0779DC5C0A9DE4
5 changed files with 67 additions and 35 deletions

View file

@ -219,6 +219,9 @@ struct _php_stream {
/* whether stdio cast flushing is in progress */
uint16_t fclose_stdiocast_flush_in_progress:1;
/* whether fatal error happened and all operations should terminates as soon as possible */
uint16_t fatal_error:1;
char mode[16]; /* "rwb" etc. ala stdio */
uint32_t flags; /* PHP_STREAM_FLAG_XXX */