Skip to content

Commit 0896a3a

Browse files
committed
[ci skip] Fix typos
1 parent 091c0a8 commit 0896a3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UPGRADING.INTERNALS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ PHP 7.3 INTERNALS UPGRADE NOTES
5151
As result some related macros were removed (ZEND_EX_USE_LITERALS,
5252
EX_LOAD_LITERALS, EX_LITERALS, RT_CONSTANT_EX, EX_CONSTANT) or changed
5353
(RT_CONSTANT, ZEND_PASS_TWO_UPDATE_CONSTANT, ZEND_PASS_TWO_UNDO_CONSTANT).
54-
This change way affect only some "system" extensions. EX_LITERALS,
55-
RT_CONSTANT_EX, EX_CONSTANT should be substituted by RT_CONSTANT than now
54+
This change may affect only some "system" extensions. EX_LITERALS,
55+
RT_CONSTANT_EX, EX_CONSTANT should be substituted by RT_CONSTANT, and now
5656
use "opline" (instead of "op_array") as first argument.
5757

5858
c. Protection from recursion during processing circular data structures was
@@ -144,7 +144,7 @@ PHP 7.3 INTERNALS UPGRADE NOTES
144144
retrieve status information of the GC.
145145

146146
v. The should_free argument of the php_add[c]slashes functions has been
147-
removed. It is now always the callers responsibility to free the passed
147+
removed. It is now always the caller's responsibility to free the passed
148148
string.
149149

150150
========================

0 commit comments

Comments
 (0)