diff options
author | taca <taca@pkgsrc.org> | 2013-11-15 16:33:14 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-11-15 16:33:14 +0000 |
commit | f0ed8b26f01701d5f52f1b8fd378d0e5925961d5 (patch) | |
tree | 7e5ad9915e563127531f9b57b4ba52a74a5f2fd5 /lang/php | |
parent | 122a02f5b01ad492a650837334a0815df1aec9f0 (diff) | |
download | pkgsrc-f0ed8b26f01701d5f52f1b8fd378d0e5925961d5.tar.gz |
Update php55 package to 5.5.6.
14 Nov 2013, PHP 5.5.6
- Core:
. Fixed bug #65947 (basename is no more working after fgetcsv in certain
situation). (Laruence)
. Improved performance of array_merge() and func_get_args() by eliminating
useless copying. (Dmitry)
. Fixed bug #65939 (Space before ";" breaks php.ini parsing).
(brainstorm at nopcode dot org)
. Fixed bug #65911 (scope resolution operator - strange behavior with $this).
(Bob Weinand)
. Fixed bug #65936 (dangling context pointer causes crash). (Tony)
- FPM:
. Changed default listen() backlog to 65535. (Tony)
- MySQLi:
. Fixed bug #66043 (Segfault calling bind_param() on mysqli). (Laruence)
- OPcache
. Increased limit for opcache.max_accelerated_files to 1,000,000. (Chris)
. Fixed issue #115 (path issue when using phar). (Dmitry)
. Fixed issue #149 (Phar mount points not working with OPcache enabled).
(Dmitry)
- ODBC
. Fixed bug #65950 (Field name truncation if the field name is bigger than
32 characters). (patch submitted by: michael dot y at zend dot com, Yasuo)
- PDO:
. Fixed bug #66033 (Segmentation Fault when constructor of PDO statement
throws an exception). (Laruence)
. Fixed bug 65946 (sql_parser permanently converts values bound to strings)
- Standard:
. Fixed bug #64760 (var_export() does not use full precision for floating-point
numbers) (Yasuo)
Diffstat (limited to 'lang/php')
-rw-r--r-- | lang/php/phpversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 819f187522a..dbee13b05c5 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.47 2013/10/18 15:49:07 taca Exp $ +# $NetBSD: phpversion.mk,v 1.48 2013/11/15 16:33:14 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.27 PHP54_VERSION= 5.4.21 -PHP55_VERSION= 5.5.5 +PHP55_VERSION= 5.5.6 # Define initial release of major version. PHP53_RELDATE= 20090630 |