1
0
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:
Wez Furlong
2004-07-30 14:38:29 +00:00
parent 429a6bc483
commit 043fdb5fb1
+3
View File
@@ -119,6 +119,9 @@ PHP_RSHUTDOWN_FUNCTION(syslog)
if (BG(syslog_device)) {
efree(BG(syslog_device));
}
#ifdef PHP_WIN32
closelog();
#endif
return SUCCESS;
}