File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ UPGRADE NOTES - PHP X.Y
14
14
i. Addition of zend_hash_splice
15
15
j. An additional parameter is sent to Countable::count()
16
16
k. Unserialization of manipulated object strings
17
+ l. Removal of IS_CONSTANT_ARRAY and IS_CONSTANT_INDEX hack
17
18
18
19
2. Build system changes
19
20
a. Unix build system changes
@@ -206,6 +207,15 @@ UPGRADE NOTES - PHP X.Y
206
207
fixed at the appropriate place by checking for the presence of the
207
208
serialize callback in the class entry.
208
209
210
+ l. Removal of IS_CONSTANT_ARRAY and IS_CONSTANT_INDEX hack
211
+
212
+ These two #defines disappeared. Instead we have now IS_CONSTANT_AST which
213
+ covers also the functionality IS_CONSTANT_ARRAY bid and furthermore the
214
+ hack for marking zvals as constant index with IS_CONSTANT_INDEX is now
215
+ superfluous and so removed.
216
+ Please note that IS_CONSTANT_AST now has the same value than
217
+ IS_CONSTANT_ARRAY had.
218
+
209
219
========================
210
220
2. Build system changes
211
221
========================
You can’t perform that action at this time.
0 commit comments