summaryrefslogtreecommitdiff
path: root/main/php_output.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2002-10-06 09:06:24 +0000
committerZeev Suraski <zeev@php.net>2002-10-06 09:06:24 +0000
commitde36720e0e59c593062cb3e3440665deec6f3a0f (patch)
treec30be12f69a1f73d382a3730631e05cbfb4667f3 /main/php_output.h
parentb832af75f0f090ab9fd28ec61400aafdf98816eb (diff)
downloadphp-git-de36720e0e59c593062cb3e3440665deec6f3a0f.tar.gz
Begin the cleanup - remove ob_flush_all()
Diffstat (limited to 'main/php_output.h')
-rw-r--r--main/php_output.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/php_output.h b/main/php_output.h
index 4d0f7f0697..67d16a1741 100644
--- a/main/php_output.h
+++ b/main/php_output.h
@@ -47,7 +47,6 @@ PHPAPI int php_ob_get_length(zval *p TSRMLS_DC);
PHP_FUNCTION(ob_start);
PHP_FUNCTION(ob_flush);
-PHP_FUNCTION(ob_flush_all);
PHP_FUNCTION(ob_clean);
PHP_FUNCTION(ob_end_flush);
PHP_FUNCTION(ob_end_clean);