changelog               Mon Aug  2 20:34:44 2004 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1704&r2=1.1705&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1704 php-src/ChangeLog:1.1705
--- php-src/ChangeLog:1.1704    Sun Aug  1 20:33:41 2004
+++ php-src/ChangeLog   Mon Aug  2 20:34:43 2004
@@ -1,3 +1,81 @@
+2004-08-02  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_reflection_api.c:
+      - Add methods to check parameter count
+
+2004-08-02  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      ext/sqlite/sqlite.c:
+      MFH: Allow sqlite_fetch_column_types() to properly handle table names with
+      spaces in them.
+
+    * ext/sqlite/sqlite.c:
+      Allow sqlite_fetch_column_types() to properly handle table names with
+      spaces in them.
+
+2004-08-02  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      ZendEngine2/zend_compile.c:
+      MFH Change to use memcmp instead of strcmp
+
+    * ZendEngine2/zend_compile.c:
+      - Change to use memcmp instead of strcmp
+
+2004-08-02  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * ext/com_dotnet/com_dotnet.c:
+      Better error reporting
+
+2004-08-02  Andi Gutmans  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_compile.c:
+      - Fix typo
+
+2004-08-02  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_language_parser.y
+      ZendEngine2/zend_language_scanner.l:
+      - Remove all for now
+
+    * tests/classes/__call_002.phpt
+      tests/classes/__set__get_002.phpt
+      tests/classes/__set__get_003.phpt
+      tests/classes/destructor_visibility_001.phpt
+      tests/classes/destructor_visibility_002.phpt
+      tests/classes/destructor_visibility_003.phpt:
+      MFB Enforce protocol of magic methods/classes
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_execute_API.c
+      ext/mbstring/tests/htmlent.phpt
+      tests/classes/ctor_failure.phpt:
+      MFB: Enforce protocol on magic methods/functions
+
+2004-08-02  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * ext/session/session.c:
+      fix empty_string issue
+      
+      Patch submitted by Antony Dovgal <[EMAIL PROTECTED]>
+
+    * ext/session/mod_files.c:
+      don't read empty files
+      
+      0 malloc noticed by Antony Dovgal <[EMAIL PROTECTED]>
+
+2004-08-02  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      Zend/zend_execute.c
+      ZendEngine2/zend_execute.c:
+      MFH: A gentler (performance wise) allocation of buffer for temp variables.
+
+    * ZendEngine2/zend_execute.c:
+      A gentler (performance wise) allocation of buffer for temp variables.
+
 2004-08-01  Marcus Boerger  <[EMAIL PROTECTED]>
 
     * tests/classes/__call_002.phpt
@@ -7590,7 +7668,7 @@
 2004-03-18  Pierre-Alain Joye  <[EMAIL PROTECTED]>
 
     * ext/gd/tests/bug27582_2.phpt:
-      - Fix the test description and $Id: ChangeLog,v 1.1704 2004/08/02 00:33:41 
changelog Exp $
+      - Fix the test description and $Id: ChangeLog,v 1.1705 2004/08/03 00:34:43 
changelog Exp $
 
 2004-03-18  Derick Rethans  <[EMAIL PROTECTED]>
 

Reply via email to