File tree 1 file changed +49
-0
lines changed
1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change
1
+ 2007-12-05 Ilia Alshanetsky <ilia@prohost.org>
2
+
3
+ * (PHP_5_2)
4
+ NEWS
5
+ ext/standard/array.c
6
+ ext/standard/tests/array/bug43495.phpt:
7
+ MFB: Fixed bug #43495 (array_merge_recursive() crashes with recursive
8
+ arrays)
9
+
10
+ * ext/standard/array.c
11
+ ext/standard/tests/array/bug43495.phpt
12
+ ext/standard/tests/array/bug43495.phpt:
13
+
14
+ MFB: Fixed bug #43495 (array_merge_recursive() crashes with recursive
15
+ arrays)
16
+
17
+ * (PHP_5_3)
18
+ ext/standard/array.c
19
+ ext/standard/tests/array/bug43495.phpt
20
+ ext/standard/tests/array/bug43495.phpt:
21
+ Fixed bug #43495 (array_merge_recursive() crashes with recursive arrays)
22
+
23
+ 2007-12-05 Marcus Boerger <php@marcus-boerger.de>
24
+
25
+ * ext/spl/tests/bug38618.phpt
26
+ ext/spl/tests/bug38618.phpt:
27
+
28
+ file bug38618.phpt was initially added on branch PHP_5_3.
29
+
30
+ * (PHP_5_3)
31
+ ext/spl/spl_array.c:
32
+ - Fixing #38618 by:
33
+ - [DOC] ArrayIterator::CHILD_ARRAYS_ONLY, ArrayObject::CHILD_ARRAYS_ONLY
34
+ Passing this flag in the ctor prevents ArrayIterator from following
35
+ objects in ArrayObject::getIterator(), ArrayIterator::hasChildren(),
36
+ ArrayIterator::getChildren().
37
+ The exact behavior might change:
38
+ - should the flag be set by default
39
+ - should the flag be changed to have a negative effect
40
+
41
+ * (PHP_5_3)
42
+ run-tests.php:
43
+ - - Allow to check the out,exp and diff results on console while executing
44
+ the tests
45
+
46
+ * (PHP_5_3)
47
+ run-tests.php:
48
+ - Allow to specify php executable on commandline
49
+
1
50
2007-12-04 Rob Richards <rrichards@ctindustries.net>
2
51
3
52
* (PHP_5_3)
You can’t perform that action at this time.
0 commit comments