Browse Source

ChangeLog update

migration/RELEASE_1_0_0
21 years ago
parent
commit
0993ab6ad9
  1. 74
      ChangeLog
  2. 28
      Zend/ChangeLog

74
ChangeLog

@ -1,3 +1,77 @@
2005-09-15 Jani Taskinen <jani.taskinen@sci.fi>
* (PHP_5_1)
ZendEngine2/tests/array_type_hint_001.phpt
ZendEngine2/tests/bug20240.phpt
ZendEngine2/tests/bug33996.phpt
ZendEngine2/tests/bug34199.phpt
tests/classes/type_hinting_001.phpt
tests/lang/bug24658.phpt
tests/lang/type_hints_001.phpt:
- Fix tests due to changes in the error messages.
2005-09-15 Derick Rethans <php@derickrethans.nl>
* (PHP_5_1)
NEWS
main/config.w32.h
main/snprintf.h:
- MFH: Fixed bug #34052 (date('U') returns %ld not unix timestamp).
* NEWS
main/config.w32.h
main/snprintf.h:
- Fixed bug #34052 (date('U') returns %ld not unix timestamp).
* tests/lang/catchable_error_001.phpt
tests/lang/catchable_error_002.phpt:
- Added tests.
* php.ini-dist
php.ini-recommended
run-tests.php
ZendEngine2/zend.c
ZendEngine2/zend_constants.c
ZendEngine2/zend_errors.h
ZendEngine2/zend_execute.c
ZendEngine2/tests/array_type_hint_001.phpt
ZendEngine2/tests/bug33996.phpt
ext/mcrypt/mcrypt.c
ext/session/session.c
ext/simplexml/simplexml.c
ext/simplexml/tests/012.phpt
main/main.c
tests/classes/array_access_003.phpt
tests/classes/private_003.phpt
tests/classes/type_hinting_001.phpt
tests/lang/bug24658.phpt
tests/lang/type_hints_001.phpt
tests/run-test/test005.phpt
tests/run-test/test008a.phpt:
- Add E_RECOVERABLE.
2005-09-15 Anantha Kesari H Y <hyanantha@novell.com>
* (PHP_4_4)
main/main.c:
NetWare does not have sendmail binary to send mail.
--Kamesh
2005-09-15 Jani Taskinen <jani.taskinen@sci.fi>
* ZendEngine2/zend_execute.c:
MFB
* (PHP_5_1)
ZendEngine2/zend_execute.c:
- Fixed error message grammar
2005-09-15 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* (PHP_5_1)
NEWS:
- Update with latest SPLchanges
2005-09-14 Derick Rethans <php@derickrethans.nl>
* (PHP_5_0)

28
Zend/ChangeLog

@ -1,3 +1,31 @@
2005-09-15 Jani Taskinen <jani.taskinen@sci.fi>
* (PHP_5_1)
tests/array_type_hint_001.phpt
tests/bug20240.phpt
tests/bug33996.phpt
tests/bug34199.phpt:
- Fix tests due to changes in the error messages.
2005-09-15 Derick Rethans <php@derickrethans.nl>
* zend.c
zend_constants.c
zend_errors.h
zend_execute.c
tests/array_type_hint_001.phpt
tests/bug33996.phpt:
- Add E_RECOVERABLE.
2005-09-15 Jani Taskinen <jani.taskinen@sci.fi>
* zend_execute.c:
MFB
* (PHP_5_1)
zend_execute.c:
- Fixed error message grammar
2005-09-14 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* zend_execute.c:

Loading…
Cancel
Save