|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-07-15 01:51 UTC] evan715 at sirius dot com
[1999-07-15 02:45 UTC] rasmus at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Jun 16 11:00:01 2026 UTC |
When I try to run the following PHP script, I get: [notice] child pid 13881 exit signal Segmentation fault (11) <? $file = file("alert"); for($i = 0; $i < sizeof($file); $i++) $action = split(":",$file[$i]); echo $action[1]; ?> The file does exist and I cannot get any other information out of this. Thank you.