diff options
author | Derick Rethans <derick@php.net> | 2002-10-03 10:35:33 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-10-03 10:35:33 +0000 |
commit | 9b517c4b934d71c2270e610015eaf0807e26104c (patch) | |
tree | e80a5a271da82d026633b9a69c30e5409be547fd /ext/standard/basic_functions.c | |
parent | 5084c5ecfc13e65f68772d912f72d12c845b3c43 (diff) | |
download | php-git-9b517c4b934d71c2270e610015eaf0807e26104c.tar.gz |
- Revert changed to implicit_flush behavior. The new behavior was not
intended in the first place.
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 4d988697f1..ed9019b1e0 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -2077,7 +2077,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); } @@ -2094,7 +2093,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; } |