From 19dad410ec11b60d3d3841bac07684fdb5b79a13 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 29 Oct 2000 11:56:42 +0000 Subject: [PATCH] Fix Windows build --- Zend/Zend.dsp | 12 ++++++++---- Zend/ZendTS.dsp | 8 ++++++++ main/main.c | 2 +- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Zend/Zend.dsp b/Zend/Zend.dsp index e1d2fc212dd..65671b53fc8 100644 --- a/Zend/Zend.dsp +++ b/Zend/Zend.dsp @@ -151,10 +151,6 @@ SOURCE=.\zend_extensions.c # End Source File # Begin Source File -SOURCE=.\zend_gcc_inline.c -# End Source File -# Begin Source File - SOURCE=.\zend_hash.c # End Source File # Begin Source File @@ -167,6 +163,10 @@ SOURCE=.\zend_indent.c # End Source File # Begin Source File +SOURCE=.\zend_ini.c +# End Source File +# Begin Source File + SOURCE=.\zend_list.c # End Source File # Begin Source File @@ -279,6 +279,10 @@ SOURCE=.\zend_indent.h # End Source File # Begin Source File +SOURCE=.\zend_ini.h +# End Source File +# Begin Source File + SOURCE=.\zend_list.h # End Source File # Begin Source File diff --git a/Zend/ZendTS.dsp b/Zend/ZendTS.dsp index c49f30a060d..dfab10b7673 100644 --- a/Zend/ZendTS.dsp +++ b/Zend/ZendTS.dsp @@ -167,6 +167,10 @@ SOURCE=.\zend_indent.c # End Source File # Begin Source File +SOURCE=.\zend_ini.c +# End Source File +# Begin Source File + SOURCE=.\zend_list.c # End Source File # Begin Source File @@ -291,6 +295,10 @@ SOURCE=.\zend_indent.h # End Source File # Begin Source File +SOURCE=.\zend_ini.h +# End Source File +# Begin Source File + SOURCE=.\zend_list.h # End Source File # Begin Source File diff --git a/main/main.c b/main/main.c index 5409b6f4a08..90e41c3f3df 100644 --- a/main/main.c +++ b/main/main.c @@ -718,7 +718,7 @@ static int php_body_write_wrapper(const char *str, uint str_length) #ifdef ZTS static void php_new_thread_end_handler(THREAD_T thread_id) { - php_ini_refresh_caches(PHP_INI_STAGE_STARTUP); + zend_ini_refresh_caches(PHP_INI_STAGE_STARTUP); } #endif