summaryrefslogtreecommitdiff
path: root/package/php
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-02 18:42:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-02 18:42:33 +0100
commit62cf4f1ab7f29f156dd399516e2301dc78fc9bb6 (patch)
treef3481a17dbdf7a5bb659efe0a40474873cf03092 /package/php
parent52a49601ba47b77d93d4856f2ee01e55755905f1 (diff)
update mpdbox package collection, new lighttpd, kernel, php, mpd, mpc, libmpd, ffmpeg
Diffstat (limited to 'package/php')
-rw-r--r--package/php/Makefile7
-rw-r--r--package/php/patches/patch-ext_gd_libgd_gd_compat_c10
2 files changed, 4 insertions, 13 deletions
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 <stdio.h>
- # include <jpeglib.h>
- #endif
-