summaryrefslogtreecommitdiff
path: root/main/internal_functions_win32.c
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 /main/internal_functions_win32.c
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 'main/internal_functions_win32.c')
-rw-r--r--main/internal_functions_win32.c4
1 files changed, 3 insertions, 1 deletions
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
};