]> granicus.if.org Git - php/commit
Fix #78212: Segfault in built-in webserver
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 27 Jun 2019 09:34:51 +0000 (11:34 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 11 Jul 2019 11:09:54 +0000 (13:09 +0200)
commitfa65f5ecf5d0539f15a3048bf8c073f4c262baf1
treed9631a36f1523bc1f8cadfa403fdb3b8d210561c
parente7a83ec8dff962ea624508f18b9b10f5add030cc
Fix #78212: Segfault in built-in webserver

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>
NEWS
win32/wsyslog.c