mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
fix crash with display_startup_errors=1
This commit is contained in:
parent
0116466974
commit
bfccc4ed58
2 changed files with 31 additions and 6 deletions
|
@ -67,6 +67,8 @@ typedef enum _php_output_handler_status_t {
|
|||
/* supplementary flags for php_output_get_status() */
|
||||
#define PHP_OUTPUT_ACTIVE 0x10
|
||||
#define PHP_OUTPUT_LOCKED 0x20
|
||||
/* output layer is ready to use */
|
||||
#define PHP_OUTPUT_ACTIVATED 0x100000
|
||||
|
||||
/* handler hooks */
|
||||
typedef enum _php_output_handler_hook_t {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue