From:             
Operating system: Linux
PHP version:      5.3.9RC1
Package:          Unknown/Other Function
Bug Type:         Bug
Bug description:sapi/cli/php for tests/bug60082.php keeps running after "make 
test"

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 bug report at https://bugs.php.net/bug.php?id=60225&edit=1
-- 
Try a snapshot (PHP 5.4):            
https://bugs.php.net/fix.php?id=60225&r=trysnapshot54
Try a snapshot (PHP 5.3):            
https://bugs.php.net/fix.php?id=60225&r=trysnapshot53
Try a snapshot (trunk):              
https://bugs.php.net/fix.php?id=60225&r=trysnapshottrunk
Fixed in SVN:                        
https://bugs.php.net/fix.php?id=60225&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=60225&r=needdocs
Fixed in release:                    
https://bugs.php.net/fix.php?id=60225&r=alreadyfixed
Need backtrace:                      
https://bugs.php.net/fix.php?id=60225&r=needtrace
Need Reproduce Script:               
https://bugs.php.net/fix.php?id=60225&r=needscript
Try newer version:                   
https://bugs.php.net/fix.php?id=60225&r=oldversion
Not developer issue:                 
https://bugs.php.net/fix.php?id=60225&r=support
Expected behavior:                   
https://bugs.php.net/fix.php?id=60225&r=notwrong
Not enough info:                     
https://bugs.php.net/fix.php?id=60225&r=notenoughinfo
Submitted twice:                     
https://bugs.php.net/fix.php?id=60225&r=submittedtwice
register_globals:                    
https://bugs.php.net/fix.php?id=60225&r=globals
PHP 4 support discontinued:          
https://bugs.php.net/fix.php?id=60225&r=php4
Daylight Savings:                    https://bugs.php.net/fix.php?id=60225&r=dst
IIS Stability:                       
https://bugs.php.net/fix.php?id=60225&r=isapi
Install GNU Sed:                     
https://bugs.php.net/fix.php?id=60225&r=gnused
Floating point limitations:          
https://bugs.php.net/fix.php?id=60225&r=float
No Zend Extensions:                  
https://bugs.php.net/fix.php?id=60225&r=nozend
MySQL Configuration Error:           
https://bugs.php.net/fix.php?id=60225&r=mysqlcfg

Reply via email to