ChangeLog update

This commit is contained in:
2008-03-02 01:31:32 +00:00
parent 1cdade809b
commit 22d3bd71b6
2 changed files with 47 additions and 0 deletions

View file

@ -1,3 +1,34 @@
2008-03-01 Lukas Smith <smith@pooteeweet.org>
* README.RELEASE_PROCESS:
typo fix (thx chris)
* README.RELEASE_PROCESS:
link primary tester URLs and tried to limit lines to 80 chars
2008-03-01 Johannes Schlüter <johannes@schlueters.de>
* sapi/cli/tests/016.phpt
sapi/cli/tests/016.phpt
sapi/cli/tests/017.phpt
sapi/cli/tests/017.phpt:
- New tests
* (PHP_5_3)
ZendEngine2/zend_compile.c
ZendEngine2/tests/022.phpt:
MFH: Allow implementation of abstract methods with optional parameters
(Christian
Schneider)
* ZendEngine2/zend_compile.c
ZendEngine2/tests/022.phpt
ZendEngine2/tests/022.phpt:
- Allow implementation of abstract methods with optional parameters
(Christian
Schneider)
2008-02-29 Etienne Kneuss <php@colder.ch>
* (PHP_5_3)

View file

@ -1,3 +1,19 @@
2008-03-01 Johannes Schlüter <johannes@schlueters.de>
* (PHP_5_3)
zend_compile.c
tests/022.phpt:
MFH: Allow implementation of abstract methods with optional parameters
(Christian
Schneider)
* zend_compile.c
tests/022.phpt
tests/022.phpt:
- Allow implementation of abstract methods with optional parameters
(Christian
Schneider)
2008-02-28 Felipe Pena <felipensp@gmail.com>
* zend_execute.c