summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.h
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>1999-10-27 18:30:41 +0000
committerThies C. Arntzen <thies@php.net>1999-10-27 18:30:41 +0000
commitea880d2b86729f8dc68c5cb4d7572463d089d9b1 (patch)
tree9ca5eb989986c52c6aa6ac5c75c93d2790d902a3 /ext/standard/basic_functions.h
parentc171eecd7aea11c22a8d7b111fc6b8a34b243216 (diff)
downloadphp-git-ea880d2b86729f8dc68c5cb4d7572463d089d9b1.tar.gz
moved output.c into ext/standart and made it thread-safe.
moved output-buffering related functions from basic_functions to output.c Win32 project need to be updated to reflect new position. # i'm not really happy with this solution, but it seemed the easiest one! # the whole output code is a bit hard to understand... @- Output-Buffering system is now Thread-Safe. (Thies)
Diffstat (limited to 'ext/standard/basic_functions.h')
-rw-r--r--ext/standard/basic_functions.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h
index 3b266a99e0..a65848e647 100644
--- a/ext/standard/basic_functions.h
+++ b/ext/standard/basic_functions.h
@@ -104,11 +104,6 @@ PHP_FUNCTION(highlight_file);
PHP_FUNCTION(highlight_string);
ZEND_API void php_get_highlight_struct(zend_syntax_highlighter_ini *syntax_highlighter_ini);
-PHP_FUNCTION(ob_start);
-PHP_FUNCTION(ob_end_flush);
-PHP_FUNCTION(ob_end_clean);
-PHP_FUNCTION(ob_get_contents);
-
PHP_FUNCTION(ini_get);
PHP_FUNCTION(ini_alter);
PHP_FUNCTION(ini_restore);