File tree Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Original file line number Diff line number Diff line change
1
+ 2005-07-19 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
2
+
3
+ * tests/classes/array_access_013.phpt:
4
+ - Add test to verify all ArrayAccess methods can throw
5
+
6
+ * tests/classes/iterators_007.phpt:
7
+ - Add test to verify all iterator methods can throw
8
+
9
+ * ZendEngine2/zend_interfaces.c:
10
+ - Dont't warn in case an exception is pending - in this case it'd
11
+ superflous
12
+
13
+ 2005-07-19 Wez Furlong <wez.php@thebrainroom.net>
14
+
15
+ * main/php_variables.c:
16
+ revert my last change; chasing ghosts.
17
+
18
+ * main/php_variables.c:
19
+ Don't crash when no treat_data method has been set in the sapi module
20
+
21
+ 2005-07-19 Dmitry Stogov <dmitry@zend.com>
22
+
23
+ * NEWS
24
+ NEWS
25
+ ZendEngine2/zend_compile.c
26
+ ZendEngine2/zend_compile.c
27
+ ZendEngine2/zend_execute.c
28
+ ZendEngine2/zend_vm_execute.h
29
+ ZendEngine2/zend_vm_opcodes.h:
30
+ Fixed bug #33710 (ArrayAccess objects doen't initialize $this)
31
+
32
+ 2005-07-19 Brad House <brad@mainstreetsoftworks.com>
33
+
34
+ * ext/mcve/mcve.c
35
+ ext/mcve/php_mcve.h:
36
+ \#if BRAD_0'd latest changes as requested until 5.1.0 release
37
+
1
38
2005-07-18 Jani Taskinen <jani.taskinen@sci.fi>
2
39
3
40
* ext/standard/reg.c
Original file line number Diff line number Diff line change
1
+ 2005-07-19 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
2
+
3
+ * zend_interfaces.c:
4
+ - Dont't warn in case an exception is pending - in this case it'd
5
+ superflous
6
+
7
+ 2005-07-19 Dmitry Stogov <dmitry@zend.com>
8
+
9
+ * zend_compile.c
10
+ zend_compile.c
11
+ zend_execute.c
12
+ zend_vm_execute.h
13
+ zend_vm_opcodes.h:
14
+ Fixed bug #33710 (ArrayAccess objects doen't initialize $this)
15
+
1
16
2005-07-18 Rasmus Lerdorf <rasmus@lerdorf.com>
2
17
3
18
* zend_language_scanner.l:
You can’t perform that action at this time.
0 commit comments