diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2022-04-16 00:28:07 +0200 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2022-04-16 00:31:12 +0200 |
commit | adc832aebae0fb8abd815e60eafa39de6b56de79 (patch) | |
tree | 7c5aa1afe588ec94e9e506b057a003b1e22cf4d1 /textproc/php80-xsl | |
parent | lang/php74: Upgrade from 7.4.28 to 7.4.29 (diff) |
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
Diffstat (limited to 'textproc/php80-xsl')
-rw-r--r-- | textproc/php80-xsl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/php80-xsl/Makefile b/textproc/php80-xsl/Makefile index 4fdc773adc76..5b29c0a1c9ad 100644 --- a/textproc/php80-xsl/Makefile +++ b/textproc/php80-xsl/Makefile @@ -1,4 +1,3 @@ -PORTREVISION= 2 CATEGORIES= textproc MASTERDIR= ${.CURDIR}/../../lang/php80 |