summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-10-29 11:56:42 +0000
committerZeev Suraski <zeev@php.net>2000-10-29 11:56:42 +0000
commit19dad410ec11b60d3d3841bac07684fdb5b79a13 (patch)
treed78f0bbbd69d6657fe2d9b3077f599efeb97b4fb /main
parent1fd09132c2539400fa198ba3172aed9ab0a9b951 (diff)
downloadphp-git-19dad410ec11b60d3d3841bac07684fdb5b79a13.tar.gz
Fix Windows build
Diffstat (limited to 'main')
-rw-r--r--main/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c
index 5409b6f4a0..90e41c3f3d 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