ID: 41597
Updated by: [EMAIL PROTECTED]
Reported By: h-nisimu at pd dot jp dot nec dot com
-Status: Open
+Status: Feedback
Bug Type: *Compile Issues
Operating System: Solaris 9
PHP Version: 5.2.3
New Comment:
This is a patch, not a reproduce code.
And I still don't understabd what are you trying to fix with this
patch.
Previous Comments:
------------------------------------------------------------------------
[2007-06-05 12:34:33] h-nisimu at pd dot jp dot nec dot com
I am sorry,I mistake.
Reproduce code is following.
php-5.2.3/sapi/cgi/tests/include.inc
15c15
< } else if (strpos($version, "(cgi")) {
---
> } else if (strpos($version, "(cgi)")) {
------------------------------------------------------------------------
[2007-06-05 12:04:35] [EMAIL PROTECTED]
Your patch can't be right, 'cause it breaks FastCGI SAPI.
What are you trying to fix and why?
------------------------------------------------------------------------
[2007-06-05 11:52:03] h-nisimu at pd dot jp dot nec dot com
php5.2-latest include same mistake.
------------------------------------------------------------------------
[2007-06-05 11:32:18] [EMAIL PROTECTED]
Please try using this CVS snapshot:
http://snaps.php.net/php5.2-latest.tar.gz
For Windows (zip):
http://snaps.php.net/win32/php5.2-win32-latest.zip
For Windows (installer):
http://snaps.php.net/win32/php5.2-win32-installer-latest.msi
------------------------------------------------------------------------
[2007-06-05 11:24:12] h-nisimu at pd dot jp dot nec dot com
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 this bug report at http://bugs.php.net/?id=41597&edit=1