summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-03-06 13:29:02 +0000
committertaca <taca@pkgsrc.org>2021-03-06 13:29:02 +0000
commit75b9d915d6b658c464870b2c5a23fa67a0afe417 (patch)
tree9cb715b72a8e0e4e20cf11acc15158be39f115da /lang/php
parent58573988264daf7e106b142d9e51a2cd52b09d71 (diff)
downloadpkgsrc-75b9d915d6b658c464870b2c5a23fa67a0afe417.tar.gz
lang/php74: update to 7.4.16
04 Mar 2021, PHP 7.4.16 - Core: . Fixed #80706 (mail(): Headers after Bcc headers may be ignored). (cmb) - MySQLnd: . Fixed bug #78680 (mysqlnd's mysql_clear_password does not transmit null-terminated password). (Daniel Black) - MySQLi: . Fixed bug #74779 (x() and y() truncating floats to integers). (cmb) - OPcache: . Fixed bug #80682 (opcache doesn't honour pcre.jit option). (Remi) - OpenSSL: . Fixed bug #80747 (Providing RSA key size < 512 generates key that crash PHP). (Nikita) - Phar: . Fixed bug #75850 (Unclear error message wrt. __halt_compiler() w/o semicolon) (cmb) . Fixed bug #70091 (Phar does not mark UTF-8 filenames in ZIP archives). (cmb) . Fixed bug #53467 (Phar cannot compress large archives). (cmb, lserni) - SPL: . Fixed bug#80719 (Iterating after failed ArrayObject::setIteratorClass() causes Segmentation fault). (Nikita) - Standard: . Fixed bug #80654 (file_get_contents() maxlen fails above (2**31)-1 bytes). (cmb) - Zip: . Fixed bug #80648 (Fix for bug 79296 should be based on runtime version). (cmb, Remi)
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 b02d37aa58c..de06a7435d9 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.320 2021/02/05 14:46:58 taca Exp $
+# $NetBSD: phpversion.mk,v 1.321 2021/03/06 13:29:02 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
PHP73_VERSION= 7.3.27
-PHP74_VERSION= 7.4.15
+PHP74_VERSION= 7.4.16
# Define initial release of major version.
PHP56_RELDATE= 20140828