summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-02-05 14:45:19 +0000
committertaca <taca@pkgsrc.org>2021-02-05 14:45:19 +0000
commit140ef334fc78521392ba64dc87cdb659c0826a3b (patch)
tree3fbf551f7568fd3e6671738a46ccad49f6e83a5e /lang/php
parent94f47ac5c11a173465020ef6ab6f95c1be9ec8e1 (diff)
downloadpkgsrc-140ef334fc78521392ba64dc87cdb659c0826a3b.tar.gz
lang/php74: update to 7.4.15
04 Feb 2021, PHP 7.4.15 - Core: . Fixed bug #80523 (bogus parse error on >4GB source code). (Nikita) . Fixed bug #80384 (filter buffers entire read until file closed). (Adam Seitz, cmb) - Curl: . Fixed bug #80595 (Resetting POSTFIELDS to empty array breaks request). (cmb) - Date: . Fixed bug #80376 (last day of the month causes runway cpu usage. (Derick) - MySQLi: . Fixed bug #67983 (mysqlnd with MYSQLI_OPT_INT_AND_FLOAT_NATIVE fails to interpret bit columns). (Nikita) . Fixed bug #64638 (Fetching resultsets from stored procedure with cursor fails). (Nikita) . Fixed bug #72862 (segfault using prepared statements on stored procedures that use a cursor). (Nikita) . Fixed bug #77935 (Crash in mysqlnd_fetch_stmt_row_cursor when calling an SP with a cursor). (Nikita) - Phar: . Fixed bug #77565 (Incorrect locator detection in ZIP-based phars). (cmb) . Fixed bug #69279 (Compressed ZIP Phar extractTo() creates garbage files). (cmb) - SOAP: . Fixed bug #80672 (Null Dereference in SoapClient). (CVE-2021-21702) (cmb, Stas)
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 f4f68b5f52b..da161cfd819 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.318 2021/01/07 13:39:09 taca Exp $
+# $NetBSD: phpversion.mk,v 1.319 2021/02/05 14:45:19 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.26
-PHP74_VERSION= 7.4.14
+PHP74_VERSION= 7.4.15
# Define initial release of major version.
PHP56_RELDATE= 20140828