mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove unnecessary usage of CONST_CS
Closes GH-9685.
This commit is contained in:
parent
289822d3ad
commit
77ee92a50c
17 changed files with 58 additions and 60 deletions
|
@ -182,7 +182,7 @@ struct _php_stream_wrapper {
|
|||
#define PHP_STREAM_FLAG_NO_FCLOSE 0x80
|
||||
|
||||
/* Suppress generation of PHP warnings on stream read/write errors.
|
||||
* Currently for internal use only. */
|
||||
* Currently, for internal use only. */
|
||||
#define PHP_STREAM_FLAG_SUPPRESS_ERRORS 0x100
|
||||
|
||||
/* Do not close handle except it is explicitly closed by user (e.g. fclose) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue