diff options
author | taca <taca@pkgsrc.org> | 2018-10-13 06:18:37 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-10-13 06:18:37 +0000 |
commit | a944937552ce1b3d92e5a81bbac80c72226f58b9 (patch) | |
tree | bd23130c1eaa30ce3ea3bdd50b9d4544d52c64fe /lang/php72 | |
parent | 24f90c550400ff0d2c41c15b4f21dd54ef513d10 (diff) | |
download | pkgsrc-a944937552ce1b3d92e5a81bbac80c72226f58b9.tar.gz |
lang/php72: update to 7.2.11
11 Oct 2018, PHP 7.2.11
- Core:
. Fixed bug #76800 (foreach inconsistent if array modified during loop).
(Dmitry)
. Fixed bug #76901 (method_exists on SPL iterator passthrough method corrupts
memory). (Nikita)
- CURL:
. Fixed bug #76480 (Use curl_multi_wait() so that timeouts are respected).
(Pierrick)
- iconv:
. Fixed bug #66828 (iconv_mime_encode Q-encoding longer than it should be).
(cmb)
- Opcache:
. Fixed bug #76832 (ZendOPcache.MemoryBase periodically deleted by the OS).
(Anatol)
. Fixed bug #76796 (Compile-time evaluation of disabled function in opcache
causes segfault). (Nikita)
- POSIX:
. Fixed bug #75696 (posix_getgrnam fails to print details of group). (cmb)
- Reflection:
. Fixed bug #74454 (Wrong exception being thrown when using ReflectionMethod).
(cmb)
- Standard:
. Fixed bug #73457 (Wrong error message when fopen FTP wrapped fails to open
data connection). (Ville Hukkamäki)
. Fixed bug #74764 (Bindto IPv6 works with file_get_contents but fails with
stream_socket_client). (Ville Hukkamäki)
. Fixed bug #75533 (array_reduce is slow when $carry is large array).
(Manabu Matsui)
- XMLRPC:
. Fixed bug #76886 (Can't build xmlrpc with expat). (Thomas Petazzoni, cmb)
- Zlib:
. Fixed bug #75273 (php_zlib_inflate_filter() may not update bytes_consumed).
(Martin Burke, cmb)
Diffstat (limited to 'lang/php72')
-rw-r--r-- | lang/php72/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/php72/distinfo b/lang/php72/distinfo index 9dbc7fd8a4b..11411f76ca7 100644 --- a/lang/php72/distinfo +++ b/lang/php72/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.30 2018/09/13 15:45:33 taca Exp $ +$NetBSD: distinfo,v 1.31 2018/10/13 06:18:37 taca Exp $ -SHA1 (php-7.2.10.tar.bz2) = 9f71b88c30e5113eb1fd4ebc53adbb9a2354b39a -RMD160 (php-7.2.10.tar.bz2) = b588ca29b96a3478afc507e43f529fc336dcea40 -SHA512 (php-7.2.10.tar.bz2) = de1c22ee37cd0e6d1682091d9735f292cb5c6be653c5ce5771fdcd43522122dfebecab474fe2b29f94a757942513569916ebff59f3a8e63b6fc61830dabb3e47 -Size (php-7.2.10.tar.bz2) = 15043712 bytes +SHA1 (php-7.2.11.tar.bz2) = 6e64a6e916c1b91c3a20c2ba084f8c19628ee1f8 +RMD160 (php-7.2.11.tar.bz2) = 579ce61226ef887bf110cde65f60d70fb3fd5e49 +SHA512 (php-7.2.11.tar.bz2) = a6bdd639648ae7845467e01303d0b4f4b85fd541409be97a5a605e91a9c994609e4e221a9c87c576134e66a2439920486d1f444e6fe8c34b0e5d025cee6d0cc8 +Size (php-7.2.11.tar.bz2) = 15067642 bytes SHA1 (patch-configure) = 47f2ede97390cc7e46d04c2769dd97459b19450a SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c SHA1 (patch-ext_gd_config.m4) = 67730ccc13410adaf8829f77a6b044f16e412489 |