]> granicus.if.org Git - php/commitdiff
Fix Windows build
authorZeev Suraski <zeev@php.net>
Sun, 29 Oct 2000 11:56:42 +0000 (11:56 +0000)
committerZeev Suraski <zeev@php.net>
Sun, 29 Oct 2000 11:56:42 +0000 (11:56 +0000)
Zend/Zend.dsp
Zend/ZendTS.dsp
main/main.c

index e1d2fc212dde4b581c6f82295dc7a2b273c46482..65671b53fc826200a2c03c035be09b2912038785 100644 (file)
@@ -151,10 +151,6 @@ SOURCE=.\zend_extensions.c
 # End Source File\r
 # Begin Source File\r
 \r
-SOURCE=.\zend_gcc_inline.c\r
-# End Source File\r
-# Begin Source File\r
-\r
 SOURCE=.\zend_hash.c\r
 # End Source File\r
 # Begin Source File\r
@@ -167,6 +163,10 @@ SOURCE=.\zend_indent.c
 # End Source File\r
 # Begin Source File\r
 \r
+SOURCE=.\zend_ini.c\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=.\zend_list.c\r
 # End Source File\r
 # Begin Source File\r
@@ -279,6 +279,10 @@ SOURCE=.\zend_indent.h
 # End Source File\r
 # Begin Source File\r
 \r
+SOURCE=.\zend_ini.h\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=.\zend_list.h\r
 # End Source File\r
 # Begin Source File\r
index c49f30a060d2353427434676cee82ccd9020ead3..dfab10b7673277d35802936fd934dfa5670f128d 100644 (file)
@@ -167,6 +167,10 @@ SOURCE=.\zend_indent.c
 # End Source File\r
 # Begin Source File\r
 \r
+SOURCE=.\zend_ini.c\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=.\zend_list.c\r
 # End Source File\r
 # Begin Source File\r
@@ -291,6 +295,10 @@ SOURCE=.\zend_indent.h
 # End Source File\r
 # Begin Source File\r
 \r
+SOURCE=.\zend_ini.h\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=.\zend_list.h\r
 # End Source File\r
 # Begin Source File\r
index 5409b6f4a088213d7b78278be2ede9e56f463cbc..90e41c3f3df64e513afed6f2a70c91cdd8377338 100644 (file)
@@ -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