aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2022-04-15 22:28:07 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2022-04-15 22:32:43 +0000
commita592ad4e069ec7d5ce69d9a6f17a851dc63cc1cc (patch)
tree1d8de0fdd9650473c0ddb76069fe3e2107912a8f /lang
parent952b0f7b987450edffb208120d9657dae7e516b6 (diff)
downloadports-a592ad4e069ec7d5ce69d9a6f17a851dc63cc1cc.tar.gz
ports-a592ad4e069ec7d5ce69d9a6f17a851dc63cc1cc.zip
lang/php80: Upgrade from 8.0.17 to 8.0.18
Changelog: Core: Fixed freeing of internal attribute arguments. Fixed bug #8070 (memory leak of internal function attribute hash). Fixed bug #8160 (ZTS support on Alpine is broken). Filter: Fixed signedness confusion in php_filter_validate_domain(). Intl: Fixed bug #8142 (Compilation error on cygwin). MBString: Fixed bug #8208 (mb_encode_mimeheader: $indent functionality broken). MySQLi: Fixed bug #8068 (mysqli_fetch_object creates inaccessible properties). Pcntl: Fixed bug #8142 (Compilation error on cygwin). PgSQL: Fixed result_type related stack corruption on LLP64 architectures. Fixed bug #8253 (pg_insert() fails for references). Sockets: Fixed Solaris builds. SPL: Fixed bug #8121 (SplFileObject - seek and key with csv file inconsistent). Standard: Fixed bug #8048 (Force macOS to use statfs). Sponsored by: Bounce Experts (cherry picked from commit adc832aebae0fb8abd815e60eafa39de6b56de79)
Diffstat (limited to 'lang')
-rw-r--r--lang/php80/Makefile4
-rw-r--r--lang/php80/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/php80/Makefile b/lang/php80/Makefile
index af3a05a4b654..8e441c1ec5c0 100644
--- a/lang/php80/Makefile
+++ b/lang/php80/Makefile
@@ -1,6 +1,6 @@
PORTNAME= php80
-DISTVERSION= 8.0.17
-PORTREVISION?= 3
+DISTVERSION= 8.0.18
+PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP
DISTNAME= php-${DISTVERSION}
diff --git a/lang/php80/distinfo b/lang/php80/distinfo
index f99e765748ca..1348869ba78b 100644
--- a/lang/php80/distinfo
+++ b/lang/php80/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1647565520
-SHA256 (php/php-8.0.17.tar.xz) = 4e7d94bb3d144412cb8b2adeb599fb1c6c1d7b357b0d0d0478dc5ef53532ebc5
-SIZE (php/php-8.0.17.tar.xz) = 10771016
+TIMESTAMP = 1650059162
+SHA256 (php/php-8.0.18.tar.xz) = db161652cacae4b31c347fbf2e17b80656473cb365f2bb3460c4552f5647e2e7
+SIZE (php/php-8.0.18.tar.xz) = 10871224