From 6f6b4dc16b07dcf901fc986b6aa22f67e4280f13 Mon Sep 17 00:00:00 2001 From: Vicente Olivert Riera Date: Mon, 23 May 2016 15:51:32 +0100 Subject: php: bump version to 7.0.6 Remove MySQL legacy extension. Remove incompatible external modules: - php-gnupg - php-memcached - php-ssh2 - php-yaml Signed-off-by: Vicente Olivert Riera Signed-off-by: Thomas Petazzoni --- package/php/php.mk | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'package/php/php.mk') diff --git a/package/php/php.mk b/package/php/php.mk index d58c4fd1a5..fbdb73875d 100644 --- a/package/php/php.mk +++ b/package/php/php.mk @@ -4,7 +4,7 @@ # ################################################################################ -PHP_VERSION = 5.6.21 +PHP_VERSION = 7.0.6 PHP_SITE = http://www.php.net/distributions PHP_SOURCE = php-$(PHP_VERSION).tar.xz PHP_INSTALL_STAGING = YES @@ -178,11 +178,7 @@ PHP_CONF_OPTS += --with-readline=$(STAGING_DIR)/usr PHP_DEPENDENCIES += readline endif -### Native MySQL extensions -ifeq ($(BR2_PACKAGE_PHP_EXT_MYSQL),y) -PHP_CONF_OPTS += --with-mysql=$(STAGING_DIR)/usr -PHP_DEPENDENCIES += mysql -endif +### Native SQL extensions ifeq ($(BR2_PACKAGE_PHP_EXT_MYSQLI),y) PHP_CONF_OPTS += --with-mysqli=$(STAGING_DIR)/usr/bin/mysql_config PHP_DEPENDENCIES += mysql -- cgit v1.2.3