php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50840 --enable-fastcgi parameter not found in php v5.3.1
Submitted: 2010-01-26 06:11 UTC Modified: 2010-01-26 06:21 UTC
From: m dot ghadam at gmail dot com Assigned:
Status: Not a bug Package: *Configuration Issues
PHP Version: 5.3.1 OS: Linux CentOS 5.4
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: m dot ghadam at gmail dot com
New email:
PHP Version: OS:

 

 [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



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-01-26 06:21 UTC] rasmus@php.net
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)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Oct 15 15:01:28 2024 UTC