Skip to content

Commit 3007710

Browse files
committed
Revert "doc for enchant Object move"
This reverts commit 2c63324.
1 parent 5318971 commit 3007710

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

NEWS

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,9 @@ PHP NEWS
4444
- Enchant:
4545
. Add LIBENCHANT_VERSION macro
4646
. Deprecate enchant_broker_set_dict_path, enchant_broker_get_dict_path
47-
enchant_dict_add_to_personal, enchant_dict_is_in_session,
48-
enchant_broker_free and enchant_broker_free_dict functions
49-
. Deprecate ENCHANT_MYSPELL and ENCHANT_ISPELL constants
47+
enchant_dict_add_to_personal and enchant_dict_is_in_session
5048
. Add enchant_dict_add and enchant_dict_is_added functions
5149
. Use libenchant-2 when available
52-
. Add object API
5350

5451
- FPM:
5552
. Fixed bug #64865 (Search for .user.ini files from script dir up to

UPGRADING

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -217,11 +217,6 @@ PHP 8.0 UPGRADE NOTES
217217
* DOMUserDataHandler
218218
* DOMTypeInfo
219219

220-
- Enchant:
221-
. enchant_broker_init will now return an EnchantBroker object,
222-
enchant_broker_request_dict and enchant_broker_request_pwl_dict will
223-
now return an EnchantDict object rather than a resource.
224-
225220
- Exif:
226221
. Removed read_exif_data(). exif_read_data() should be used instead.
227222

@@ -512,7 +507,6 @@ PHP 8.0 UPGRADE NOTES
512507
. enchant_dict_add()
513508
. enchant_dict_is_added()
514509
. LIBENCHANT_VERSION macro
515-
. New object API using EnchantBroker and EnchantDict
516510

517511
- dom:
518512
. Introduce DOMParentNode and DOMChildNode with new traversal and manipulation APIs
@@ -550,8 +544,6 @@ PHP 8.0 UPGRADE NOTES
550544
not available in libenchant < 1.5 nor in libenchant-2
551545
. enchant_dict_add_to_personal, use enchant_dict_add instead
552546
. enchant_dict_is_in_session, use enchant_dict_is_added instead
553-
. enchant_broker_free and enchant_broker_free_dict, unset the object instead
554-
. ENCHANT_MYSPELL and ENCHANT_ISPELL constants
555547

556548
- Zip:
557549
. Using empty file as ZipArchive is deprecated. Libzip 1.6.0

0 commit comments

Comments
 (0)