Skip to content

Commit 1b98151

Browse files
committed
doc enchant changes
1 parent 66d42e9 commit 1b98151

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ PHP NEWS
4040
. Add property DOMXPath::$registerNodeNamespaces and constructor argument
4141
that allow global flag to configure query() or evaluate() calls.
4242

43+
- Enchant:
44+
. Add LIBENCHANT_VERSION macro
45+
. Deprecate enchant_broker_set_dict_path, enchant_broker_get_dict_path
46+
enchant_dict_add_to_personal and enchant_dict_is_in_session
47+
. Add enchant_dict_add and enchant_dict_is_added functions
48+
4349
- FPM:
4450
. Fixed bug #64865 (Search for .user.ini files from script dir up to
4551
CONTEXT_DOCUMENT_ROOT). (Will Bender)

UPGRADING

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,11 @@ PHP 8.0 UPGRADE NOTES
469469
. Added DateTime::createFromInterface() and
470470
DateTimeImmutable::createFromInterface().
471471

472+
- Enchant:
473+
. enchant_dict_add()
474+
. enchant_dict_is_added()
475+
. LIBENCHANT_VERSION macro
476+
472477
- dom:
473478
. Introduce DOMParentNode and DOMChildNode with new traversal and manipulation APIs
474479
RFC: https://wiki.php.net/rfc/dom_living_standard_api
@@ -495,6 +500,12 @@ PHP 8.0 UPGRADE NOTES
495500
4. Deprecated Functionality
496501
========================================
497502

503+
- Enchant:
504+
. enchant_broker_set_dict_path and enchant_broker_get_dict_path
505+
not available in libenchant < 1.5 nor in libenchant-2
506+
. enchant_dict_add_to_personal, use enchant_dict_add instead
507+
. enchant_dict_is_in_session, use enchant_dict_is_added instead
508+
498509
- Zip:
499510
. Using empty file as ZipArchive is deprecated. Libzip 1.6.0
500511
do not accept empty files as valid zip archives any longer.

0 commit comments

Comments
 (0)