Interesting. When I try this, $return_output gives an empty array, and $return_code gives 1.

On Dec 31, 2008, at 3:38 PM, chris smith wrote:

Try using exec() so you get the whole return message, might be
something useful in there.

exec($command_line, $return_output, $return_code);



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to