From:             wim dot heirman at elis dot ugent dot be
Operating system: Debian Unstable
PHP version:      4.3.9
PHP Bug Type:     CGI related
Bug description:  php4-cli cannot run in background

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 bug report at http://bugs.php.net/?id=30361&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30361&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30361&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30361&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30361&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30361&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30361&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30361&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30361&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30361&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30361&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=30361&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=30361&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30361&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30361&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30361&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30361&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30361&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30361&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30361&r=mysqlcfg

Reply via email to