From: [EMAIL PROTECTED]
Operating system: Linux, redhat 7.0
PHP version: 4.0.5
PHP Bug Type: Unknown/Other Function
Bug description: exec/system return value 11 for all C program
if i use system("/bin/ls -al",$res), all is fin, $res=0.
BUT, if i use system("/home/xan/all_env",$res),
the result is always 11 (for what ever C program i've write).
ls -al /home/xan/all_env
rwxr-xr-x [...] all_env
(compile dynamically or statically)
can you help me ?
I use apache 1.3.19 and php4.0.5 (and test before with php3.0.18)
--
Edit Bug report at: http://bugs.php.net/?id=11482&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]