From: Date: Sat, 25 Feb 2006 06:31:48 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_2~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8299b9ea6f7774cc53912d786b3d7558bc7fb796;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index caa8ef4094..d6b371809f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2006-02-24 Derick Rethans + + * (PHP_5_1) + NEWS + ext/iconv/iconv.c: + - MFH: Fixed issue with iconv_mime_decode where the "encoding" would only + allow + upper case specifiers. + + * ext/iconv/iconv.c: + - Fixed issue with iconv_mime_decode where the "encoding" would only allow + upper case specifiers. + +2006-02-24 Marcus Boerger + + * ext/simplexml/simplexml.c: + - Add ability to add new nodes via properties + + * main/php.h: + - Add deprecation function/function alias macros + + * ZendEngine2/zend_API.c + ZendEngine2/zend_API.h: + - Add macros to mark functions/alias functions as deprecated + (mentioned by Sara and obviously neccessary) + - Fix function/method flag error detection logic + +2006-02-24 Michael Wallner + + * ext/dom/domimplementation.c: + - MF51: fix crash in DOMImplementation::createDocumentType("name:") + + * (PHP_5_1) + NEWS + ext/dom/domimplementation.c: + - fix crash with DOMImplementation::createDocumentType("name:") + +2006-02-24 Derick Rethans + + * (PHP_5_1) + NEWS: + - MFH: Added support for exif date format + - MFH: Fixed bug #36396 (strtotime() fails to parse dates in dd-mm-yyyy + format). + 2006-02-23 Marcus Boerger * ext/mbstring/config.m4 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 3fda723ffc..03bed39f26 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,11 @@ +2006-02-24 Marcus Boerger + + * zend_API.c + zend_API.h: + - Add macros to mark functions/alias functions as deprecated + (mentioned by Sara and obviously neccessary) + - Fix function/method flag error detection logic + 2006-02-23 Andrei Zmievski * zend_language_parser.y: