Skip to content

Commit 1b31dfb

Browse files
author
committed
ChangeLog update
1 parent ec50ec6 commit 1b31dfb

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

ChangeLog

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
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+
138
2005-07-18 Jani Taskinen <jani.taskinen@sci.fi>
239

340
* ext/standard/reg.c

Zend/ChangeLog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
2005-07-18 Rasmus Lerdorf <rasmus@lerdorf.com>
217

318
* zend_language_scanner.l:

0 commit comments

Comments
 (0)