From: Remi Collet Date: Wed, 13 May 2020 13:56:18 +0000 (+0200) Subject: Revert "doc for enchant Object move" X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30077100a42bee49d92582404999bbdbf88f65b2;p=php Revert "doc for enchant Object move" This reverts commit 2c63324a4eabf3f8bdf9585c8dae4527dca2e41f. --- diff --git a/NEWS b/NEWS index d14ba56203..7d42d73cfc 100644 --- a/NEWS +++ b/NEWS @@ -44,12 +44,9 @@ PHP NEWS - Enchant: . Add LIBENCHANT_VERSION macro . Deprecate enchant_broker_set_dict_path, enchant_broker_get_dict_path - enchant_dict_add_to_personal, enchant_dict_is_in_session, - enchant_broker_free and enchant_broker_free_dict functions - . Deprecate ENCHANT_MYSPELL and ENCHANT_ISPELL constants + enchant_dict_add_to_personal and enchant_dict_is_in_session . Add enchant_dict_add and enchant_dict_is_added functions . Use libenchant-2 when available - . Add object API - FPM: . Fixed bug #64865 (Search for .user.ini files from script dir up to diff --git a/UPGRADING b/UPGRADING index 25dd9b5a09..4bc75b2908 100644 --- a/UPGRADING +++ b/UPGRADING @@ -217,11 +217,6 @@ PHP 8.0 UPGRADE NOTES * DOMUserDataHandler * DOMTypeInfo -- Enchant: - . enchant_broker_init will now return an EnchantBroker object, - enchant_broker_request_dict and enchant_broker_request_pwl_dict will - now return an EnchantDict object rather than a resource. - - Exif: . Removed read_exif_data(). exif_read_data() should be used instead. @@ -512,7 +507,6 @@ PHP 8.0 UPGRADE NOTES . enchant_dict_add() . enchant_dict_is_added() . LIBENCHANT_VERSION macro - . New object API using EnchantBroker and EnchantDict - dom: . Introduce DOMParentNode and DOMChildNode with new traversal and manipulation APIs @@ -550,8 +544,6 @@ PHP 8.0 UPGRADE NOTES not available in libenchant < 1.5 nor in libenchant-2 . enchant_dict_add_to_personal, use enchant_dict_add instead . enchant_dict_is_in_session, use enchant_dict_is_added instead - . enchant_broker_free and enchant_broker_free_dict, unset the object instead - . ENCHANT_MYSPELL and ENCHANT_ISPELL constants - Zip: . Using empty file as ZipArchive is deprecated. Libzip 1.6.0