fix crash with display_startup_errors=1

This commit is contained in:
Michael Wallner 2012-01-25 17:22:46 +00:00
parent 0116466974
commit bfccc4ed58
2 changed files with 31 additions and 6 deletions

View file

@ -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 {