[PHP-DEV] PHP 4.0 Bug #7380: the function passthru is bad!!!!!!!! From: jorge <email protected>
Date: 10/21/00

From: jorge <email protected>
Operating system: Linux Red Hat 6.2
PHP version: 4.0.3pl1
PHP Bug Type: Output Control
Bug description: the function passthru is bad!!!!!!!!

the function don't return anything to the browser, the problem is when i run a program that need to open a file contained a spaces for example

$cmd="cat /home/test/test file.gif";
passthru($cmd);

If you run this script the document is EMPTY
I try the follow comands without results

$cmd="cat \"/home/test/test file.gif\"";
$cmd="cat /home/test/test\ file.gif";

Please help me

-- 
Edit Bug report at: http://bugs.php.net/?id=7380&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>