aboutsummaryrefslogtreecommitdiff
path: root/mail/php81-imap/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-05-13 18:21:21 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-05-13 18:56:59 +0000
commit716c17799f1bbd46ffa8cee33f62579bcba82e4e (patch)
tree7fe6a6e1d46b197e15861810703a775ba113e2cd /mail/php81-imap/Makefile
parent8075dbab8b902b30c3f7a44a21d3e1074a617c7a (diff)
downloadports-716c17799f1bbd46ffa8cee33f62579bcba82e4e.tar.gz
ports-716c17799f1bbd46ffa8cee33f62579bcba82e4e.zip
lang/php81: Update version 8.1.5=>8.1.6
* Core: Fixed bug #8310 (Registry settings are no longer recognized). Fixed potential race condition during resource ID allocation. Fixed bug #8133 (Preloading of constants containing arrays with enums segfaults). Fixed Haiku ZTS builds. * Date: Fixed bug #7752 (DateTimeZone::getTransitions() returns insufficient data). Fixed bug #8108 (Timezone doesn't work as intended). Fixed bug #81660 (DateTimeZone::getTransitions() returns invalid data) Fixed bug #8289 (Exceptions thrown within a yielded from iterator are not rethrown into the generator). * FFI: Fixed bug #8433 (Assigning function pointers to structs in FFI leaks). * FPM: Fixed bug #76003 (FPM /status reports wrong number of active processe) Fixed bug #77023 (FPM cannot shutdown processes). Fixed comment in kqueue remove callback log message. * Hash: Fixed bug #81714 (segfault when serializing finalized HashContext). * Iconv: Fixed bug #8218 (ob_end_clean does not reset Content-Encoding header). * Intl: Fixed bug #8364 (msgfmt_format $values may not support references). * MBString: Number of error markers emitted for invalid UTF-8 text matches WHATWG specification. This is a return to the behavior of PHP 8.0 and earlier. * MySQLi: Fixed bug #8267 (MySQLi uses unsupported format specifier on Windows). * SPL: Fixed bug #8366 (ArrayIterator may leak when calling __construct()). Fixed bug #8273 (SplFileObject: key() returns wrong value). * Streams: Fixed php://temp does not preserve file-position when switched to temporary file. * zlib: Fixed bug #8218 (ob_end_clean does not reset Content-Encoding header). Sponsored by: Bounce Experts
Diffstat (limited to 'mail/php81-imap/Makefile')
-rw-r--r--mail/php81-imap/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/php81-imap/Makefile b/mail/php81-imap/Makefile
index efc6b9d71815..8fea8d06fd96 100644
--- a/mail/php81-imap/Makefile
+++ b/mail/php81-imap/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION= 1
CATEGORIES= mail
MASTERDIR= ${.CURDIR}/../../lang/php81