From adc832aebae0fb8abd815e60eafa39de6b56de79 Mon Sep 17 00:00:00 2001 From: Torsten Zuehlsdorff Date: Sat, 16 Apr 2022 00:28:07 +0200 Subject: 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 --- textproc/php80-simplexml/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'textproc/php80-simplexml') diff --git a/textproc/php80-simplexml/Makefile b/textproc/php80-simplexml/Makefile index ab152fc45c46..c8bbfd273d84 100644 --- a/textproc/php80-simplexml/Makefile +++ b/textproc/php80-simplexml/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 2 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php80 -- cgit v1.2.3