summaryrefslogtreecommitdiff
path: root/package/php/Makefile
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/Makefile
parent52a49601ba47b77d93d4856f2ee01e55755905f1 (diff)
update mpdbox package collection, new lighttpd, kernel, php, mpd, mpc, libmpd, ffmpeg
Diffstat (limited to 'package/php/Makefile')
-rw-r--r--package/php/Makefile7
1 files changed, 4 insertions, 3 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" \