ID:               30361
 Updated by:       [EMAIL PROTECTED]
 Reported By:      wim dot heirman at elis dot ugent dot be
-Status:           Open
+Status:           Feedback
 Bug Type:         CGI related
 Operating System: Debian Unstable
 PHP Version:      4.3.9
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

Works fine for me using latest CVS snapshot.



Previous Comments:
------------------------------------------------------------------------

[2004-10-08 12:02:38] wim dot heirman at elis dot ugent dot be

Description:
------------
When starting a PHP script from the commandline as a background
process, the php process goes into stopped state immediatly.

Reproduce code:
---------------
bash> php foo.php &


Expected result:
----------------
PHP should execute foo.php in the background

Actual result:
--------------
The PHP process is suspended (state=T in a ps -ax). Bringing it to
foreground with fg resumes the process, bg or kill -CONT however is not
working.
This did work fine in PHP 4.3.8.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=30361&edit=1

Reply via email to