aboutsummaryrefslogtreecommitdiff
path: root/lang/php74
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2019-10-30 22:42:21 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2019-10-30 22:42:21 +0000
commit6ac03a490c759089590b4c6923d81dbed6e96754 (patch)
tree60b2c3207b2fdfb91f210e78248729d85af0d6d0 /lang/php74
parent4393d57c929b74b5841db1b6e1b34e27c8fefb36 (diff)
downloadports-6ac03a490c759089590b4c6923d81dbed6e96754.tar.gz
ports-6ac03a490c759089590b4c6923d81dbed6e96754.zip
lang/php74: Upgrade from RC4 to RC5
Changelog: - Core: . Fixed bug #78226 (Unexpected __set behavior with typed properties). (Nikita) - COM: . Fixed bug #78694 (Appending to a variant array causes segfault). (cmb) - Date: . Fixed bug #70153 (\DateInterval incorrectly unserialized). (Maksim Iakunin) . Fixed bug #78751 (Serialising DatePeriod converts DateTimeImmutable). (cmb) - FFI: . Fixed bug #78716 (Function name mangling is wrong for some parameter types). (cmb) . Implement FR #78270 (Support __vectorcall convention with FFI). (cmb) - FPM: . Fixed bug #78599 (env_path_info underflow in fpm_main.c can lead to RCE). (CVE-2019-11043) (Jakub Zelenka) . Fixed bug #74083 (master PHP-fpm is stopped on multiple reloads). (Maksim Nikulin) -Opcache: . Fixed bug #78512 (Cannot make preload work). (Dmitry) - PDO_Firebird: . Implemented FR #65690 (PDO_Firebird should also support dialect 1). (Simonov Denis) - Reflection: . Fixed bug #78697 (ReflectionClass::implementsInterface - inaccurate error message with traits). (villfa) - Testing: . Fixed bug #78684 (PCRE bug72463_2 test is sending emails on Linux). (cmb) Changelog taken from: https://github.com/php/php-src/blob/php-7.4.0RC5/NEWS Sponsored by: 2019Q4
Notes
Notes: svn path=/head/; revision=516111
Diffstat (limited to 'lang/php74')
-rw-r--r--lang/php74/Makefile2
-rw-r--r--lang/php74/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php74/Makefile b/lang/php74/Makefile
index 37fa979414da..2b666161b04b 100644
--- a/lang/php74/Makefile
+++ b/lang/php74/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= php74
-DISTVERSION= 7.4.0RC4
+DISTVERSION= 7.4.0RC5
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= https://downloads.php.net/~derick/
diff --git a/lang/php74/distinfo b/lang/php74/distinfo
index 59efaaa62b05..a8949ab2d864 100644
--- a/lang/php74/distinfo
+++ b/lang/php74/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571242869
-SHA256 (php-7.4.0RC4.tar.xz) = 6fcce4c914825fbf5510b448df1485469da621d419d798ef77168808ce0bd10c
-SIZE (php-7.4.0RC4.tar.xz) = 10223780
+TIMESTAMP = 1572470583
+SHA256 (php-7.4.0RC5.tar.xz) = 329f32afe06f2ac627da9294e164b73c19329c430a3f105324faf1b344a896e1
+SIZE (php-7.4.0RC5.tar.xz) = 10229964