|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-06-01 16:02 UTC] jim at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Jun 28 16:00:01 2026 UTC |
<? exec ("/bin/ls", $s); for ($i=0; $i<count($s); $i++) echo $s[$i]."<BR>"; ?> After few days running apache 1.3.2 with PHP this script stops outputting directory listing. In apache error_log: ": is not an identifier". When I restart apache, script work properly... safe_mode = off PHP compiled with Oracle 7, mysql, dbase, gd, libz