From:             h-nisimu at pd dot jp dot nec dot com
Operating system: Solaris 9
PHP version:      5.2.3
PHP Bug Type:     *Compile Issues
Bug description:  "make test" is failed, because many php process is created.

Description:
------------
When I execute "make test", the Solaris is stall.
PHP process is created endressly.


Reproduce code:
---------------
php-5.2.3/sapi/cgi/tests/include.inc

15c15
<               } else if (strpos($version, "(cgi")) {
---
>               } else if (strpos($version, "(cgi)") {

Expected result:
----------------
"make test" will complete normal.


Actual result:
--------------
"make test" was completed normal.

-- 
Edit bug report at http://bugs.php.net/?id=41597&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=41597&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=41597&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=41597&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=41597&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=41597&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=41597&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=41597&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=41597&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=41597&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=41597&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=41597&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=41597&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=41597&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=41597&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=41597&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=41597&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=41597&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=41597&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=41597&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=41597&r=mysqlcfg

Reply via email to