Edit report at https://bugs.php.net/bug.php?id=60185&edit=1
ID: 60185 Updated by: m...@php.net Reported by: s dot vijayarangan at gmail dot com Summary: Unable to send the process to background, In PHP CLI mode, -Status: Open +Status: Feedback Type: Bug Package: CGI/CLI related Operating System: Cent OS 6 (64bit) PHP Version: 5.3.8 Block user comment: N Private report: N New Comment: I meant try without the readline extension loaded/compiled in. Is your PHP built with readline support? Previous Comments: ------------------------------------------------------------------------ [2011-11-02 16:01:34] s dot vijayarangan at gmail dot com I have modified the script without require any input or output like this <?php $i=1; while(true) { $fp = fopen('/tmp/test1/testjob'.$i++,'w'); fclose($fp); sleep(1); } ?> Still the same issue ------------------------------------------------------------------------ [2011-11-02 09:03:28] m...@php.net Try without ext/readline ------------------------------------------------------------------------ [2011-11-02 03:26:29] s dot vijayarangan at gmail dot com I have tried stty -tostop, still the same [root@localhost ~]# stty -tostop [root@localhost ~]# php /tmp/1.php & [1] 7172 [root@localhost ~]# [1]+ Stopped php /tmp/1.php [root@localhost ~]# ------------------------------------------------------------------------ [2011-11-01 13:35:46] larue...@php.net try: $stty -tostop ? ------------------------------------------------------------------------ [2011-11-01 10:15:00] s dot vijayarangan at gmail dot com Update package ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60185 -- Edit this bug report at https://bugs.php.net/bug.php?id=60185&edit=1