[PHP-DEV] PHP 4.0 Bug #3670: exec don't work as expected From: nestor <email protected>
Date: 02/29/00

From: nestor <email protected>
Operating system: Debian GNU/Linux Potato kernel 2.2.13
PHP version: 4.0 Beta 4 Patch Level 1
PHP Bug Type: Other
Bug description: exec don't work as expected

The function exec, don't work as expected i use the same code in php3 and it always return the stdout of the program, but in php4 it don't work so i have to pass by reference an array , i.e. exec ("program", $array) for this to work, so i think there is a problem with the return value.

Thanks for your great work !!

-- 
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>