diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-19 21:02:46 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-19 21:02:46 +0000 |
commit | 4955099de0e7210a2cbdbfc5b27c59ad152f4266 (patch) | |
tree | ff6d440abcc443a8914999e6105adaf2b167a3cd /package/php/Config.in | |
parent | f60308be15419d886dee78fc523b288c30a21167 (diff) | |
download | buildroot-novena-4955099de0e7210a2cbdbfc5b27c59ad152f4266.tar.gz buildroot-novena-4955099de0e7210a2cbdbfc5b27c59ad152f4266.zip |
Från: Brad House <brad@mainstreetsoftworks.com>
Till: buildroot@uclibc.org
Ämne: [Buildroot] [patch] php fixes and updates
Datum: Tue, 14 Aug 2007 16:39:03 -0400 (22.39 CEST)
Changes:
- fastcgi config option
- force php to find the php.ini in /etc (it seems to default
to /lib for some reason)
- build with posix support, a lot of php scripts require
this apparently
- strip the php binary when installing to TARGET_DIR
- actually 'uninstall' php on a php-clean
-Brad
Diffstat (limited to 'package/php/Config.in')
-rw-r--r-- | package/php/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/php/Config.in b/package/php/Config.in index e8e861db4..e5d4ff3b8 100644 --- a/package/php/Config.in +++ b/package/php/Config.in @@ -24,6 +24,13 @@ config BR2_PACKAGE_PHP_CGI cgi interface for php you must have at least cli or cgi selected. +config BR2_PACKAGE_PHP_FASTCGI + bool "fastcgi" + depends on BR2_PACKAGE_PHP_CGI + default y + help + fast cgi interface for php + config BR2_PACKAGE_PHP_OPENSSL bool "openssl support" depends on BR2_PACKAGE_PHP && BR2_PACKAGE_OPENSSL |