From: Date: Mon, 7 Mar 2005 01:33:24 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_3~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b25b123467b93e20d8b14116a9c2c8de407c7277;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 6b3bfbb1b8..623b18a9a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +2005-03-06 Jani Taskinen + + * sapi/cgi/config9.m4 + sapi/cgi/config9.m4: + MFB: Fix VPATH build + +2005-03-06 Marcus Boerger + + * ext/standard/image.c: + - Actuall the comments were correct + + * ZendEngine2/zend_reflection_api.c: + - Fix by Tim + + * ext/mysqli/mysqli.c: + - Bugfix #28840 __destruct of a class that extends mysqli not called + +2005-03-06 Ilia Alshanetsky + + * (PHP_5_0) + ext/standard/html.c: + MFH: Make html_entity_decode() 15-20% faster by avoiding pointless string + duplication. + + * ext/standard/html.c: + Make html_entity_decode() 15-20% faster by avoiding pointless string + duplication. + +2005-03-06 Jani Taskinen + + * NEWS + ext/fam/.cvsignore + ext/fam/CREDITS + ext/fam/config.m4 + ext/fam/fam.c + ext/fam/package.xml + ext/fam/php_fam.h + ext/mnogosearch/.cvsignore + ext/mnogosearch/CREDITS + ext/mnogosearch/README + ext/mnogosearch/config.m4 + ext/mnogosearch/index.php + ext/mnogosearch/php_mnogo.c + ext/mnogosearch/php_mnogo.h: + - Moved ext/fam and ext/mnogosearch to PECL + +2005-03-06 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + NEWS + ext/standard/image.c + ext/standard/image.c: + MFH: Fixed bug #29424 (width and height inverted for JPEG2000 files). + + * ext/standard/image.c: + Fixed bug #29424 (width and height inverted for JPEG2000 files). + +2005-03-06 Jani Taskinen + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c: + Fixed compile warning (bug #32046) + + * ZendEngine2/zend_mm.c: + Fix compile warning (bug #32047) + 2005-03-05 Rasmus Lerdorf * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f1ee5b16fd..dc4654f234 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,17 @@ +2005-03-06 Marcus Boerger + + * zend_reflection_api.c: + - Fix by Tim + +2005-03-06 Jani Taskinen + + * zend_compile.c + zend_compile.c: + Fixed compile warning (bug #32046) + + * zend_mm.c: + Fix compile warning (bug #32047) + 2005-03-01 Marcus Boerger * zend_interfaces.c: