aboutsummaryrefslogtreecommitdiff
path: root/lang/php80
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2020-11-22 23:39:29 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2020-11-22 23:39:29 +0000
commit49cfda8d42f2f0cb5e54073902412798d02c81c4 (patch)
treeee71c198a940d49b97949847a118213420f8e6bd /lang/php80
parent1192d8b2d222b896d21eedd11a8628e2162c8dc7 (diff)
downloadports-49cfda8d42f2f0cb5e54073902412798d02c81c4.tar.gz
ports-49cfda8d42f2f0cb5e54073902412798d02c81c4.zip
lang/php80: Upgrade from RC3 to RC5
Changelogs: 19 Nov 2020, PHP 8.0.0RC5 - Core: . Fixed bug #74558 (Can't rebind closure returned by Closure::fromCallable()). (cmb) - Reflection: . Fixed bug #80370 (getAttributes segfault on dynamic properties). (Benjamin Eberlei) 12 Nov 2020, PHP 8.0.0RC4 - Core: . Fixed bug #80334 (assert() vs named parameters - confusing error). (Nikita) - FFI: . Fixed bug #79177 (FFI doesn't handle well PHP exceptions within callback). (cmb, Dmitry, Nikita) - ODBC: . Fixed bug #44618 (Fetching may rely on uninitialized data). (cmb) - Opcache: . Fixed run-time binding of preloaded dynamically declared function. (Dmitry) - Reflection: . Fixed bug #80299 (ReflectionFunction->invokeArgs confused in arguments). (Nikita) - SNMP: . Fixed bug #70461 (disable md5 code when it is not supported in net-snmp). (Alexander Bergmann, cmb) - Standard: . Don't force rebuild of symbol table, when populating $http_response_header variable by the HTTP stream wrapper. (Dmitry) . Fixed bug #80290 (Double free when ASSERT_CALLBACK is used with a dynamic message). (Nikita) . Fixed bug #80266 (parse_url silently drops port number 0). (cmb, Nikita) - Tokenizer: . Fixed bug #80328 (PhpToken::getAll() confusing name). (Nikita) Sponsored by: PHP Update Service
Notes
Notes: svn path=/head/; revision=556079
Diffstat (limited to 'lang/php80')
-rw-r--r--lang/php80/Makefile2
-rw-r--r--lang/php80/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php80/Makefile b/lang/php80/Makefile
index 5245eb49a16b..ae54918c025a 100644
--- a/lang/php80/Makefile
+++ b/lang/php80/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= php80
-DISTVERSION= 8.0.0RC3
+DISTVERSION= 8.0.0RC5
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= https://downloads.php.net/~carusogabriel/
diff --git a/lang/php80/distinfo b/lang/php80/distinfo
index b0e7a1a0707d..69ffb4afdb1e 100644
--- a/lang/php80/distinfo
+++ b/lang/php80/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604051937
-SHA256 (php-8.0.0RC3.tar.xz) = 3438b3adf87ee65ba7d90db189cabc0a0a42ffc39bb7ae93f65cf6080a68ebfa
-SIZE (php-8.0.0RC3.tar.xz) = 10618712
+TIMESTAMP = 1605881259
+SHA256 (php-8.0.0RC5.tar.xz) = fa2e98d8b42e497a45f491c4714f0a67f7d817ff2f7ab9aad09efb72d2a8c60b
+SIZE (php-8.0.0RC5.tar.xz) = 10628232