From 1621f1739d80b481348102e82360d0c24f4c5e0e Mon Sep 17 00:00:00 2001 From: Aaron Stone Date: Sun, 19 Aug 2018 09:48:52 -0700 Subject: [PATCH] [ci skip] Correct minor typo (GC_GLAGS to GC_FLAGS) --- UPGRADING.INTERNALS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.40.0