|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-11-24 01:17 UTC] binary_digit at web dot de
when i call a php script on bash with the #!/usr/local/bin/php header i always get the error segmantation fault but the script executes normal even with a normal <? echo "test"; exit(); ?> i get this error message with cvs up i see that i have the newest php source code PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 20:00:01 2025 UTC |
argh forget the relevant part of this script #!/usr/local/bin/php <? if ($argc < 2) die("nothing to do\n");