From 9d2828f16f6bb946c22951be62120deb09622efc Mon Sep 17 00:00:00 2001 From: Date: Mon, 15 May 2006 05:31:56 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 10 ++++++ 2 files changed, 103 insertions(+) diff --git a/ChangeLog b/ChangeLog index 66b463abb2..bce64dc213 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,96 @@ +2006-05-14 Marcus Boerger + + * (PHP_5_2) + README.UPDATE_5_2: + - Add some update notes + + * (PHP_5_2) + NEWS: + - We have it now fully RFC compliant + + * (PHP_5_2) + main/streams/memory.c: + - MFH No need to have this controlled by allow_url_fopen + + * main/streams/memory.c: + - No need to have this controlled by allow_url_fopen + + * (PHP_5_2) + ZendEngine2/zend_errors.h: + - Readd that E_RECOVERABLE_ERROR, dropping it is a bad idea + + * (PHP_5_2) + ZendEngine2/zend_errors.h: + - Do not include E_RECOVERABLE_ERROR to the default mode E_ALL + + * (PHP_5_2) + ext/standard/tests/file/stream_rfc2397_004.phpt + ext/standard/tests/file/stream_rfc2397_005.phpt + main/streams/streams.c: + - MFH Add strict compliant RFC2397 support (no //) + + * ext/standard/tests/file/stream_rfc2397_004.phpt + ext/standard/tests/file/stream_rfc2397_004.phpt + ext/standard/tests/file/stream_rfc2397_005.phpt + ext/standard/tests/file/stream_rfc2397_005.phpt + main/streams/streams.c: + + - Add strict compliant RFC2397 support (no //) + +2006-05-14 Derick Rethans + + * (PHP_5_2) + NEWS: + MFH: + - Implemented Dmitry's const patch. + - Added support for "weekday" as relative item. + - Fixed bug #37368 (Incorrect timestamp returned for strtotime()). + +2006-05-14 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/standard/basic_functions.c + ext/standard/basic_functions.h + ext/standard/file.c: + MFH: Fixed bug #36630 (umask not reset at the end of the request). + +2006-05-14 Marcus Boerger + + * (PHP_5_2) + NEWS + NEWS + README.UPDATE_5_2: + - Update + + * ext/standard/tests/file/stream_rfc2397_003.gif + ext/standard/tests/file/stream_rfc2397_003.gif + ext/standard/tests/file/stream_rfc2397_003.phpt + ext/standard/tests/file/stream_rfc2397_003.phpt + main/streams/memory.c: + + - RFC2397 add decoding + + * main/streams/memory.c: + - Enforce stream mode correct + + * ext/standard/tests/file/stream_rfc2397_001.phpt + ext/standard/tests/file/stream_rfc2397_002.phpt + ext/standard/tests/file/stream_rfc2397_002.phpt + main/streams/memory.c: + - Change to use dedicated stream ops + + * ext/standard/tests/file/stream_rfc2397_002.phpt + main/streams/memory.c: + - RFC 2397 meta data handling + +2006-05-14 Pierre-Alain Joye + + * README.UPDATE_5_2 + README.UPDATE_5_2: + + file README.UPDATE_5_2 was initially added on branch PHP_5_2. + 2006-05-13 Rasmus Lerdorf * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 936946fed9..4b05f70545 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2006-05-14 Marcus Boerger + + * (PHP_5_2) + zend_errors.h: + - Readd that E_RECOVERABLE_ERROR, dropping it is a bad idea + + * (PHP_5_2) + zend_errors.h: + - Do not include E_RECOVERABLE_ERROR to the default mode E_ALL + 2006-05-13 Marcus Boerger * (PHP_5_2) -- 2.50.1