diff options
| author | Zeev Suraski <zeev@php.net> | 2002-10-06 12:02:53 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2002-10-06 12:02:53 +0000 |
| commit | df55f3579850afc260198312da2c1eb0fc2a8591 (patch) | |
| tree | 85e47a20e0be1c6a104afee6f4756c3bea87c628 /ext/standard/basic_functions.c | |
| parent | 68cd0676700f884a8b1d5144212ab7520c2078c6 (diff) | |
| download | php-git-df55f3579850afc260198312da2c1eb0fc2a8591.tar.gz | |
Revert the implicit_flush mess.
Do not revert it again under any circumstances!
Yasuo/anybody else - if there are issues with implicit_flush, please inform
me and I will fix them.
Diffstat (limited to 'ext/standard/basic_functions.c')
| -rw-r--r-- | ext/standard/basic_functions.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index d95bb67777..c8b402d1a6 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -2076,7 +2076,6 @@ PHP_FUNCTION(highlight_string) convert_to_string(expr); if (i) { - php_output_set_status(0 TSRMLS_CC); php_start_ob_buffer (NULL, 0, 1 TSRMLS_CC); } @@ -2093,7 +2092,6 @@ PHP_FUNCTION(highlight_string) if (i) { php_ob_get_buffer (return_value TSRMLS_CC); php_end_ob_buffer (0, 0 TSRMLS_CC); - php_output_set_status(1 TSRMLS_CC); } else { RETURN_TRUE; } |
