File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,12 @@ PHP NEWS
44
44
- Enchant:
45
45
. Add LIBENCHANT_VERSION macro
46
46
. Deprecate enchant_broker_set_dict_path, enchant_broker_get_dict_path
47
- enchant_dict_add_to_personal and enchant_dict_is_in_session
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
48
50
. Add enchant_dict_add and enchant_dict_is_added functions
49
51
. Use libenchant-2 when available
52
+ . Add object API
50
53
51
54
- FPM:
52
55
. Fixed bug #64865 (Search for .user.ini files from script dir up to
Original file line number Diff line number Diff line change @@ -217,6 +217,11 @@ PHP 8.0 UPGRADE NOTES
217
217
* DOMUserDataHandler
218
218
* DOMTypeInfo
219
219
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
+
220
225
- Exif:
221
226
. Removed read_exif_data(). exif_read_data() should be used instead.
222
227
@@ -507,6 +512,7 @@ PHP 8.0 UPGRADE NOTES
507
512
. enchant_dict_add()
508
513
. enchant_dict_is_added()
509
514
. LIBENCHANT_VERSION macro
515
+ . New object API using EnchantBroker and EnchantDict
510
516
511
517
- dom:
512
518
. Introduce DOMParentNode and DOMChildNode with new traversal and manipulation APIs
@@ -544,6 +550,8 @@ PHP 8.0 UPGRADE NOTES
544
550
not available in libenchant < 1.5 nor in libenchant-2
545
551
. enchant_dict_add_to_personal, use enchant_dict_add instead
546
552
. 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
547
555
548
556
- Zip:
549
557
. Using empty file as ZipArchive is deprecated. Libzip 1.6.0
You can’t perform that action at this time.
0 commit comments