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

Ondřej Surý ondrej at sury.org
Fri Jan 17 19:50:16 UTC 2014


It's not a php-cli bug.

TL;DR
The user (default) shell and default shell (what links from /bin/sh) is two entirely different things. Just don't use '&>', but use '>/dev/null 2>&1' and you'll be fine.

As for:

 exec("php test3.php &");

please go read the exec function documentation.

But you should probably move this to askubuntu.com or any other user
support site. This is not a bug in PHP and I am sorry I don't think we
should provide user support in the bugreports.

-- 
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