mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.4'
This commit is contained in:
commit
89934b405e
5 changed files with 67 additions and 35 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue