summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2004-03-08 01:32:05 +0000
committer <changelog@php.net>2004-03-08 01:32:05 +0000
commit07b90fa1ba20811511612f6d71274f70e830481e (patch)
treef506673c36729d29e37394e37cb4420377bd6983
parent5208baee49061e19a98485a2bd2e5d867e700602 (diff)
downloadphp-git-07b90fa1ba20811511612f6d71274f70e830481e.tar.gz
ChangeLog update
-rw-r--r--ChangeLog58
1 files changed, 58 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8602a6b6d7..1c9a317f1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,61 @@
+2004-03-07 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * ext/dba/config.m4:
+ Search for db-4.2.x
+
+2004-03-07 Sascha Schumann <sascha@schumann.cx>
+
+ * ext/sqlite/sess_sqlite.c:
+ Avoid using floating point arithmetic and rely on safe_emalloc
+ for the multiplication.
+
+ The actual size requirement is spelled out as:
+
+ ** The result is written into a preallocated output buffer "out".
+ ** "out" must be able to hold at least 2 +(257*n)/254 bytes.
+ ** In other words, the output will be expanded by as much as 3
+ ** bytes for every 254 bytes of input plus 2 bytes of fixed overhead.
+ ** (This is approximately 2 + 1.0118*n or about a 1.2% size increase.)
+
+2004-03-07 Wez Furlong <wez.php@thebrainroom.net>
+
+ * main/streams/streams.c:
+ add cast for qsort compare function.
+ Kinda ugly, but helps assert that we are doing the right thing as well as
+ kill the warning there.
+
+ * main/streams/userspace.c:
+ Connect feof() call to user-space stream feof() method.
+ Fixes Bug #27417 and #27508
+
+2004-03-07 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PECL_4_3)
+ ext/sqlite/sqlite.c:
+ MFH: Corrected string escape calculation.
+
+ * ext/sqlite/sess_sqlite.c
+ ext/sqlite/sqlite.c:
+ Corrected string escape calculation.
+
+2004-03-07 Wez Furlong <wez.php@thebrainroom.net>
+
+ * main/streams/streams.c:
+ Less magic please
+
+2004-03-07 Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl>
+
+ * ext/interbase/interbase.c:
+ Simplify / fix
+
+ * ext/interbase/interbase.c:
+ Added missing support for binding timestamps
+
+2004-03-07 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
+
+ * ext/wddx/tests/wddx.xml:
+ - Forgot to commit this one.
+
2004-03-06 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
* ext/wddx/tests/001.phpt: