--enable-fastcgi compiles as cgi w/o fcgi-support
| Bug #38468 | --enable-fastcgi compiles as cgi w/o fcgi-support | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2006-08-16 01:32 UTC | Modified: | 2006-08-16 14:06 UTC |
|
||||||||||
| From: | cc at cgerharz dot de | Assigned: | ||||||||||||
| Status: | Not a bug | Package: | CGI/CLI related | |||||||||||
| PHP Version: | 5.1.4 | OS: | Debian 3.1 | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2006-08-16 01:32 UTC] cc at cgerharz dot de
Description: ------------ Hello, after compiling PHP with --enable-fastcgi option, it has only cgi support, the fastcgi extension is missing. See below for additional config parameters. Reproduce code: --------------- #! /bin/sh # # Created by configure './configure' \ '--enable-memory-limit' \ '--enable-force-cgi-redirect' \ '--enable-track-vars' \ '--enable-fastcgi' \ '--with-pcre-regex' \ '--with-mysql=/usr' \ '--with-sqlite' \ '--prefix=/usr/local/php5-fcgi' \ '--enable-gd-ingstrttf' \ '--enable-gd-native-ttf' \ '--enable-magic-quotes' \ '--with-jpeg-dir=/usr/lib' \ '--with-jpg-dir=/usr/lib' \ '--with-png-dir=/usr/lib' \ '--with-zlib' \ '--with-freetype-dir=/usr/lib' \ '--with-gd' \ '--enable-freetype' \ '--with-imap' \ '--with-gif-dir=/usr/lib' \ '--with-kerberos' \ '--with-imap-ssl' \ '--without-mm' \ '--enable-mbstring' \ '--enable-sockets' \ '--with-gettext' \ '--with-mcrypt' \ '--with-iconv' \ '--with-curl' \ "$@" make make install Expected result: ---------------- PHP binary should have fcgi support; make & php -v should show up this: Installing PHP SAPI module: cgi-fcgi Actual result: -------------- PHP binary is only cgi binary without fcgi extension; make & php -v actually show up this: Installing PHP SAPI module: cgi
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2006-08-16 13:56 UTC] cc at cgerharz dot de
[2006-08-16 14:06 UTC] tony2001@php.net