Date: 10/30/98
- Next message: rasmus: "[PHP-DEV] CVS update: php31"
- Previous message: rasmus: "[PHP-DEV] CVS update: php31"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: willi <email protected>
Operating system: SCO 3.2
PHP version: 3.0.5
PHP Bug Type: Misbehaving function
Bug description: strange exec, popen , ... behavior
<?
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
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: rasmus: "[PHP-DEV] CVS update: php31"
- Previous message: rasmus: "[PHP-DEV] CVS update: php31"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

