aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-09-03 11:46:49 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-09-03 12:36:53 +0000
commite4b9a07c5335a076058bf98651cad133ad32a5f5 (patch)
tree7c402a49e25ef446930a6a20aeefc9e49cc8e453
parenta83ec98c70f25ebaa528ae93a584feaa52225d21 (diff)
downloadports-e4b9a07c5335a076058bf98651cad133ad32a5f5.tar.gz
ports-e4b9a07c5335a076058bf98651cad133ad32a5f5.zip
lang/php81: Update version 8.1.9=>8.1.10
* Core: - Fixed --CGI-- support of run-tests.php. - Fixed incorrect double to long casting in latest clang. - Fixed bug GH-9266 (GC root buffer keeps growing when dtors are present). * Date: - Fixed bug GH-8730 (DateTime::diff miscalculation is same time zone of different type). - Fixed bug GH-8964 (DateTime object comparison after applying delta less than 1 second). - Fixed bug GH-9106: (DateInterval 1.5s added to DateTimeInterface is rounded down since PHP 8.1.0). - Fixed bug #81263 (Wrong result from DateTimeImmutable::diff). * DBA: - Fixed LMDB driver memory leak on DB creation failure (Girgias) - Fixed bug GH-9155 (dba_open("non-existing", "c-", "flatfile") segfaults) (cmb) * IMAP: - Fixed bug GH-9309 (Segfault when connection is used after imap_close()). * Intl: - Fixed IntlDateFormatter::formatObject() parameter type. * MBString: - Fixed bug GH-9008 (mb_detect_encoding(): wrong results with null $encodings). * OPcache: - Fixed bug GH-9033 (Loading blacklist file can fail due to negative length). - Fixed bug GH-9164 (Segfault in zend_accel_class_hash_copy). * PDO_SQLite: - Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values). * SQLite3: - Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values). * Streams: - Fixed bug GH-8472 (The resource returned by stream_socket_accept may have incorrect metadata). - Fixed bug GH-8409 (SSL handshake timeout leaves persistent connections hanging). Relnotes: https://www.php.net/ChangeLog-8.php#8.1.10 Sponsored by: Bounce Experts
-rw-r--r--lang/php81/Makefile2
-rw-r--r--lang/php81/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php81/Makefile b/lang/php81/Makefile
index 66f57df5f037..daad4d494ee3 100644
--- a/lang/php81/Makefile
+++ b/lang/php81/Makefile
@@ -1,5 +1,5 @@
PORTNAME= php81
-DISTVERSION= 8.1.9
+DISTVERSION= 8.1.10
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
diff --git a/lang/php81/distinfo b/lang/php81/distinfo
index 23d9881a8113..9f7ac0536bd7 100644
--- a/lang/php81/distinfo
+++ b/lang/php81/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1659813439
-SHA256 (php-8.1.9.tar.xz) = 53477e73e6254dc942b68913a58d815ffdbf6946baf61a1f8ef854de524c27bf
-SIZE (php-8.1.9.tar.xz) = 11787892
+TIMESTAMP = 1662203280
+SHA256 (php-8.1.10.tar.xz) = 90e7120c77ee83630e6ac928d23bc6396603d62d83a3cf5df8a450d2e3070162
+SIZE (php-8.1.10.tar.xz) = 11736192