Skip to content

Fix grammar/typo nits in docs #5920

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ PHP NEWS
that allow global flag to configure query() or evaluate() calls.

- Enchant:
. Add LIBENCHANT_VERSION macro
. Deprecate enchant_broker_set_dict_path, enchant_broker_get_dict_path
enchant_dict_add_to_personal and enchant_dict_is_in_session
. Add enchant_dict_add and enchant_dict_is_added functions
. Use libenchant-2 when available
. Add LIBENCHANT_VERSION macro.
. Deprecate enchant_broker_set_dict_path, enchant_broker_get_dict_path,
enchant_dict_add_to_personal and enchant_dict_is_in_session.
. Add enchant_dict_add and enchant_dict_is_added functions.
. Use libenchant-2 when available.

- FPM:
. Fixed bug #64865 (Search for .user.ini files from script dir up to
Expand Down
4 changes: 2 additions & 2 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ PHP 8.0 UPGRADE NOTES
- Increment and decrement operations
The concept of a "leading-numeric string" has been mostly dropped; the
cases where this remains exist in order to ease migration. Strings which
emitted an E_NOTICE "A non well formed numeric value encountered" will now
emitted an E_NOTICE "A non well-formed numeric value encountered" will now
emit an E_WARNING "A non-numeric value encountered" and all strings which
emitted an E_WARNING "A non-numeric value encountered" will now throw a
TypeError. This mostly affects:
Expand Down Expand Up @@ -780,7 +780,7 @@ PHP 8.0 UPGRADE NOTES
. env_method
. enc_password
. ZipArchive::addEmptyDir, ZipArchive::addFile and aZipArchive::addFromString
methods have a new "flags" argument. This allow to manage name encoding
methods have a new "flags" argument. This allows managing name encoding
(ZipArchive::FL_ENC_*) and entry replacement (ZipArchive::FL_OVERWRITE)
. ZipArchive::extractTo now restore file modification time.

Expand Down
2 changes: 1 addition & 1 deletion UPGRADING.INTERNALS
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ PHP 8.0 INTERNALS UPGRADE NOTES
with extremely constrained memory, and compilation fails with an "out
of memory" message, add "-O0" to CFLAGS.

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

Expand Down