|   | 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] sniper@php.net
  [2003-04-16 12:33 UTC] moriyoshi@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 13:00:01 2025 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.