|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-01-10 02:17 UTC] rasmus@php.net
[2015-01-10 02:17 UTC] rasmus@php.net
-Status: Open
+Status: Closed
[2015-01-10 02:17 UTC] rasmus@php.net
[2015-01-10 02:17 UTC] rasmus@php.net
[2015-01-12 12:01 UTC] ab@php.net
[2015-01-12 12:01 UTC] ab@php.net
[2015-01-12 12:01 UTC] ab@php.net
[2016-07-20 11:40 UTC] davey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 07:00:01 2025 UTC |
Description: ------------ Hi, In /sapi/cli/php_cli_server.c: 2283 if (server_sock >= -1) { 2284 closesocket(server_sock); It should be > -1, not >=. closesocket() cannot be used with -1.