diff options
author | Dmitry Stogov <dmitry@php.net> | 2006-03-02 13:12:45 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2006-03-02 13:12:45 +0000 |
commit | c366cc6d1ac32ef94eeee12e641b2ea24ebceb12 (patch) | |
tree | 934afd6672482d14bcbf17f3312aa68b83ed7d20 /main/php_output.h | |
parent | 8f567a5abb99b86886ede2d886507e2c22a2d67e (diff) | |
download | php-git-c366cc6d1ac32ef94eeee12e641b2ea24ebceb12.tar.gz |
Nuke int32_t (everywhere except streams layer) and signed/unsigned warnings
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; |