summaryrefslogtreecommitdiff
path: root/lang/php54/Makefile.common
diff options
context:
space:
mode:
authortaca <taca>2012-08-17 15:34:01 +0000
committertaca <taca>2012-08-17 15:34:01 +0000
commit058bb166ee3e4c522e8a36401fcdf461fa788343 (patch)
tree4e0d348bd2293fbfa12d93561dd866b2c1d5dc07 /lang/php54/Makefile.common
parentf941f9441096d766e67256dc9d7dcaf6a0dadcd5 (diff)
downloadpkgsrc-058bb166ee3e4c522e8a36401fcdf461fa788343.tar.gz
Update php54 package to 5.4.6 (PHP 5.4.6).
PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 16 Aug 2012, PHP 5.4.6 - CLI Server: . Implemented FR #62700 (have the console output 'Listening on http://localhost:8000'). (pascal.chevrel@free.fr) - Core: . Fixed bug #62661 (Interactive php-cli crashes if include() is used in auto_prepend_file). (Laruence) . Fixed bug #62653: (unset($array[$float]) causes a crash). (Nikita Popov, Laruence) . Fixed bug #62565 (Crashes due non-initialized internal properties_table). (Felipe) . Fixed bug #60194 (--with-zend-multibyte and --enable-debug reports LEAK with run-test.php). (Laruence) - CURL: . Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false). (r.hampartsumyan@gmail.com, Laruence) - DateTime: . Fixed Bug #62500 (Segfault in DateInterval class when extended). (Laruence) - Fileinfo: . Fixed bug #61964 (finfo_open with directory causes invalid free). (reeze.xia@gmail.com) - Intl: . Fixed bug #62564 (Extending MessageFormatter and adding property causes crash). (Felipe) - MySQLnd: . Fixed bug #62594 (segfault in mysqlnd_res_meta::set_mode). (Laruence) - readline: . Fixed bug #62612 (readline extension compilation fails with sapi/cli/cli.h: No such file). (Johannes) - Reflection: . Implemented FR #61602 (Allow access to name of constant used as default value). (reeze.xia@gmail.com) - SimpleXML: . Implemented FR #55218 Get namespaces from current node. (Lonny) - SPL: . Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance gives Segmentation fault). (Laruence, Gustavo) . Fixed bug #61527 (ArrayIterator gives misleading notice on next() when moved to the end). (reeze.xia@gmail.com) - Streams: . Fixed bug #62597 (segfault in php_stream_wrapper_log_error with ZTS build). (Laruence) - Zlib: . Fixed bug #55544 (ob_gzhandler always conflicts with zlib.output_compression). (Laruence)
Diffstat (limited to 'lang/php54/Makefile.common')
-rw-r--r--lang/php54/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php54/Makefile.common b/lang/php54/Makefile.common
index 9c6867d9e9e..57ea4099835 100644
--- a/lang/php54/Makefile.common
+++ b/lang/php54/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2012/07/20 12:29:05 taca Exp $
+# $NetBSD: Makefile.common,v 1.3 2012/08/17 15:34:01 taca Exp $
# used by lang/php54/Makefile.php
# used by lang/php/ext.mk
# used by meta-pkgs/php54-extensions/Makefile
@@ -38,7 +38,7 @@ EXTRACT_SUFX?= .tar.bz2
MAINTAINER?= pkgsrc-users@NetBSD.org
HOMEPAGE?= http://www.php.net/
-PHP_BASE_VERS= 5.4.5
+PHP_BASE_VERS= 5.4.6
PHP_EXTENSION_DIR= lib/php/20120301
PLIST_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR}