mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +02:00
MFH: win32 zts fix
This commit is contained in:
@@ -119,6 +119,9 @@ PHP_RSHUTDOWN_FUNCTION(syslog)
|
||||
if (BG(syslog_device)) {
|
||||
efree(BG(syslog_device));
|
||||
}
|
||||
#ifdef PHP_WIN32
|
||||
closelog();
|
||||
#endif
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user