ID: 50840
Updated by: [email protected]
Reported By: m dot ghadam at gmail dot com
-Status: Open
+Status: Bogus
Bug Type: *Configuration Issues
Operating System: Linux CentOS 5.4
PHP Version: 5.3.1
New Comment:
Read the NEWS file please:
- Improved and cleaned CGI code:
. FastCGI is now always enabled and cannot be disabled.
See sapi/cgi/CHANGES for more details. (Dmitry)
. Added CGI SAPI -T option which can be used to measure execution
time of script repeated several times. (Dmitry)
Previous Comments:
------------------------------------------------------------------------
[2010-01-26 06:11:33] m dot ghadam at gmail dot com
Description:
------------
Hi there,
I have downloaded php v5.3.1 Stable and want to compile it.
I am using nginx as my webserver and it needs FastCGI.
There is an option in php v5.2.12 and older versions to enable FastCGI
:
./configure --enable-fastcgi
Description :
--enable-fastcgi CGI: Enable FastCGI support in the CGI
binary
But when I try to run this command on php v5.3.1, It give this
warning:
Notice: Following unknown configure options were used:
--enable-fastcgi
Check './configure --help' for available options
When I checked ./configure --help , I found that there is no
--enable-fastcgi option.
It seems that you have forgot to write this option for php v5.3.1
Please include it.
Best Regards
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=50840&edit=1