Skip to content

Commit 650801c

Browse files
committed
[skip ci] Fix grammar/typo nits in docs
The PHP error message says "well-formed", not "well formed" Fixes GH-5920
1 parent bdacd2a commit 650801c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

NEWS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ PHP NEWS
9999
that allow global flag to configure query() or evaluate() calls.
100100

101101
- 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.
107107

108108
- FPM:
109109
. Fixed bug #64865 (Search for .user.ini files from script dir up to

UPGRADING

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ PHP 8.0 UPGRADE NOTES
226226
- Increment and decrement operations
227227
The concept of a "leading-numeric string" has been mostly dropped; the
228228
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
230230
emit an E_WARNING "A non-numeric value encountered" and all strings which
231231
emitted an E_WARNING "A non-numeric value encountered" will now throw a
232232
TypeError. This mostly affects:
@@ -797,7 +797,7 @@ PHP 8.0 UPGRADE NOTES
797797
. env_method
798798
. enc_password
799799
. 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
801801
(ZipArchive::FL_ENC_*) and entry replacement (ZipArchive::FL_OVERWRITE)
802802
. ZipArchive::extractTo now restore file modification time.
803803

UPGRADING.INTERNALS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ PHP 8.0 INTERNALS UPGRADE NOTES
209209
with extremely constrained memory, and compilation fails with an "out
210210
of memory" message, add "-O0" to CFLAGS.
211211

212-
5. build system and provider are displayed in phpinfo from enviroment:
212+
5. build system and provider are displayed in phpinfo from environment:
213213
- PHP_BUILD_SYSTEM (default is same as PHP_UNAME)
214214
- PHP_BUILD_PROVIDER (no default)
215215

0 commit comments

Comments
 (0)