[Bug 1265983] Re: php5 cli one instance/process limit

KnightMB knightmb at timekoin.org
Fri Jan 17 19:24:07 UTC 2014


If you run

php test3.php &

Runs, gives a process ID, etc. No errors being eaten by /dev/null on the
screen or any log file for example.

If you modify test2.php so any errors are easily visible,
change
exec("php test3.php &> /dev/null &");
to
exec("php test3.php &");

Run test2.php again, the problem is still there. Even with correct
default shell (in case it wasn't for some reason), the problem still
persist.

So while it would be great if the error was a simple as a default shell
command mismatch, so far there appears to be no evidence to support
this. So I am confused if this is a php-cli issue or not, but so far all
evidence points to it.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in Ubuntu.
https://bugs.launchpad.net/bugs/1265983

Title:
  php5 cli one instance/process limit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1265983/+subscriptions



More information about the Ubuntu-server-bugs mailing list