1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 19:52:20 +02:00

NEWS for ext/interbase unbundling

This commit is contained in:
Kalle Sommer Nielsen
2019-05-01 23:35:30 +03:00
parent b458fcb87f
commit c8a20dfdca
2 changed files with 9 additions and 0 deletions

3
NEWS
View File

@@ -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().

View File

@@ -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
========================================