mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Clear handler status flag in handler init
Closes GH-13087
This commit is contained in:
parent
6647d5f609
commit
3ce7bf2a77
5 changed files with 42 additions and 2 deletions
|
@ -43,6 +43,8 @@
|
|||
#define PHP_OUTPUT_HANDLER_DISABLED 0x2000
|
||||
#define PHP_OUTPUT_HANDLER_PROCESSED 0x4000
|
||||
|
||||
#define PHP_OUTPUT_HANDLER_ABILITY_FLAGS(bitmask) ((bitmask) & ~0xf00f)
|
||||
|
||||
/* handler op return values */
|
||||
typedef enum _php_output_handler_status_t {
|
||||
PHP_OUTPUT_HANDLER_FAILURE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue