]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 14 Apr 2004 00:35:36 +0000 (00:35 +0000)
committer <changelog@php.net> <>
Wed, 14 Apr 2004 00:35:36 +0000 (00:35 +0000)
ChangeLog
Zend/ChangeLog

index 9fc9c888fea5187bbede61b55f81a556dffa01f8..731e574796b6e7a4c7cfc0aad45e0cd8382aec28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,58 @@
+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)
index 152d074e24daed0d52d49490bdc765f34df398a5..e0e4bfcb18a687f689307f055eea91667b59d2ce 100644 (file)
@@ -1,3 +1,27 @@
+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: