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:           Closed
 Bug Type:         CGI related
 Operating System: Debian Unstable
-PHP Version:      4.3.9
+PHP Version:      4.3.10
 New Comment:

With Debian's new package the problem is back, after playing around
with the configure parameters I found that --with-readline works OK,
but --with-libedit (which is used by Debian, but which I did not enable
when testing the CVS snapshot) does not work (i.e. suspends the process
when put in the background, even when no input is required). As it
turns out, Debain started using libedit as of 4.3.9 (the first version
in which this problem appeared), before that they used neither libedit
nor libreadline.


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

[2004-12-14 10:52:55] wim dot heirman at elis dot ugent dot be

Works for me too, thanks!

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

[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