diff options
| author | Sebastian Bergmann <sebastian@php.net> | 2002-09-01 11:33:19 +0000 |
|---|---|---|
| committer | Sebastian Bergmann <sebastian@php.net> | 2002-09-01 11:33:19 +0000 |
| commit | 714c19fe66dd5feef380eccb4606be5193381c13 (patch) | |
| tree | 1a0988ce5697b068f13d47d0321f01784dafc973 /main/php_globals.h | |
| parent | 73cf316a5306cfef44e87a60589b80f5e6ec6a52 (diff) | |
| download | php-git-714c19fe66dd5feef380eccb4606be5193381c13.tar.gz | |
Per discussion on #php.bugs (+1 from at least Derick and Jani), revert double_buffering.
Diffstat (limited to 'main/php_globals.h')
| -rw-r--r-- | main/php_globals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index 4f8755aa4b..579201f75d 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -58,7 +58,6 @@ struct _php_core_globals { zend_bool implicit_flush; int output_buffering; - int double_buffering; char *safe_mode_include_dir; zend_bool safe_mode_gid; |
