From 0993ab6ad999c5ff587a6d208642181b64bf7007 Mon Sep 17 00:00:00 2001 From: Date: Fri, 16 Sep 2005 05:40:54 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 28 +++++++++++++++++++ 2 files changed, 102 insertions(+) diff --git a/ChangeLog b/ChangeLog index f94787b4bb..5d96b62e5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,77 @@ +2005-09-15 Jani Taskinen + + * (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_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 + + * (PHP_4_4) + main/main.c: + NetWare does not have sendmail binary to send mail. + --Kamesh + +2005-09-15 Jani Taskinen + + * ZendEngine2/zend_execute.c: + MFB + + * (PHP_5_1) + ZendEngine2/zend_execute.c: + - Fixed error message grammar + +2005-09-15 Marcus Boerger + + * (PHP_5_1) + NEWS: + - Update with latest SPLchanges + 2005-09-14 Derick Rethans * (PHP_5_0) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 1fd65345c2..dfe502dfb1 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,31 @@ +2005-09-15 Jani Taskinen + + * (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 + + * 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 + + * zend_execute.c: + MFB + + * (PHP_5_1) + zend_execute.c: + - Fixed error message grammar + 2005-09-14 Marcus Boerger * zend_execute.c: -- 2.40.0