ID:               30361
 User updated by:  wim dot heirman at elis dot ugent dot be
 Reported By:      wim dot heirman at elis dot ugent dot be
-Status:           Feedback
+Status:           Closed
 Bug Type:         CGI related
 Operating System: Debian Unstable
 PHP Version:      4.3.9
 New Comment:

Works for me too, thanks!


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

[2004-12-12 01:54:12] [EMAIL PROTECTED]

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.


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

[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