summaryrefslogtreecommitdiffstats
path: root/rules/php5.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-03-19 14:10:51 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-03-19 14:10:51 +0000
commit36d69dc019bcec11478d85b76f8802e2b3f5841b (patch)
tree184d14b1e304a3c170cf2588268fbce568bb140e /rules/php5.in
parenta62ebc0548eadbbd123c860b81a3a85360ce360b (diff)
downloadptxdist-36d69dc019bcec11478d85b76f8802e2b3f5841b.tar.gz
ptxdist-36d69dc019bcec11478d85b76f8802e2b3f5841b.tar.xz
* php4: removed
* php5: compiles in minimal config now git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7071 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/php5.in')
-rw-r--r--rules/php5.in55
1 files changed, 37 insertions, 18 deletions
diff --git a/rules/php5.in b/rules/php5.in
index 34e316db8..54f77ecd6 100644
--- a/rules/php5.in
+++ b/rules/php5.in
@@ -2,29 +2,36 @@
menuconfig PHP5
bool
- depends on BROKEN
# FIXME:
# - doesn't find libxml2 on himalia
prompt "php5 "
select APACHE2 if PHP5_SAPI_APXS2
select MYSQL if PHP5_EXT_MYSQL
+comment "Note: PHP5 will currently not run in all config combinations."
+ depends on PHP5
+comment "Please send patches to fix :-)"
+ depends on PHP5
+
# ----------------------------------------------------------------------------
# SAPI Modules
# ----------------------------------------------------------------------------
-menu "SAPI Modules"
+menuconfig PHP5_SAPI
+ bool
depends on PHP5
+ prompt "SAPI Modules "
config PHP5_SAPI_AOLSERVER
bool
+ depends on PHP5_SAPI
prompt "aolserver"
- depends on BROKEN
help
Use AOLserver.
config PHP5_SAPI_MOD_CHARSET
bool
+ depends on PHP5_SAPI
prompt "mod_charset"
help
Enable transfer tables for mod_charset (Rus Apache)
@@ -34,6 +41,7 @@ config PHP5_SAPI_MOD_CHARSET
#
#config PHP5_SAPI_APXS2FILTER
# bool
+# depends on PHP5_SAPI
# prompt "apxs2filter"
# help
# EXPERIMENTAL: Build shared Apache 2.0 Filter module. FILE is the optional
@@ -41,113 +49,119 @@ config PHP5_SAPI_MOD_CHARSET
config PHP5_SAPI_APXS2
bool
+ depends on PHP5_SAPI
prompt "apache mod_php (apxs2)"
help
Build shared Apache 2.0 Handler module.
config PHP5_SAPI_CAUDIUM
bool
+ depends on PHP5_SAPI
prompt "caudium"
- depends on BROKEN
help
Build PHP as a Pike module for use with Caudium.
config PHP5_SAPI_CLI
bool
+ depends on PHP5_SAPI
prompt "cli"
help
Build CLI version of PHP
config PHP5_SAPI_CONTINUITY
bool
+ depends on PHP5_SAPI
prompt "continuity"
- depends on BROKEN
help
Build PHP as Continuity Server module.
config PHP5_SAPI_EMBEDDED
bool
+ depends on PHP5_SAPI
prompt "embedded"
help
Enable building of embedded SAPI library.
config PHP5_SAPI_ISAPI
bool
+ depends on PHP5_SAPI
prompt "isapi"
- depends on BROKEN
help
Build PHP as an ISAPI module for use with Zeus
config PHP5_SAPI_MILTER
bool
+ depends on PHP5_SAPI
prompt "milter"
- depends on BROKEN
help
Build PHP as Milter application.
config PHP5_SAPI_NSAPI
bool
+ depends on PHP5_SAPI
prompt "nsapi"
- depends on BROKEN
help
Build PHP as NSAPI module for Netscape/iPlanet/SunONE.
config PHP5_SAPI_PHTTPD
bool
+ depends on PHP5_SAPI
prompt "phttpd"
- depends on BROKEN
help
Build PHP as phttpd module.
config PHP5_SAPI_PI3WEB
bool
+ depends on PHP5_SAPI
prompt "pi3web"
- depends on BROKEN
help
Build PHP as Pi3Web module
config PHP5_SAPI_ROXEN
bool
+ depends on PHP5_SAPI
prompt "roxen"
- depends on BROKEN
help
Build PHP as a Pike module. DIR is the base Roxen
config PHP5_SAPI_ROXEN_ZTS
bool
+ depends on PHP5_SAPI
prompt "roxen-zts"
- depends on BROKEN
help
Build the Roxen module using Zend Thread Safety.
config PHP5_SAPI_THTTPD
bool
+ depends on PHP5_SAPI
prompt "thttpd"
- depends on BROKEN
help
Build PHP as thttpd module
config PHP5_SAPI_TUX
bool
+ depends on PHP5_SAPI
prompt "tux"
- depends on BROKEN
help
Build PHP as a TUX module.
config PHP5_SAPI_WEBJAMES
bool
+ depends on PHP5_SAPI
prompt "webjames"
help
Build PHP as a WebJames module (RISC OS only).
config PHP5_SAPI_CGI
bool
+ depends on PHP5_SAPI
prompt "cgi"
help
Build CGI version of PHP.
config PHP5_SAPI_FORCE_CGI_REDIRECT
bool
+ depends on PHP5_SAPI
depends on PHP5_SAPI_CGI
prompt "force-cgi-redirect"
help
@@ -157,6 +171,7 @@ config PHP5_SAPI_FORCE_CGI_REDIRECT
config PHP5_SAPI_DISCARD_PATH
bool
+ depends on PHP5_SAPI
depends on PHP5_SAPI_CGI
prompt "discard path"
help
@@ -167,6 +182,7 @@ config PHP5_SAPI_DISCARD_PATH
config PHP5_SAPI_FASTCGI
bool
+ depends on PHP5_SAPI
depends on PHP5_SAPI_CGI
prompt "fastcgi"
help
@@ -175,6 +191,7 @@ config PHP5_SAPI_FASTCGI
config PHP5_SAPI_PATH_INFO_CHECK
bool
+ depends on PHP5_SAPI
depends on PHP5_SAPI_CGI
prompt "path info check"
help
@@ -183,6 +200,7 @@ config PHP5_SAPI_PATH_INFO_CHECK
config PHP5_SAPI_FALLBACK
bool
+ depends on PHP5_SAPI
default y
depends on \
!PHP5_SAPI_AOLSERVER && \
@@ -209,16 +227,14 @@ config PHP5_SAPI_FALLBACK
!PHP5_SAPI_PATH_INFO_CHECK
select PHP5_SAPI_CLI
-endmenu
-
# ----------------------------------------------------------------------------
# General Settings
# ----------------------------------------------------------------------------
-config PHP5_XML
+menuconfig PHP5_XML
bool
depends on PHP5
- prompt "xml support"
+ prompt "xml support "
help
Support for XML.
@@ -237,6 +253,7 @@ endchoice
config PHP5_XML_LIBXML2_READER
bool
depends on PHP5
+ depends on PHP5_XML
depends on PHP5_XML_LIBXML2
prompt "xml reader support"
help
@@ -245,6 +262,7 @@ config PHP5_XML_LIBXML2_READER
config PHP5_XML_LIBXML2_WRITER
bool
depends on PHP5
+ depends on PHP5_XML
depends on PHP5_XML_LIBXML2
select LIBXML2_WRITER
prompt "xml writer support"
@@ -254,6 +272,7 @@ config PHP5_XML_LIBXML2_WRITER
config PHP5_XML_LIBXML2_DOM
bool
depends on PHP5
+ depends on PHP5_XML
depends on PHP5_XML_LIBXML2
select LIBXML2_DOM
prompt "DOM support"