File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,12 @@ PHP NEWS
40
40
. Add property DOMXPath::$registerNodeNamespaces and constructor argument
41
41
that allow global flag to configure query() or evaluate() calls.
42
42
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
+
43
49
- FPM:
44
50
. Fixed bug #64865 (Search for .user.ini files from script dir up to
45
51
CONTEXT_DOCUMENT_ROOT). (Will Bender)
Original file line number Diff line number Diff line change @@ -469,6 +469,11 @@ PHP 8.0 UPGRADE NOTES
469
469
. Added DateTime::createFromInterface() and
470
470
DateTimeImmutable::createFromInterface().
471
471
472
+ - Enchant:
473
+ . enchant_dict_add()
474
+ . enchant_dict_is_added()
475
+ . LIBENCHANT_VERSION macro
476
+
472
477
- dom:
473
478
. Introduce DOMParentNode and DOMChildNode with new traversal and manipulation APIs
474
479
RFC: https://wiki.php.net/rfc/dom_living_standard_api
@@ -495,6 +500,12 @@ PHP 8.0 UPGRADE NOTES
495
500
4. Deprecated Functionality
496
501
========================================
497
502
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
+
498
509
- Zip:
499
510
. Using empty file as ZipArchive is deprecated. Libzip 1.6.0
500
511
do not accept empty files as valid zip archives any longer.
You can’t perform that action at this time.
0 commit comments