- add EG(windows_version_info), set at init time once per instance

contains a OSVERSIONINFOEX struct. It lets us determine easily on which windows version is used (for example)
This commit is contained in:
Pierre Joye 2009-01-16 00:57:43 +00:00
parent 2f61ad9b98
commit f704a50732

View File

@ -215,6 +215,7 @@ struct _zend_executor_globals {
#ifdef ZEND_WIN32
zend_bool timed_out;
OSVERSIONINFOEX windows_version_info;
#endif
HashTable regular_list;