diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-05-29 15:15:27 +0200 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2020-05-29 15:15:27 +0200 |
commit | 444aa2636e81053e439623f2dbf981eaa48e6161 (patch) | |
tree | 4a843197a43f6ca09077b248c3962e13dcb150bd | |
parent | cd3e04dff375fbfaba37a4ae1c8ef1805f63c940 (diff) | |
download | php-git-444aa2636e81053e439623f2dbf981eaa48e6161.tar.gz |
Add upgrading notes about the deprecated functionality in ext/enchant
[skip ci]
-rw-r--r-- | UPGRADING | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -585,6 +585,8 @@ PHP 8.0 UPGRADE NOTES not available in libenchant < 1.5 nor in libenchant-2 . enchant_dict_add_to_personal, use enchant_dict_add instead . enchant_dict_is_in_session, use enchant_dict_is_added instead + . enchant_broker_free and enchant_broker_free_dict, unset the object instead + . ENCHANT_MYSPELL and ENCHANT_ISPELL constants - PGSQL / PDO PGSQL: . The constant PG_VERSION_STR has now the same value as PG_VERSION, and thus |