diff options
author | Zeev Suraski <zeev@php.net> | 1999-08-24 23:12:50 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-08-24 23:12:50 +0000 |
commit | 7e250d06f5eb50c12d99921d768a8469d7de9c46 (patch) | |
tree | 29d634dc7aa35ea3d03cccb786c64fb91acd6845 /main/php_globals.h | |
parent | d8a322e7be07473647730144a5507f7da82b9680 (diff) | |
download | php-git-7e250d06f5eb50c12d99921d768a8469d7de9c46.tar.gz |
Add output_buffering directive
Diffstat (limited to 'main/php_globals.h')
-rw-r--r-- | main/php_globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index 7817643612..be8b5e3890 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -50,6 +50,7 @@ struct _php_core_globals { long asp_tags; long short_tags; + long output_buffering; long safe_mode; long sql_safe_mode; |