|
|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-04-07 05:16 UTC] [email protected]
[2003-04-16 12:33 UTC] [email protected]
|
|||||||||||||||||||||||||||
|
All rights reserved. |
Last updated: Wed Jan 28 04:00:02 2026 UTC |
When i use the following command, php crash: echo socket_strerror ( 40 ); or for ( $i=0; $i < 50 ; $i++ ) { echo socket_strerror ( $i ); } i test php in cli and cgi mode. This works fine on linux.