+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)
+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: