diff options
Diffstat (limited to 'win32/php_win32_globals.h')
-rwxr-xr-x | win32/php_win32_globals.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/php_win32_globals.h b/win32/php_win32_globals.h index c130d5bc50..36d28e2beb 100755 --- a/win32/php_win32_globals.h +++ b/win32/php_win32_globals.h @@ -41,9 +41,14 @@ struct _php_win32_core_globals { /* time */ struct timeval starttime; __int64 lasttime, freq; + + HKEY registry_key; + HANDLE registry_event; + HashTable *registry_directories; }; void php_win32_core_globals_ctor(void *vg TSRMLS_DC); +void php_win32_core_globals_dtor(void *vg TSRMLS_DC); PHP_RSHUTDOWN_FUNCTION(win32_core_globals); #endif |