diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-11-13 02:13:05 +0800 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2019-11-13 02:13:05 +0800 |
commit | 139a99a439e672b4307f5afd607d4a6122faf4a5 (patch) | |
tree | 5a675711201ea31c9cfe7a88a163a8288330ef9e /lang/php74 | |
parent | 3df71a614a34f1a85e4d931e5d32178c9e0d11a7 (diff) | |
download | freebsd-ports-gnome-139a99a439e672b4307f5afd607d4a6122faf4a5.tar.gz freebsd-ports-gnome-139a99a439e672b4307f5afd607d4a6122faf4a5.tar.zst freebsd-ports-gnome-139a99a439e672b4307f5afd607d4a6122faf4a5.zip |
lang/php74: Update from RC5 to RC6
Changelog:
- Core:
. Fixed bug #78768 (redefinition of typedef zend_property_info). (Nikita)
. Fixed bug #78788 (./configure generates invalid php_version.h). (max)
- Standard:
. Fixed bug #77930 (stream_copy_to_stream should use mmap more often).
(Nikita)
. Fixed bug #78759 (array_search in $GLOBALS). (Nikita)
- OpenSSL:
. Fixed bug #78775 (TLS issues from HTTP request affecting other encrypted
connections). (Nikita)
- Reflection:
. Fixed bug #78774 (ReflectionNamedType on Typed Properties Crash). (Nikita)
Changelog taken from: https://github.com/php/php-src/blob/php-7.4.0RC6/NEWS
MFH: 2019Q4
Diffstat (limited to 'lang/php74')
-rw-r--r-- | lang/php74/Makefile | 2 | ||||
-rw-r--r-- | lang/php74/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php74/Makefile b/lang/php74/Makefile index 2b666161b04b..9468b2ecb0b1 100644 --- a/lang/php74/Makefile +++ b/lang/php74/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php74 -DISTVERSION= 7.4.0RC5 +DISTVERSION= 7.4.0RC6 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= https://downloads.php.net/~derick/ diff --git a/lang/php74/distinfo b/lang/php74/distinfo index a8949ab2d864..8d4081e4ae93 100644 --- a/lang/php74/distinfo +++ b/lang/php74/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572470583 -SHA256 (php-7.4.0RC5.tar.xz) = 329f32afe06f2ac627da9294e164b73c19329c430a3f105324faf1b344a896e1 -SIZE (php-7.4.0RC5.tar.xz) = 10229964 +TIMESTAMP = 1573513925 +SHA256 (php-7.4.0RC6.tar.xz) = 6873a51f56a2c6bba192ff38e33158578c2a4380c2e2f0758949ebf55cc915a7 +SIZE (php-7.4.0RC6.tar.xz) = 10229764 |