Edit report at https://bugs.php.net/bug.php?id=60225&edit=1
ID: 60225 Comment by: dirk at haun-online dot de Reported by: dirk at haun-online dot de Summary: sapi/cli/php for tests/bug60082.php keeps running after "make test" Status: Open Type: Bug Package: Unknown/Other Function Operating System: Linux PHP Version: 5.3.9RC1 Block user comment: N Private report: N New Comment: The original report was for Ubuntu 11.04: Linux metis 2.6.38-11-generic #50-Ubuntu SMP Mon Sep 12 21:18:14 UTC 2011 i686 i686 i386 GNU/Linux Complete report is here: http://news.php.net/php.qa.reports/30659 The same thing is happening on Ubuntu 8.04: Linux cpreqtest 2.6.24-29-generic #1 SMP Tue Oct 11 15:26:26 UTC 2011 i686 GNU/Linux Previous Comments: ------------------------------------------------------------------------ [2011-11-05 17:23:43] dirk at haun-online dot de Description: ------------ After doing a "make test" for PHP 5.3.9rc1 (and after it finished), I still have a php process running: dirk@metis:php-5.3.9RC1> ps ax | grep php 28645 pts/0 R 8:53 /home/dirk/php-5.3.9RC1/sapi/cli/php -n -c /home/dirk/php-5.3.9RC1/tmp-php.ini -d output_handler= -d open_basedir= -d safe_mode=0 -d disable_functions= -d output_buffering=Off -d error_reporting=32767 -d display_errors=1 -d display_startup_errors=1 -d log_errors=0 -d html_errors=0 -d track_errors=1 -d report_memleaks=1 -d report_zend_debug=0 -d docref_root= -d docref_ext=.html -d error_prepend_string= -d error_append_string= -d auto_prepend_file= -d auto_append_file= -d magic_quotes_runtime=0 -d ignore_repeated_errors=0 -d precision=14 -d unicode.runtime_encoding=ISO-8859-1 -d unicode.script_encoding=UTF-8 -d unicode.output_encoding=UTF-8 -d unicode.from_error_mode=U_INVALID_SUBSTITUTE -d extension_dir=/home/dirk/php-5.3.9RC1/modules/ -d session.auto_start=0 -d zlib.output_compression=Off -d mbstring.func_overload=0 -f /home/dirk/php- 5.3.9RC1/ext/spl/tests/bug60082.php Test script: --------------- Nothing special - I just did the usual ./configure ..., then make, then make test Expected result: ---------------- I expect all PHP CLI processes to be finished by the time "make test" finishes. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=60225&edit=1