File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -727,6 +727,9 @@ int zend_startup(zend_utility_functions *utility_functions, char **extensions) /
727
727
ini_scanner_globals_ctor (& ini_scanner_globals );
728
728
php_scanner_globals_ctor (& language_scanner_globals );
729
729
zend_set_default_compile_time_values ();
730
+ #ifdef ZEND_WIN32
731
+ zend_get_windows_version_info (& EG (windows_version_info ));
732
+ #endif
730
733
#endif
731
734
EG (error_reporting ) = E_ALL & ~E_NOTICE ;
732
735
@@ -798,9 +801,6 @@ void zend_post_startup(void) /* {{{ */
798
801
global_persistent_list = & EG (persistent_list );
799
802
zend_copy_ini_directives ();
800
803
#else
801
- #ifdef ZEND_WIN32
802
- zend_get_windows_version_info (& EG (windows_version_info ));
803
- #endif
804
804
virtual_cwd_deactivate ();
805
805
#endif
806
806
}
You can’t perform that action at this time.
0 commit comments