Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105480 - dev-lang/php miss fastcgi support
Summary: dev-lang/php miss fastcgi support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-10 05:00 UTC by Giacomo Graziosi
Modified: 2005-09-10 05:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Giacomo Graziosi 2005-09-10 05:00:05 UTC
Please add it because it is required to use php with lighttpd.
Comment 1 Luca Longinotti (RETIRED) gentoo-dev 2005-09-10 05:14:25 UTC
dev-lang/php does support FastCGI from start. If you compile the CGI SAPI (with
the "cgi" USE flag) it automatically also enables the fastcgi mode. Compile
dev-lang/php with "cgi" USE flag and check for yourself:

chtekk@MinasTirith ~ $ /usr/lib/php4/bin/php-cgi -v
PHP 4.4.0 (cgi-fcgi) (built: Sep  9 2005 19:19:27)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies

(cgi-fcgi) --> CGI SAPI with FastCGI support.
Best regards, CHTEKK.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-09-10 05:50:58 UTC
Closing.