]> granicus.if.org Git - php/commitdiff
NEWS for ext/interbase unbundling
authorKalle Sommer Nielsen <kalle@php.net>
Wed, 1 May 2019 20:35:30 +0000 (23:35 +0300)
committerKalle Sommer Nielsen <kalle@php.net>
Wed, 1 May 2019 20:35:30 +0000 (23:35 +0300)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 956f93fdbc5f6c2e5ed0ad63337998e504c709c1..684023038009653957518cb4ad6f6d975acc4278 100644 (file)
--- 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().
index 0aee80cdbb779ad27da756eff74e1a87a767b095..ba0d5b4ed5a92f7d5a61d3f2198ec0c27c196c59 100644 (file)
--- 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
 ========================================