]> granicus.if.org Git - php/commitdiff
binary compat for 64-bit platforms shouldn't matter much as they were
authorZeev Suraski <zeev@php.net>
Sun, 18 May 2003 10:22:16 +0000 (10:22 +0000)
committerZeev Suraski <zeev@php.net>
Sun, 18 May 2003 10:22:16 +0000 (10:22 +0000)
fairly broken to begin with

main/php_globals.h

index 0a125040fb442cfcdcd60dbd43692c4035c27504..6813e81bbb5e640af657b8860d1d12cd627e6471 100644 (file)
@@ -57,7 +57,7 @@ struct _php_core_globals {
        zend_bool allow_call_time_pass_reference;
        zend_bool implicit_flush;
 
-       int output_buffering;
+       long output_buffering;
 
        char *safe_mode_include_dir;
        zend_bool safe_mode_gid;