We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593e603 commit 2e8fb4eCopy full SHA for 2e8fb4e
main/main.c
@@ -1189,6 +1189,9 @@ static void php3_parse(zend_file_handle *primary_file CLS_DC ELS_DC)
1189
}
1190
_php3_hash_environment();
1191
1192
+#if WIN32||WINNT
1193
+ UpdateIniFromRegistry(primary_file->filename);
1194
+#endif
1195
1196
if (PG(auto_prepend_file) && PG(auto_prepend_file)[0]) {
1197
prepend_file.filename = PG(auto_prepend_file);
main/php3_compat.h
@@ -77,4 +77,7 @@
77
#define zend_print_pval zend_print_zval
78
#define zend_print_pval_r zend_print_zval_r
79
80
+
81
+#define function_entry zend_function_entry
82
83
#endif /* _PHP3_COMPAT_H */
0 commit comments