From: Christoph M. Becker Date: Tue, 10 Jul 2018 15:03:48 +0000 (+0200) Subject: [ci skip] Fix typos X-Git-Tag: php-7.3.0alpha4~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0896a3abd1965f6dcc13f8a60662878b7a1577d5;p=php [ci skip] Fix typos --- diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 85b2ea3289..4bf770e56b 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -51,8 +51,8 @@ PHP 7.3 INTERNALS UPGRADE NOTES As result some related macros were removed (ZEND_EX_USE_LITERALS, EX_LOAD_LITERALS, EX_LITERALS, RT_CONSTANT_EX, EX_CONSTANT) or changed (RT_CONSTANT, ZEND_PASS_TWO_UPDATE_CONSTANT, ZEND_PASS_TWO_UNDO_CONSTANT). - This change way affect only some "system" extensions. EX_LITERALS, - RT_CONSTANT_EX, EX_CONSTANT should be substituted by RT_CONSTANT than now + This change may affect only some "system" extensions. EX_LITERALS, + RT_CONSTANT_EX, EX_CONSTANT should be substituted by RT_CONSTANT, and now use "opline" (instead of "op_array") as first argument. c. Protection from recursion during processing circular data structures was @@ -144,7 +144,7 @@ PHP 7.3 INTERNALS UPGRADE NOTES retrieve status information of the GC. v. The should_free argument of the php_add[c]slashes functions has been - removed. It is now always the callers responsibility to free the passed + removed. It is now always the caller's responsibility to free the passed string. ========================