mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
fa65f5ecf5
Since syslog's ident and facility parameters have been added to config[1], vsyslog() segfaults on Windows, if openlog() has not been called before. We bring back the removed lines to fix this. [1] <http://git.php.net/?p=php-src.git;a=commit;h=2475337bd8a0fad0dac03db3f5e7e9d331d53653>