summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorTyson Andre <tysonandre775@hotmail.com>2020-08-01 11:44:03 -0400
committerTyson Andre <tysonandre775@hotmail.com>2020-08-01 18:03:45 -0400
commit650801ce4520af9d910b1d11a4951aaccf69624a (patch)
treecd6ef9905a868849dd8b7e55555509d9ca945f0b /UPGRADING
parentbdacd2ae8f872f9d1bff8279546f0d86772659d6 (diff)
downloadphp-git-650801ce4520af9d910b1d11a4951aaccf69624a.tar.gz
[skip ci] Fix grammar/typo nits in docs
The PHP error message says "well-formed", not "well formed" Fixes GH-5920
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 2 insertions, 2 deletions
diff --git a/UPGRADING b/UPGRADING
index cee09177be..d473c2609e 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -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:
@@ -797,7 +797,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.