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 9c5e604391..579cae503c 100644 --- a/main/php_output.h +++ b/main/php_output.h @@ -75,7 +75,7 @@ typedef struct _php_ob_buffer { php_output_handler_func_t internal_output_handler; char *internal_output_handler_buffer; uint internal_output_handler_buffer_size; - char *handler_name; + zstr handler_name; zend_bool erase; } php_ob_buffer; |