From: Aaron Stone Date: Sun, 19 Aug 2018 16:48:52 +0000 (-0700) Subject: [ci skip] Correct minor typo (GC_GLAGS to GC_FLAGS) X-Git-Tag: php-7.3.0beta3~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1621f1739d80b481348102e82360d0c24f4c5e0e;p=php [ci skip] Correct minor typo (GC_GLAGS to GC_FLAGS) --- diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index d4676d34c2..e393a4dd4f 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -72,7 +72,7 @@ PHP 7.3 INTERNALS UPGRADE NOTES HASH_FLAG_APPLY_PROTECTION flag and ZEND_HASH_APPLY_PROTECTION() macro are removed. All mutable arrays should use recursion protection. Corresponding checks should be replaced by Z_REFCOUNTED() or - !(GC_GLAGS(p) & GC_IMMUTABLE). + !(GC_FLAGS(p) & GC_IMMUTABLE). d. HASH_FLAG_PERSISTENT renamed into IS_ARRAY_PERSISTENT and moved into GC_FLAGS (to be consistent with IS_STR_PERSISTENT).