]> granicus.if.org Git - php/commit
Fixed bug #5453 (WSA cleanup executes before MSHUTDOWN)
authorKalle Sommer Nielsen <kalle@php.net>
Sat, 6 Aug 2016 02:06:50 +0000 (04:06 +0200)
committerKalle Sommer Nielsen <kalle@php.net>
Sat, 6 Aug 2016 02:06:50 +0000 (04:06 +0200)
commit7813e9de11500b51b9e30193fcdb7d09cf99a7cf
treec7defd26ca9789f2c451ec0752ff4f7d5512c22a
parent25437255d7a932e366c13e1a2db0e3adaef83074
Fixed bug #5453 (WSA cleanup executes before MSHUTDOWN)

This moves the WSACleanup() call to after zend_shutdown() in main.c, I did some testing and I could not find any issues with this. I don't expect this to cause any issues on Netware either, although untested as I do not have such an env available (do we even support Netware anymore? Last release was in 2009 and it is now discontinued)

Besides the movie, then this commit also contains a fix to the check of WSAStartup() where we don't actually confirm we get the desired version of the winsock.dll (We use 2.0).
NEWS
main/main.c