changelog               Tue Apr 13 20:35:30 2004 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1597&r2=1.1598&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1597 php-src/ChangeLog:1.1598
--- php-src/ChangeLog:1.1597    Mon Apr 12 20:34:26 2004
+++ php-src/ChangeLog   Tue Apr 13 20:35:30 2004
@@ -1,3 +1,58 @@
+2004-04-13  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_exceptions.c:
+      Classnames shall start with an uppercase character
+
+2004-04-13  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * ext/bz2/config.w32
+      ext/bz2/php_bz2.def:
+      Export symbols needed by bz2_filter
+
+2004-04-13  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * ext/com_dotnet/com_saproxy.c:
+      This wasn't updated for new parameters for object handlers yet...
+
+2004-04-13  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      BFN
+
+2004-04-13  Zeev Suraski  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * ext/session/session.c:
+      Fixed bug #27963 (Session lifetime setting may leak between requests).
+
 2004-04-12  Derick Rethans  <[EMAIL PROTECTED]>
 
     * (PHP_4_3)
@@ -1937,7 +1992,7 @@
 2004-03-18  Pierre-Alain Joye  <[EMAIL PROTECTED]>
 
     * ext/gd/tests/bug27582_2.phpt:
-      - Fix the test description and $Id: ChangeLog,v 1.1597 2004/04/13 00:34:26 
changelog Exp $
+      - Fix the test description and $Id: ChangeLog,v 1.1598 2004/04/14 00:35:30 
changelog Exp $
 
 2004-03-18  Derick Rethans  <[EMAIL PROTECTED]>
 

Reply via email to