summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2020-04-18 04:59:40 +0000
committertaca <taca@pkgsrc.org>2020-04-18 04:59:40 +0000
commit5e4b6179362ff24c13778acc7cdf4f5648c3fd7a (patch)
tree472251acdd4d54632ef1578e3f4724c5623de181 /lang/php
parent68bceb2f9bfcb394cea0aeb2f1b8a6edef359d1c (diff)
downloadpkgsrc-5e4b6179362ff24c13778acc7cdf4f5648c3fd7a.tar.gz
lang/php73: update to 7.3.17.
Update php73 to 7.3.17. 16 Apr 2020, PHP 7.3.17 - Core: . Fixed bug #79364 (When copy empty array, next key is unspecified). (cmb) . Fixed bug #78210 (Invalid pointer address). (cmb, Nikita) - CURL: . Fixed bug #79199 (curl_copy_handle() memory leak). (cmb) - Date: . Fixed bug #79396 (DateTime hour incorrect during DST jump forward). (Nate Brunette) - Iconv: . Fixed bug #79200 (Some iconv functions cut Windows-1258). (cmb) - OPcache: . Fixed bug #79412 (Opcache chokes and uses 100% CPU on specific script). (Dmitry) - Session: . Fixed bug #79413 (session_create_id() fails for active sessions). (cmb) - Shmop: . Fixed bug #79427 (Integer Overflow in shmop_open()). (cmb) - SimpleXML: . Fixed bug #61597 (SXE properties may lack attributes and content). (cmb) - Spl: . Fixed bug #75673 (SplStack::unserialize() behavior). (cmb) . Fixed bug #79393 (Null coalescing operator failing with SplFixedArray). (cmb) - Standard: . Fixed bug #79330 (shell_exec() silently truncates after a null byte). (stas) . Fixed bug #79465 (OOB Read in urldecode()). (stas) . Fixed bug #79410 (system() swallows last chunk if it is exactly 4095 bytes without newline). (Christian Schneider) - Zip: . Fixed Bug #79296 (ZipArchive::open fails on empty file). (Remi) . Fixed bug #79424 (php_zip_glob uses gl_pathc after call to globfree). (Max Rees)
Diffstat (limited to 'lang/php')
-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 b2ce7ec3f42..d2e937f7a3f 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.292 2020/03/20 08:14:44 taca Exp $
+# $NetBSD: phpversion.mk,v 1.293 2020/04/18 04:59:40 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.40
PHP72_VERSION= 7.2.29
-PHP73_VERSION= 7.3.16
+PHP73_VERSION= 7.3.17
PHP74_VERSION= 7.4.4
# Define initial release of major version.