|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2010-01-26 06:11 UTC] 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 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 10:00:02 2025 UTC |
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)