File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -99,11 +99,11 @@ PHP NEWS
99
99
that allow global flag to configure query() or evaluate() calls.
100
100
101
101
- Enchant:
102
- . Add LIBENCHANT_VERSION macro
103
- . Deprecate enchant_broker_set_dict_path, enchant_broker_get_dict_path
104
- enchant_dict_add_to_personal and enchant_dict_is_in_session
105
- . Add enchant_dict_add and enchant_dict_is_added functions
106
- . Use libenchant-2 when available
102
+ . Add LIBENCHANT_VERSION macro.
103
+ . Deprecate enchant_broker_set_dict_path, enchant_broker_get_dict_path,
104
+ enchant_dict_add_to_personal and enchant_dict_is_in_session.
105
+ . Add enchant_dict_add and enchant_dict_is_added functions.
106
+ . Use libenchant-2 when available.
107
107
108
108
- FPM:
109
109
. Fixed bug #64865 (Search for .user.ini files from script dir up to
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ PHP 8.0 UPGRADE NOTES
226
226
- Increment and decrement operations
227
227
The concept of a "leading-numeric string" has been mostly dropped; the
228
228
cases where this remains exist in order to ease migration. Strings which
229
- emitted an E_NOTICE "A non well formed numeric value encountered" will now
229
+ emitted an E_NOTICE "A non well- formed numeric value encountered" will now
230
230
emit an E_WARNING "A non-numeric value encountered" and all strings which
231
231
emitted an E_WARNING "A non-numeric value encountered" will now throw a
232
232
TypeError. This mostly affects:
@@ -797,7 +797,7 @@ PHP 8.0 UPGRADE NOTES
797
797
. env_method
798
798
. enc_password
799
799
. ZipArchive::addEmptyDir, ZipArchive::addFile and aZipArchive::addFromString
800
- methods have a new "flags" argument. This allow to manage name encoding
800
+ methods have a new "flags" argument. This allows managing name encoding
801
801
(ZipArchive::FL_ENC_*) and entry replacement (ZipArchive::FL_OVERWRITE)
802
802
. ZipArchive::extractTo now restore file modification time.
803
803
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ PHP 8.0 INTERNALS UPGRADE NOTES
209
209
with extremely constrained memory, and compilation fails with an "out
210
210
of memory" message, add "-O0" to CFLAGS.
211
211
212
- 5. build system and provider are displayed in phpinfo from enviroment :
212
+ 5. build system and provider are displayed in phpinfo from environment :
213
213
- PHP_BUILD_SYSTEM (default is same as PHP_UNAME)
214
214
- PHP_BUILD_PROVIDER (no default)
215
215
You can’t perform that action at this time.
0 commit comments