diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-10-25 18:34:07 +0800 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-10-25 18:34:07 +0800 |
commit | 79811875e635fccd4afcd36854d94c918f18bf88 (patch) | |
tree | 1cd6c7bf7bde65a761225ee9d01eab5f606d4567 /lang | |
parent | 99c9cd141960886cd19085db3824516adfc3ab64 (diff) | |
download | freebsd-ports-gnome-79811875e635fccd4afcd36854d94c918f18bf88.tar.gz freebsd-ports-gnome-79811875e635fccd4afcd36854d94c918f18bf88.tar.zst freebsd-ports-gnome-79811875e635fccd4afcd36854d94c918f18bf88.zip |
lang/php72: Update from 7.2.23 to 7.2.24
Changelog:
Core:
Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).
Fixed bug #78620 (Out of memory error).
Exif:
Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7) (Kalle)
FPM:
Fixed bug #78599 (env_path_info underflow in fpm_main.c can lead to RCE). (CVE-2019-11043)
MBString:
Fixed bug #78579 (mb_decode_numericentity: args number inconsistency).
Fixed bug #78609 (mb_check_encoding() no longer supports stringable objects).
MySQLi:
Fixed bug #76809 (SSL settings aren't respected when persistent connections are used).
PDO_MySQL:
Fixed bug #78623 (Regression caused by "SP call yields additional empty result set").
Session:
Fixed bug #78624 (session_gc return value for user defined session handlers).
Standard:
Fixed bug #76342 (file_get_contents waits twice specified timeout).
Fixed bug #78612 (strtr leaks memory when integer keys are used and the subject string shorter).
Fixed bug #76859 (stream_get_line skips data if used with data-generating filter).
Zip:
Fixed bug #78641 (addGlob can modify given remove_path value).
Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.24
MFH: 2019Q4
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php72/Makefile | 2 | ||||
-rw-r--r-- | lang/php72/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php72/Makefile b/lang/php72/Makefile index 7f6825833117..93c389212810 100644 --- a/lang/php72/Makefile +++ b/lang/php72/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.23 +DISTVERSION= 7.2.24 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php72/distinfo b/lang/php72/distinfo index 4a5d94360317..2ec9bfc279d9 100644 --- a/lang/php72/distinfo +++ b/lang/php72/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1569706270 -SHA256 (php-7.2.23.tar.xz) = 74e045ec8ff26290db6a3688826dcdf43b87bc509e508e9cb76dab742804ca14 -SIZE (php-7.2.23.tar.xz) = 12273340 +TIMESTAMP = 1571995585 +SHA256 (php-7.2.24.tar.xz) = a6a6cc03388060aa5f8f9e45799b72bce1c7ed7b9d7b3f1187787202aad91d25 +SIZE (php-7.2.24.tar.xz) = 12302284 |