From 62cf4f1ab7f29f156dd399516e2301dc78fc9bb6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 2 Dec 2013 18:42:33 +0100 Subject: update mpdbox package collection, new lighttpd, kernel, php, mpd, mpc, libmpd, ffmpeg --- package/php/Makefile | 7 ++++--- package/php/patches/patch-ext_gd_libgd_gd_compat_c | 10 ---------- 2 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 package/php/patches/patch-ext_gd_libgd_gd_compat_c (limited to 'package/php') diff --git a/package/php/Makefile b/package/php/Makefile index 88d51ceb9..fd72d9de5 100644 --- a/package/php/Makefile +++ b/package/php/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:= php -PKG_VERSION:= 5.4.21 +PKG_VERSION:= 5.5.6 PKG_RELEASE:= 1 -PKG_MD5SUM:= cc8da0d18683e3a83b332f264af7ca83 +PKG_MD5SUM:= 82968eac50c523ecf7a05855cb5c3d0a PKG_DESCR:= PHP language interpreter PKG_SECTION:= lang PKG_DEPENDS:= libpthread librt libgcc @@ -91,6 +91,7 @@ PKG_CONFIGURE_OPTS:= \ --with-config-file-path=/etc \ --enable-cli \ --enable-cgi \ + --enable-opcache=no \ --disable-hash \ --disable-mbstring \ --disable-mbregex \ @@ -191,7 +192,7 @@ endif ifneq ($(ADK_PACKAGE_PHP_MOD_SOCKETS),) PKG_CONFIGURE_OPTS+= --enable-sockets=shared else -PKG_CONFIGURE_OPTS+= --without-sockets +PKG_CONFIGURE_OPTS+= --enable-sockets=no endif ifneq ($(ADK_PACKAGE_PHP_MOD_XML),) PKG_CONFIGURE_OPTS+= --enable-xml=shared,"$(STAGING_TARGET_DIR)/usr" \ diff --git a/package/php/patches/patch-ext_gd_libgd_gd_compat_c b/package/php/patches/patch-ext_gd_libgd_gd_compat_c deleted file mode 100644 index 971de9db6..000000000 --- a/package/php/patches/patch-ext_gd_libgd_gd_compat_c +++ /dev/null @@ -1,10 +0,0 @@ ---- php-5.4.17.orig/ext/gd/libgd/gd_compat.c 2013-07-03 08:10:53.000000000 +0200 -+++ php-5.4.17/ext/gd/libgd/gd_compat.c 2013-07-17 13:09:52.000000000 +0200 -@@ -5,6 +5,7 @@ - #endif - - #ifdef HAVE_GD_JPG -+# include - # include - #endif - -- cgit v1.2.3