diff options
author | taca <taca@pkgsrc.org> | 2017-06-09 01:23:25 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-06-09 01:23:25 +0000 |
commit | 6f799cddc4080214310ef7fe31e8e72b458fd748 (patch) | |
tree | dd9a33f7b7f576149eb4f16de8276a4112897265 /lang/php71 | |
parent | ce9bb28d8e59f54f046e93591e2d2ab8b6e618db (diff) | |
download | pkgsrc-6f799cddc4080214310ef7fe31e8e72b458fd748.tar.gz |
Update php71 to 7.1.6.
7 Jun 2017, PHP 7.1.6
- Core:
. Fixed bug #74600 (crash (SIGSEGV) in _zend_hash_add_or_update_i).
(Laruence)
. Fixed bug #74546 (SIGILL in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST).
(Laruence)
. Fixed bug #74589 (__DIR__ wrong for unicode character). (Anatol)
- intl:
. Fixed bug #74468 (wrong reflection on Collator::sortWithSortKeys). (villfa)
- MySQLi:
. Fixed bug #74547 (mysqli::change_user() doesn't accept null as $database
argument w/strict_types). (Anatol)
- Opcache:
. Fixed bug #74596 (SIGSEGV with opcache.revalidate_path enabled). (Laruence)
- phar:
. Fixed bug #51918 (Phar::webPhar() does not handle requests sent through PUT
and DELETE method). (Christian Weiske)
- Readline:
. Fixed bug #74490 (readline() moves the cursor to the beginning of the line).
(Anatol)
- Standard:
. Fixed bug #74510 (win32/sendmail.c anchors CC header but not BCC).
(Damian Wadley, Anatol)
- xmlreader:
. Fixed bug #74457 (Wrong reflection on XMLReader::expand). (villfa)
Diffstat (limited to 'lang/php71')
-rw-r--r-- | lang/php71/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/php71/distinfo b/lang/php71/distinfo index e1737f41d09..83a53e0f52f 100644 --- a/lang/php71/distinfo +++ b/lang/php71/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.21 2017/05/12 14:46:52 taca Exp $ +$NetBSD: distinfo,v 1.22 2017/06/09 01:23:25 taca Exp $ -SHA1 (php-7.1.5.tar.bz2) = cf46b42bfd14ab77eabb6ecb535a08348e93db28 -RMD160 (php-7.1.5.tar.bz2) = 124c90a7a60a93fb4c24edbbecb9e481e373e9b5 -SHA512 (php-7.1.5.tar.bz2) = ce0bbaf858e58f928d25443323e383d9c12f35be8be66047b5bbbfdea8e8504932ddc54f9ec014afa5637d3c56c4bca774849576130b50998a57aa8465e873c3 -Size (php-7.1.5.tar.bz2) = 15723691 bytes +SHA1 (php-7.1.6.tar.bz2) = cad3af5b10a4c303da8ef825aa5294f276267344 +RMD160 (php-7.1.6.tar.bz2) = cf898da92c8fd2f7551411e0907e9e7a3347745b +SHA512 (php-7.1.6.tar.bz2) = 9f4e815b4c8e6241d73dd6220e8b2b09cb4d7f24b7891119414535ae905b482ce3ee2c9581cf9c35a61af77e62fed4e4856339e7d928047f2c05c10100c5009e +Size (php-7.1.6.tar.bz2) = 15732452 bytes SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f |