summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2021-03-05 12:31:04 +0300
committerDmitry Stogov <dmitry@zend.com>2021-03-05 12:31:04 +0300
commitb84f4ed7c385f45b6d93983b199a3d8e9287e790 (patch)
tree3940664be35b2a9038cc4d3ddfa236eee83cd090 /UPGRADING
parent670b19af3ebe17810a84216c2e0428fdacdceab7 (diff)
downloadphp-git-b84f4ed7c385f45b6d93983b199a3d8e9287e790.tar.gz
typo
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index cb331ea95b..cef46be99f 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -219,7 +219,7 @@ PHP 8.1 UPGRADE NOTES
- Core:
. Properties order used in foreach, var_dump(), serialize(), object comparison
etc. was changed. Now properties are naturally ordered according to their
- declaration and inheritance. Prpoerties declared in a base class are going
+ declaration and inheritance. Properties declared in a base class are going
to be before the child properties. This order is consistent with internal
layout of properies in zend_objct structure and repeats the order in
default_properties_table[] and properties_info_table[]. The old order was