[PHP] Re: php 5.3.2 Unable to fork

2010-04-01 Thread Eduardo Nunes
Hi, thanks for the reply, just tried without any db bases and the scenario did not change (besides for mysql). With and without pear.. nothing changed from the initial scene. Nathan Rixham nrix...@gmail.com escreveu na mensagem news:4bb3eb75.4020...@gmail.com... Eduardo Nunes wrote:

Re: [PHP] Re: php 5.3.2 Unable to fork

2010-04-01 Thread Eduardo Nunes
I would try your setenv path idea while compiling php without mysql, however I don't get why compiling php with mysql does not fork nor execute even running the php cli as root... Thanks for the reply Nilesh! Nilesh Govindarajan li...@itech7.com escreveu na mensagem

[PHP] Re: php 5.3.2 Unable to fork

2010-03-31 Thread Eduardo Nunes
Compiling without mysql support, the cli php -r 'echo shell_exec(echo Test!);' works fine even as the apache unprivileged user. However when running the test.php script with apache the error log still shows the error Unable to execute / Unable to fork ... Eduardo Nunes zeh...@terra.com.br

[PHP] Re: php 5.3.2 Unable to fork

2010-03-31 Thread Nathan Rixham
Eduardo Nunes wrote: Compiling without mysql support, the cli php -r 'echo shell_exec(echo Test!);' works fine even as the apache unprivileged user. However when running the test.php script with apache the error log still shows the error Unable to execute / Unable to fork ... back in 5.2.3 i

Re: [PHP] Re: php 5.3.2 Unable to fork

2010-03-31 Thread Nilesh Govindarajan
On 04/01/10 02:21, Eduardo Nunes wrote: Compiling without mysql support, the cli php -r 'echo shell_exec(echo Test!);' works fine even as the apache unprivileged user. However when running the test.php script with apache the error log still shows the error Unable to execute / Unable to fork ...