diff options
author | taca <taca@pkgsrc.org> | 2016-11-12 15:41:24 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-11-12 15:41:24 +0000 |
commit | ac162a6058c343b64cc3dc4e51f4ab1ad9d75cb6 (patch) | |
tree | 557c2143abc9aa7441936715ec00a63e76d57dff /lang/php | |
parent | 3e88f10a1ed615be5a2ff0b65acd7095b68a2955 (diff) | |
download | pkgsrc-ac162a6058c343b64cc3dc4e51f4ab1ad9d75cb6.tar.gz |
Update php71 to 7.1.0rc6 (PHP 7.1.0RC6), including security fix.
10 Nov 2016, PHP 7.1.0RC6
- Core:
. Fixded bug #72736 (Slow performance when fetching large dataset with mysqli
/ PDO). (Dmitry)
- Date:
. Fixed bug #73426 (createFromFormat with 'z' format char results in
incorrect time). (Derick)
- JSON:
. Introduced encoder struct instead of global which fixes bugs #66025 and
#73254 related to pretty print indentation. (Jakub Zelenka)
- ODBC:
. Fixed bug #73448 (odbc_errormsg returns trash, always 513 bytes).
(Anatol)
- PCRE:
. Fixed bug #73392 (A use-after-free in zend allocator management).
(Laruence)
- PDO_Firebird:
. Fixed bug #73087, #61183, #71494 (Memory corruption in bindParam).
(Dorin Marcoci)
- SPL:
. Fixed bug #73423 (Reproducible crash with GDB backtrace). (Laruence)
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 2334d2f4b34..a2d17e93547 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.164 2016/11/12 15:38:29 taca Exp $ +# $NetBSD: phpversion.mk,v 1.165 2016/11/12 15:41:24 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 @@ -89,7 +89,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP56_VERSION= 5.6.28 PHP70_VERSION= 7.0.13 -PHP71_VERSION= 7.1.0RC5 +PHP71_VERSION= 7.1.0RC6 # Define initial release of major version. PHP56_RELDATE= 20140828 |