Date: 10/21/00
- Next message: Sebastian Bergmann: "[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysql/libmysql libmysql.dsp"
- Previous message: Alan van den Bosch: "Re: [PHP-DEV] PHP 4.0 Bug #7373: PHP fails with error 0 in fopen() on some URLs that IE & Netscape can"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Sebastian Bergmann: "[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/mysql/libmysql libmysql.dsp"
- Previous message: Alan van den Bosch: "Re: [PHP-DEV] PHP 4.0 Bug #7373: PHP fails with error 0 in fopen() on some URLs that IE & Netscape can"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

