diff options
Diffstat (limited to 'main/php_output.h')
-rw-r--r-- | main/php_output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_output.h b/main/php_output.h index 57fbcce2a0..f7f5099ffc 100644 --- a/main/php_output.h +++ b/main/php_output.h @@ -142,7 +142,7 @@ typedef struct _php_output_handler { ZEND_BEGIN_MODULE_GLOBALS(output) int flags; - zend_stack *handlers; + zend_stack handlers; php_output_handler *active; php_output_handler *running; char *output_start_filename; |