diff options
Diffstat (limited to 'main/php_output.h')
-rw-r--r-- | main/php_output.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php_output.h b/main/php_output.h index 398b5d7b4b..e4ab0f920a 100644 --- a/main/php_output.h +++ b/main/php_output.h @@ -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 { |