From c8a20dfdcaff52a2d43114305f4e4fd5f8c08140 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Wed, 1 May 2019 23:35:30 +0300 Subject: [PATCH] NEWS for ext/interbase unbundling --- NEWS | 3 +++ UPGRADING | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 956f93fdbc..6840230380 100644 --- a/NEWS +++ b/NEWS @@ -53,6 +53,9 @@ PHP NEWS as per RFC: https://wiki.php.net/rfc/permanent_hash_ext. (Kalle) . Implemented FR #71890 (crc32c checksum algorithm). (Andrew Brampton) +- Intl: + . Unbundled the InterBase extension and moved it to PECL. (Kalle) + - Intl: . Raised requirements to ICU ≥ 50.1. (cmb) . Changed default of $variant parameter of idn_to_ascii() and idn_to_utf8(). diff --git a/UPGRADING b/UPGRADING index 0aee80cdbb..ba0d5b4ed5 100644 --- a/UPGRADING +++ b/UPGRADING @@ -274,6 +274,12 @@ PHP 7.4 UPGRADE NOTES 8. Removed Extensions and SAPIs ======================================== +- Interbase: + . The interbase extension has been moved to PECL. Access to an InterBase + and/or FireBird based database is still available with the PDO_Firebird + extension. For more details see the RFC: + https://wiki.php.net/rfc/deprecate-and-remove-ext-interbase + ======================================== 9. Other Changes to Extensions ======================================== -- 2.40.0