I've noticed the same problem. The strange thing is that it happens only
on one out of our 5 production and 2 development machine that have the
exact same configuration. I'm trying to see what makes this one
different. Btw. in my case the system command does not get executed.
Edin
On 16 Jan 2001 [EMAIL PROTECTED] wrote:
> From: [EMAIL PROTECTED]
> Operating system: linux 2.2.16
> PHP version: 4.0.4pl1
> PHP Bug Type: Unknown/Other Function
> Bug description: execution function return always -1
>
> I trie to get the result code of exec, system or passthru function but i always get
>-1 under linux. version of php: 4.0.3pl1 et 4.0.4pl1
>
> <?
> passthru("/bin/echo test",$r);
> echo $r;
>
> system("/bin/echo test", $r);
> echo $r;
>
> ?>
>
> I trie under winnt 4 sp6/apache 1.3.14 and it's works fine
> <?
> passthru("echo test", $r;
> echo $r;
> ?>
>
>
>
>
--
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]