[Bug 907905] [NEW] php5-cli scripts not running in background, stays stopped.
Pablo bngs
pablobngs at gmail.com
Thu Dec 22 20:18:57 UTC 2011
Public bug reported:
Description: Ubuntu 10.04.3 LTS
Release: 10.04
php Version
=========
PHP 5.3.2-1ubuntu4.11 with Suhosin-Patch (cli) (built: Dec 13 2011 18:45:32)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with Xdebug v2.0.5, Copyright (c) 2002-2008, by Derick Rethans
Additional Modules
--------------------------
readline
sysvsem
sysvshm
Example
=======
~$ cat script.php
<?php
for($i = 0; $i < 4; $i++) {
fwrite(STDOUT, $i.PHP_EOL);
sleep(3);
}
?>
~$ php script.php &
[1] 15825
~$
[1]+ Stopped php script.php
~$ fg
php script.php
0
1
2
3
~$
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: php5-cli 5.3.2-1ubuntu4.11
ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
Uname: Linux 2.6.32-37-generic i686
Architecture: i386
Date: Thu Dec 22 17:57:01 2011
ProcEnviron:
LANGUAGE=es_UY:en
PATH=(custom, user)
LANG=es_UY.UTF-8
SHELL=/bin/bash
SourcePackage: php5
** Affects: php5 (Ubuntu)
Importance: Undecided
Status: New
** Tags: apport-bug i386 lucid
--
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/907905
Title:
php5-cli scripts not running in background, stays stopped.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/907905/+subscriptions
More information about the Ubuntu-server-bugs
mailing list