2005-08-14 19:22:31 +03:00
|
|
|
menu "php4 - PHP4 Hypertext preprocessor"
|
2005-07-04 20:03:18 +03:00
|
|
|
|
2005-08-14 19:22:31 +03:00
|
|
|
config BR2_COMPILE_PHP4
|
2005-07-04 20:03:18 +03:00
|
|
|
bool
|
2005-08-14 19:22:31 +03:00
|
|
|
default n
|
2005-07-04 20:03:18 +03:00
|
|
|
depends BR2_PACKAGE_PHP4_CLI || BR2_PACKAGE_PHP4_CGI || BR2_PACKAGE_PHP4_FASTCGI
|
|
|
|
|
2005-08-14 19:22:31 +03:00
|
|
|
comment "Server API --"
|
2005-07-04 20:03:18 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_PHP4_CLI
|
|
|
|
prompt "...-cli - PHP4 CLI (Command Line Interface)"
|
|
|
|
tristate
|
2005-09-20 02:06:12 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-08-14 19:22:31 +03:00
|
|
|
select BR2_COMPILE_PHP4
|
|
|
|
select BR2_PACKAGE_LIBOPENSSL
|
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
help
|
|
|
|
PHP is a widely-used general-purpose scripting language that is especially
|
|
|
|
suited for Web development and can be embedded into HTML.
|
|
|
|
|
|
|
|
http://www.php.net/
|
2005-07-04 20:03:18 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_PHP4_CGI
|
|
|
|
prompt "...-cgi - PHP4 built for CGI"
|
|
|
|
tristate
|
2005-09-20 02:06:12 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-08-14 19:22:31 +03:00
|
|
|
select BR2_COMPILE_PHP4
|
|
|
|
select BR2_PACKAGE_LIBOPENSSL
|
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
help
|
|
|
|
PHP is a widely-used general-purpose scripting language that is especially
|
|
|
|
suited for Web development and can be embedded into HTML.
|
|
|
|
|
|
|
|
http://www.php.net/
|
2005-07-04 20:03:18 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_PHP4_FASTCGI
|
|
|
|
prompt "...-fastcgi - PHP4 built for FastCGI"
|
|
|
|
tristate
|
2005-09-20 02:06:12 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-08-14 19:22:31 +03:00
|
|
|
select BR2_COMPILE_PHP4
|
|
|
|
select BR2_PACKAGE_LIBOPENSSL
|
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
help
|
|
|
|
PHP is a widely-used general-purpose scripting language that is especially
|
|
|
|
suited for Web development and can be embedded into HTML.
|
|
|
|
|
|
|
|
http://www.php.net/
|
|
|
|
|
|
|
|
comment "Extensions --"
|
2005-07-04 20:03:18 +03:00
|
|
|
|
2005-09-20 02:06:12 +03:00
|
|
|
config BR2_PACKAGE_PHP4_MOD_CURL
|
|
|
|
prompt "...-mod-curl - cURL module"
|
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_COMPILE_PHP4
|
|
|
|
select BR2_PACKAGE_LIBCURL
|
|
|
|
|
2005-07-04 20:03:18 +03:00
|
|
|
config BR2_PACKAGE_PHP4_MOD_FTP
|
|
|
|
prompt "...-mod-ftp - FTP module"
|
|
|
|
tristate
|
2005-09-20 02:06:12 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-08-14 19:22:31 +03:00
|
|
|
depends BR2_COMPILE_PHP4
|
2005-07-04 20:03:18 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_PHP4_MOD_GD
|
|
|
|
prompt "...-mod-gd - GD graphics library module"
|
|
|
|
tristate
|
2005-09-20 02:06:12 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-08-14 19:22:31 +03:00
|
|
|
depends BR2_COMPILE_PHP4
|
2005-07-04 20:03:18 +03:00
|
|
|
select BR2_PACKAGE_LIBGD
|
|
|
|
select BR2_PACKAGE_LIBPNG
|
|
|
|
|
2005-09-20 02:06:12 +03:00
|
|
|
config BR2_PACKAGE_PHP4_MOD_GMP
|
|
|
|
prompt "...-mod-gmp - GMP module"
|
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
depends BR2_COMPILE_PHP4
|
|
|
|
select BR2_PACKAGE_LIBGMP
|
|
|
|
|
2005-07-04 20:03:18 +03:00
|
|
|
config BR2_PACKAGE_PHP4_MOD_LDAP
|
|
|
|
prompt "...-mod-ldap - LDAP module"
|
|
|
|
tristate
|
2005-09-20 02:06:12 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-08-14 19:22:31 +03:00
|
|
|
depends BR2_COMPILE_PHP4
|
2005-07-04 20:03:18 +03:00
|
|
|
select BR2_PACKAGE_LIBOPENLDAP
|
|
|
|
|
|
|
|
config BR2_PACKAGE_PHP4_MOD_MYSQL
|
|
|
|
prompt "...-mod-mysql - MySQL module"
|
|
|
|
tristate
|
2005-09-20 02:06:12 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-08-14 19:22:31 +03:00
|
|
|
depends BR2_COMPILE_PHP4
|
2005-07-04 20:03:18 +03:00
|
|
|
select BR2_PACKAGE_LIBMYSQLCLIENT
|
|
|
|
|
|
|
|
config BR2_PACKAGE_PHP4_MOD_OPENSSL
|
|
|
|
prompt "...-mod-openssl - OpenSSL module"
|
|
|
|
tristate
|
2005-09-20 02:06:12 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-08-14 19:22:31 +03:00
|
|
|
depends BR2_COMPILE_PHP4
|
2005-07-04 20:03:18 +03:00
|
|
|
select BR2_PACKAGE_LIBOPENSSL
|
|
|
|
|
|
|
|
config BR2_PACKAGE_PHP4_MOD_PCRE
|
|
|
|
prompt "...-mod-pcre - PCRE module"
|
|
|
|
tristate
|
2005-09-20 02:06:12 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-08-14 19:22:31 +03:00
|
|
|
depends BR2_COMPILE_PHP4
|
2005-07-04 20:03:18 +03:00
|
|
|
select BR2_PACKAGE_LIBPCRE
|
|
|
|
|
|
|
|
config BR2_PACKAGE_PHP4_MOD_PGSQL
|
|
|
|
prompt "...-mod-pgsql - PostgreSQL module"
|
|
|
|
tristate
|
2005-09-20 02:06:12 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-08-14 19:22:31 +03:00
|
|
|
depends BR2_COMPILE_PHP4
|
2005-07-04 20:03:18 +03:00
|
|
|
select BR2_PACKAGE_LIBPQ
|
|
|
|
|
|
|
|
config BR2_PACKAGE_PHP4_MOD_SESSION
|
|
|
|
prompt "...-mod-session - Sessions module"
|
|
|
|
tristate
|
2005-09-20 02:06:12 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-08-14 19:22:31 +03:00
|
|
|
depends BR2_COMPILE_PHP4
|
2005-07-04 20:03:18 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_PHP4_MOD_SQLITE
|
|
|
|
prompt "...-mod-sqlite - SQLite module"
|
|
|
|
tristate
|
2005-09-20 02:06:12 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-08-14 19:22:31 +03:00
|
|
|
depends BR2_COMPILE_PHP4
|
2005-07-05 12:33:18 +03:00
|
|
|
select BR2_PACKAGE_LIBSQLITE2
|
2005-07-04 20:03:18 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_PHP4_MOD_SOCKETS
|
|
|
|
prompt "...-mod-sockets - Sockets module"
|
|
|
|
tristate
|
2005-09-20 02:06:12 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-08-14 19:22:31 +03:00
|
|
|
depends BR2_COMPILE_PHP4
|
2005-07-04 20:03:18 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_PHP4_MOD_XML
|
|
|
|
prompt "...-mod-xml - XML module"
|
|
|
|
tristate
|
2005-09-20 02:06:12 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2005-08-14 19:22:31 +03:00
|
|
|
depends BR2_COMPILE_PHP4
|
|
|
|
select BR2_PACKAGE_LIBEXPAT
|
2005-07-04 20:03:18 +03:00
|
|
|
|
|
|
|
endmenu
|