diff options
| -rw-r--r-- | ChangeLog | 67 | ||||
| -rw-r--r-- | Zend/ChangeLog | 14 |
2 files changed, 81 insertions, 0 deletions
@@ -1,3 +1,70 @@ +2005-03-06 Jani Taskinen <jani.taskinen@kolumbus.fi> + + * sapi/cgi/config9.m4 + sapi/cgi/config9.m4: + MFB: Fix VPATH build + +2005-03-06 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * 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 <ilia@prohost.org> + + * (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 <jani.taskinen@kolumbus.fi> + + * 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 <ilia@prohost.org> + + * (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 <jani.taskinen@kolumbus.fi> + + * 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 <rasmus@lerdorf.com> * (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 <marcus.boerger@post.rwth-aachen.de> + + * zend_reflection_api.c: + - Fix by Tim + +2005-03-06 Jani Taskinen <jani.taskinen@kolumbus.fi> + + * zend_compile.c + zend_compile.c: + Fixed compile warning (bug #32046) + + * zend_mm.c: + Fix compile warning (bug #32047) + 2005-03-01 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> * zend_interfaces.c: |
