summaryrefslogtreecommitdiff
path: root/lang/php/phpversion.mk
diff options
context:
space:
mode:
authortaca <taca>2014-09-30 08:14:25 +0000
committertaca <taca>2014-09-30 08:14:25 +0000
commitfc0f2f12d1d3b6f180b62620056b432a75c8dec6 (patch)
treeba80d69c4f32b75a7cbb2b8fcb4e7d415429e761 /lang/php/phpversion.mk
parentd38f14b9d02a47cbd7d68d1d9a2d280a24a3732c (diff)
downloadpkgsrc-fc0f2f12d1d3b6f180b62620056b432a75c8dec6.tar.gz
Update php55 to 5.5.17, approved by wiz@.
18 Sep 2014, PHP 5.5.17 - Core: . Fixed bug #47358 (glob returns error, should be empty array()). (Pierre) . Fixed bug #65463 (SIGSEGV during zend_shutdown()). (Keyur Govande) . Fixed bug #66036 (Crash on SIGTERM in apache process). (Keyur Govande) . Fixed bug #67878 (program_prefix not honoured in man pages). (Remi) - COM: . Fixed bug #41577 (DOTNET is successful once per server run) (Aidas Kasparas) - FPM: . Fixed #67606 (FPM with mod_fastcgi/apache2.4 is broken). (David Zuelke) - OpenSSL: . Fixed bug #41631 (socket timeouts not honored in blocking SSL reads). (Daniel Lowrey) . Fixed bug #67850 (extension won't build if openssl compiled without SSLv3) (Daniel Lowrey) - SPL: . Fixed bug #67813 (CachingIterator::__construct InvalidArgumentException wrong message). (tim_siebels_aurich at yahoo dot de) - Date: . Fixed bug #66091 (memory leaks in DateTime constructor). (Tjerk) . Fixed bug #66985 (Some timezones are no longer valid in PHP 5.5.10). (Derick) . Fixed bug #67109 (First uppercase letter breaks date string parsing). (Derick) - GD . Made fontFetch's path parser thread-safe. (Sara). - MySQLi: . Fixed bug #67839 (mysqli does not handle 4-byte floats correctly). (Keyur) - Zlib: . Fixed bug #67724 (chained zlib filters silently fail with large amounts of data). (Mike) . Fixed bug #67865 (internal corruption phar error). Mike
Diffstat (limited to 'lang/php/phpversion.mk')
-rw-r--r--lang/php/phpversion.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk
index 3378824efaf..2773b41b978 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.71 2014/08/23 16:09:21 taca Exp $
+# $NetBSD: phpversion.mk,v 1.72 2014/09/30 08:14:25 taca Exp $
#
# This file selects a PHP version, based on the user's preferences and
# the installed packages. It does not add a dependency on the PHP
@@ -83,7 +83,7 @@ PHPVERSION_MK= defined
# Define each PHP's version.
PHP53_VERSION= 5.3.29
PHP54_VERSION= 5.4.32
-PHP55_VERSION= 5.5.16
+PHP55_VERSION= 5.5.17
# Define initial release of major version.
PHP53_RELDATE= 20090630