]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 16 Jul 2004 00:33:02 +0000 (00:33 +0000)
committer <changelog@php.net> <>
Fri, 16 Jul 2004 00:33:02 +0000 (00:33 +0000)
ChangeLog
Zend/ChangeLog

index 26e0ab53b6efa225b319d229a675fe8eb4a3e4ea..59e0d5f0229450b8a85d14dc85aad4a899a05592 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,65 @@
+2004-07-15  Andi Gutmans  <andi@zend.com>
+
+    * ZendEngine2/zend_alloc.c
+      ZendEngine2/zend_alloc.h:
+      - Improve performance of zend_alloc by stopping the size from being a bit
+      - field.
+
+2004-07-15  Zeev Suraski  <zeev@zend.com>
+
+    * ext/sqlite/libsqlite/src/sqlite.w32.h:
+      Fix sqlite build
+
+2004-07-15  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * main/main.c:
+      - Use ErrorException instead of Exception
+
+    * ZendEngine2/zend_exceptions.c
+      ZendEngine2/zend_exceptions.h:
+      - Add new class ErrorException to encapsulate errors in exceptions
+
+    * TSRM/TSRM.c:
+      Apply the fix
+
+    * ZendEngine2/zend_dynamic_array.h:
+      - Fix prototype
+
+    * php.ini-dist
+      php.ini-recommended:
+      Synch comments
+
+2004-07-15  Dan Kalowsky  <dank@deadmime.org>
+
+    * ext/odbc/php_odbc.c:
+      Bug 29058 (patch submitted by bug reporter)
+
+2004-07-15  Magnus Määttä  <novell@kiruna.se>
+
+    * tests/classes/bug26737.phpt:
+      Test for bug 26737:
+      Protected and private variables are not saved on serialization
+      when a user defined __sleep is used.
+
+2004-07-15  Antony Dovgal  <tony2001@phpclub.net>
+
+    * ext/oci8/oci8.c:
+      fix #29012 (Potential race during first connection) thanks to cjbj at
+      hotmail dot com
+
+2004-07-15  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS
+      ext/standard/strnatcmp.c
+      ext/standard/tests/strings/bug29075.phpt:
+      MFH: Fixed Bug #29075 (strnatcmp() incorrectly handles whitespace).
+
+    * ext/standard/strnatcmp.c
+      ext/standard/tests/strings/bug29075.phpt:
+      Fixed Bug #29075 (strnatcmp() incorrectly handles whitespace).
+      
+
 2004-07-14  Edin Kadribasic  <edink@emini.dk>
 
     * (PHP_4_3)
index aad5fccf8effa580ee8970add369e8e706191a20..b751e2d59f7e42ff414cf3f9cd797e00c0379c56 100644 (file)
@@ -1,3 +1,19 @@
+2004-07-15  Andi Gutmans  <andi@zend.com>
+
+    * zend_alloc.c
+      zend_alloc.h:
+      - Improve performance of zend_alloc by stopping the size from being a bit
+      - field.
+
+2004-07-15  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_exceptions.c
+      zend_exceptions.h:
+      - Add new class ErrorException to encapsulate errors in exceptions
+
+    * zend_dynamic_array.h:
+      - Fix prototype
+
 2004-07-14  Stanislav Malyshev  <stas@zend.com>
 
     * zend_object_handlers.c: