[PHP] php 5.3.2 Unable to fork

2010-03-31 Thread Eduardo Nunes
Hello people! A time before I had issues with my php 5.2.3 that would not fork anything, neither in shell or via apache, and I figured out that commenting out the snmp.so extension from php.ini made it fork commands passed to php cli with an unprivileged user (www) fine, however apache still

[PHP] scripts never fork: Unable to fork

2010-03-31 Thread Eduardo Nunes
, phpmysqladmin, phpinfo, etc) works great, except for the fork functions. Ideas and help are welcome, Thank you! Eduardo Nunes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[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-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
...@itech7.com... 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