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