From: Matteo Croce Date: Mon, 12 May 2008 23:37:05 +0000 (+0000) Subject: php5: update php5: fixes an annoyng bug: X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=00d548004872c55b2df866182e7e3a7997623b00 php5: update php5: fixes an annoyng bug: PHP Fatal error: Balloc() allocation exceeds list boundary SVN-Revision: 11128 --- diff --git a/lang/php5/Makefile b/lang/php5/Makefile index d28e3ebeed..4efc3773f6 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=5.2.5 +PKG_VERSION:=5.2.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.php.net/distributions/ -PKG_MD5SUM:=1fe14ca892460b09f06729941a1bb605 +PKG_MD5SUM:=7380ffecebd95c6edb317ef861229ebd include $(INCLUDE_DIR)/package.mk