]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 3 Aug 2004 00:34:47 +0000 (00:34 +0000)
committer <changelog@php.net> <>
Tue, 3 Aug 2004 00:34:47 +0000 (00:34 +0000)
ChangeLog
Zend/ChangeLog

index 70f53039de152fe9db7c7db1360ec92842ab4dbf..1f8fbc43e767495aa35a15b19261e64d5397f512 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,81 @@
+2004-08-02  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_reflection_api.c:
+      - Add methods to check parameter count
+
+2004-08-02  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (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  <marcus.boerger@post.rwth-aachen.de>
+
+    * (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  <wez.php@thebrainroom.net>
+
+    * ext/com_dotnet/com_dotnet.c:
+      Better error reporting
+
+2004-08-02  Andi Gutmans  <andi@zend.com>
+
+    * ZendEngine2/zend_compile.c:
+      - Fix typo
+
+2004-08-02  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * 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  <sascha@schumann.cx>
+
+    * ext/session/session.c:
+      fix empty_string issue
+      
+      Patch submitted by Antony Dovgal <tony2001@phpclub.net>
+
+    * ext/session/mod_files.c:
+      don't read empty files
+      
+      0 malloc noticed by Antony Dovgal <tony2001@phpclub.net>
+
+2004-08-02  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (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  <marcus.boerger@post.rwth-aachen.de>
 
     * tests/classes/__call_002.phpt
index dec13151ad2d961a9495488f9140f45d25405376..8a675bd7292ffbcf4d684743db51173d79311ecc 100644 (file)
@@ -1,3 +1,40 @@
+2004-08-02  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_reflection_api.c:
+      - Add methods to check parameter count
+
+    * (PHP_5_0)
+      zend_compile.c:
+      MFH Change to use memcmp instead of strcmp
+
+    * zend_compile.c:
+      - Change to use memcmp instead of strcmp
+
+2004-08-02  Andi Gutmans  <andi@zend.com>
+
+    * zend_compile.c:
+      - Fix typo
+
+2004-08-02  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_language_parser.y
+      zend_language_scanner.l:
+      - Remove all for now
+
+    * zend_compile.c
+      zend_compile.h
+      zend_execute_API.c:
+      MFB: Enforce protocol on magic methods/functions
+
+2004-08-02  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_0)
+      zend_execute.c:
+      MFH: A gentler (performance wise) allocation of buffer for temp variables.
+
+    * zend_execute.c:
+      A gentler (performance wise) allocation of buffer for temp variables.
+
 2004-08-01  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * (PHP_5_0)