+2004-04-13 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * ZendEngine2/zend_exceptions.c:
+ Classnames shall start with an uppercase character
+
+2004-04-13 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_4_3)
+ NEWS
+ ext/session/session.c:
+ MFH: Fixed bug #27963 (Session lifetime setting may leak between requests).
+
+ * ext/session/session.c:
+ Another setting leak in session code (bug #27963).
+
+2004-04-13 Sara Golemon <php@alphaweb.net>
+
+ * ext/bz2/config.w32
+ ext/bz2/php_bz2.def:
+ Export symbols needed by bz2_filter
+
+2004-04-13 Wez Furlong <wez.php@thebrainroom.net>
+
+ * ext/com_dotnet/com_saproxy.c:
+ This wasn't updated for new parameters for object handlers yet...
+
+2004-04-13 Jani Taskinen <jani.taskinen@kolumbus.fi>
+
+ * NEWS:
+ BFN
+
+2004-04-13 Zeev Suraski <zeev@zend.com>
+
+ * ZendEngine2/zend_builtin_functions.c:
+ Fix debug_backtrace to show arguments again
+ We need to merge code from debug_backtrace & debug_print_backtrace at
+ some point!
+
+2004-04-13 Andi Gutmans <andi@zend.com>
+
+ * ZendEngine2/zend_extensions.h:
+ - Fix API no of Engine 2. The first number is the engine version and the
+ - rest is the API_NO. This way engine2_api_no is always greater than
+ - engine1_api_no.
+
+ * ZendEngine2/zend.c
+ ZendEngine2/zend_exceptions.c
+ ZendEngine2/zend_exceptions.h:
+ - Add hook for exception handler (Derick)
+
+2004-04-13 Ilia Alshanetsky <ilia@prohost.org>
+
+ * ext/session/session.c:
+ Fixed bug #27963 (Session lifetime setting may leak between requests).
+
2004-04-12 Derick Rethans <php@derickrethans.nl>
* (PHP_4_3)
+2004-04-13 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * zend_exceptions.c:
+ Classnames shall start with an uppercase character
+
+2004-04-13 Zeev Suraski <zeev@zend.com>
+
+ * zend_builtin_functions.c:
+ Fix debug_backtrace to show arguments again
+ We need to merge code from debug_backtrace & debug_print_backtrace at
+ some point!
+
+2004-04-13 Andi Gutmans <andi@zend.com>
+
+ * zend_extensions.h:
+ - Fix API no of Engine 2. The first number is the engine version and the
+ - rest is the API_NO. This way engine2_api_no is always greater than
+ - engine1_api_no.
+
+ * zend.c
+ zend_exceptions.c
+ zend_exceptions.h:
+ - Add hook for exception handler (Derick)
+
2004-04-12 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* zend_API.h: