From ea880d2b86729f8dc68c5cb4d7572463d089d9b1 Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Wed, 27 Oct 1999 18:30:41 +0000 Subject: 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) --- main/internal_functions_win32.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'main/internal_functions_win32.c') diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 389b50714e..73ceb20b8d 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -45,6 +45,7 @@ #include "ext/standard/php3_syslog.h" #include "ext/standard/php3_standard.h" #include "ext/standard/php_lcg.h" +#include "ext/standard/php_output.h" #include "ext/COM/php_COM.h" #include "ext/standard/reg.h" #include "ext/pcre/php_pcre.h" @@ -80,7 +81,8 @@ zend_module_entry *php3_builtin_modules[] = { phpext_pcre_ptr, phpext_odbc_ptr, phpext_lcg_ptr, - phpext_session_ptr + phpext_session_ptr, + phpext_output_ptr }; -- cgit v1.2.1