diff options
author | Zeev Suraski <zeev@php.net> | 2000-10-29 11:56:42 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-10-29 11:56:42 +0000 |
commit | 19dad410ec11b60d3d3841bac07684fdb5b79a13 (patch) | |
tree | d78f0bbbd69d6657fe2d9b3077f599efeb97b4fb /main | |
parent | 1fd09132c2539400fa198ba3172aed9ab0a9b951 (diff) | |
download | php-git-19dad410ec11b60d3d3841bac07684fdb5b79a13.tar.gz |
Fix Windows build
Diffstat (limited to 'main')
-rw-r--r-- | main/main.c | 2 |
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 |