diff options
Diffstat (limited to 'main/main.c')
-rw-r--r-- | main/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/main.c b/main/main.c index 0858a4d97e..7443733c94 100644 --- a/main/main.c +++ b/main/main.c @@ -1189,6 +1189,9 @@ static void php3_parse(zend_file_handle *primary_file CLS_DC ELS_DC) } _php3_hash_environment(); +#if WIN32||WINNT + UpdateIniFromRegistry(primary_file->filename); +#endif if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) { prepend_file.filename = PG(auto_prepend_file); |