diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-12-16 09:28:07 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-16 16:19:13 +0100 |
| commit | 76ad808a50384a383712b9d7b7fb1913c0249696 (patch) | |
| tree | b19af26f9f410655a9f431a3be2d06ad85f0aae7 /package/php/Config.ext | |
| parent | 7f05f73e44d8be72aacb53d279585281b639058f (diff) | |
| download | buildroot-76ad808a50384a383712b9d7b7fb1913c0249696.tar.gz buildroot-76ad808a50384a383712b9d7b7fb1913c0249696.zip | |
php: bump to version 5.5.7
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/php/Config.ext')
| -rw-r--r-- | package/php/Config.ext | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/package/php/Config.ext b/package/php/Config.ext index 23d23064bc..2ffa2c25fa 100644 --- a/package/php/Config.ext +++ b/package/php/Config.ext @@ -91,17 +91,6 @@ config BR2_PACKAGE_PHP_EXT_DBA_INI endif -config BR2_PACKAGE_PHP_EXT_SQLITE - bool "SQLite" - help - Legacy SQLite2 support - -config BR2_PACKAGE_PHP_EXT_SQLITE_UTF8 - bool "sqlite UTF8 support" - depends on BR2_PACKAGE_PHP_EXT_SQLITE - help - UTF8 support for sqlite - config BR2_PACKAGE_PHP_EXT_MYSQL bool "Mysql" depends on BR2_INSTALL_LIBSTDCPP @@ -227,6 +216,7 @@ config BR2_PACKAGE_PHP_EXT_FTP config BR2_PACKAGE_PHP_EXT_SNMP bool "SNMP" + depends on BR2_USE_MMU # netsnmp fork() select BR2_PACKAGE_NETSNMP select BR2_PACKAGE_NETSNMP_ENABLE_MIBS help @@ -234,13 +224,18 @@ config BR2_PACKAGE_PHP_EXT_SNMP config BR2_PACKAGE_PHP_EXT_SOCKETS bool "sockets" + depends on BR2_INET_IPV6 help Sockets support +comment "sockets support needs a toolchain w/ IPv6" + depends on !BR2_INET_IPV6 + comment "Process Control" config BR2_PACKAGE_PHP_EXT_PCNTL bool "PCNTL" + depends on BR2_USE_MMU # fork() help Process control support |

