]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 13 May 2004 00:59:25 +0000 (00:59 +0000)
committer <changelog@php.net> <>
Thu, 13 May 2004 00:59:25 +0000 (00:59 +0000)
ChangeLog
Zend/ChangeLog

index aa7eb5802b9c31f57fe8d39e0a2bd6ba116c93d3..eaf87b07660d5d19650d36d9beab252f8c1a14d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,81 @@
+2004-05-12  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_API.c:
+      - Centralize register and hash operations for startup/register_module
+        in new zend_register_module_ex().
+
+    * ZendEngine2/zend_API.c:
+      - Revert to 1.249
+
+    * TSRM/TSRM.c:
+      - More work on ts_free_id() but still keep it out
+
+    * TSRM/TSRM.c:
+      ifdef out the ts_free_id until php 5.1 and until it is complete
+
+2004-05-12  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      ext/imap/php_imap.c:
+      MFH: Fixed various possible memory leaks.
+
+    * ext/imap/php_imap.c:
+      Fixed various possible memory leaks.
+
+    * (PHP_4_3)
+      NEWS
+      ext/pgsql/pgsql.c:
+      MFH: Fixed bug #28374 (Possible unterminated loop inside
+      _php_pgsql_trim_message()).
+
+    * ext/pgsql/pgsql.c:
+      Fixed bug #28374 (Possible unterminated loop inside
+      _php_pgsql_trim_message()).
+
+2004-05-12  Ard Biesheuvel  <a.k.biesheuvel@ewi.tudelft.nl>
+
+    * ext/interbase/ibase_query.c:
+      Fixed a couple of inconsistencies in param binding
+
+    * ext/interbase/config.m4
+      ext/interbase/config.w32
+      ext/interbase/ibase_query.c
+      ext/interbase/ibase_service.c
+      ext/interbase/interbase.c
+      ext/interbase/php_ibase_includes.h
+      ext/interbase/php_interbase.h:
+      Dropped support for ancient Interbase versions (< 6)
+
+    * ext/interbase/interbase.c:
+      Made ibase_timefmt() check its args more thoroughly and nuked a pointless
+      malloc()
+
+    * ext/interbase/interbase.c:
+      Made ibase_gen_id() bail out on incorrect args
+
+2004-05-12  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * (PHP_4_3)
+      main/streams.c:
+      Avoid Bug #28363 by not seeking if we don't have a read buffer
+
+2004-05-12  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * TSRM/TSRM.c:
+      - Implement ts_free_id()
+
+    * ext/standard/url_scanner_ex.c:
+      - Touch
+
+    * ext/standard/basic_functions.c
+      ext/standard/url_scanner_ex.re:
+      - Move hash table destruction to proper location
+
+    * ext/bcmath/bcmath.c
+      ext/ldap/ldap.c
+      ext/sqlite/sqlite.c:
+      - Added missing UNREGISTER_INI_ENTRIES
+
 2004-05-11  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_4_3)
index 6e6370886752d15ee24ba54ca39f0f695c541a39..4df31574535787a8618fea3ad644ce843b645615 100644 (file)
@@ -1,3 +1,12 @@
+2004-05-12  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_API.c:
+      - Centralize register and hash operations for startup/register_module
+        in new zend_register_module_ex().
+
+    * zend_API.c:
+      - Revert to 1.249
+
 2004-05-11  Andi Gutmans  <andi@zend.com>
 
     * zend_compile.c: