diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2020-11-02 06:54:00 +0800 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2020-11-02 06:54:00 +0800 |
commit | 798b6e023b9b6a0169dca6b50e7b95b48f3a3dbc (patch) | |
tree | 57531cc6ccaf3a175482f8432d11458b0a0d6acf /lang | |
parent | 821db2e4d7ddb8d37be3c37e6eb234873acc79ce (diff) | |
download | freebsd-ports-gnome-798b6e023b9b6a0169dca6b50e7b95b48f3a3dbc.tar.gz freebsd-ports-gnome-798b6e023b9b6a0169dca6b50e7b95b48f3a3dbc.tar.zst freebsd-ports-gnome-798b6e023b9b6a0169dca6b50e7b95b48f3a3dbc.zip |
lang/php80: Update from RC2 to RC3
Changelog:
- Core:
. Fixed bug #8055 (Abstract trait methods returning "self" cannot be
fulfilled by traits). (Nikita)
. Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and ext/date).
(cmb)
. Fixed bug #80258 (Windows Deduplication Enabled, randon permission errors).
(cmb)
- COM:
. Fixed bug #62474 (com_event_sink crashes on certain arguments). (cmb)
- DOM:
. Fixed bug #80268 (loadHTML() truncates at NUL bytes). (cmb)
- IMAP:
. Fixed bug #76618 (segfault on imap_reopen). (girgias)
. Fixed bug #80239 (imap_rfc822_write_address() leaks memory). (cmb)
. Fixed minor regression caused by fixing bug #80220. (cmb)
. Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822).
(cmb)
- Opcache:
. Fixed bug #80255 (Opcache bug (bad condition result) in 8.0.0rc1). (Nikita)
- Standard:
. Fixed bug #80256 (file_get_contents strip first line with chunked encoding
redirect). (Nikita)
Sponsored by: PHP Update Service
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php80/Makefile | 6 | ||||
-rw-r--r-- | lang/php80/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/php80/Makefile b/lang/php80/Makefile index 03b4e0b6ffb7..d4add6174685 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= php80 -DISTVERSION= 8.0.0RC2 -PORTREVISION?= 1 +DISTVERSION= 8.0.0RC3 +PORTREVISION?= 0 CATEGORIES?= lang devel www -MASTER_SITES= https://downloads.php.net/~pollita/ +MASTER_SITES= https://downloads.php.net/~carusogabriel/ DISTNAME= php-${DISTVERSION} MAINTAINER= tz@FreeBSD.org diff --git a/lang/php80/distinfo b/lang/php80/distinfo index 1de4065e737e..b0e7a1a0707d 100644 --- a/lang/php80/distinfo +++ b/lang/php80/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1603062674 -SHA256 (php-8.0.0RC2.tar.xz) = 97d8031ba1095c3222fc5725710ac18dc4f584e526cbcbfb2817146abb6891ec -SIZE (php-8.0.0RC2.tar.xz) = 10713424 +TIMESTAMP = 1604051937 +SHA256 (php-8.0.0RC3.tar.xz) = 3438b3adf87ee65ba7d90db189cabc0a0a42ffc39bb7ae93f65cf6080a68ebfa +SIZE (php-8.0.0RC3.tar.xz) = 10618712 |