summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>1999-12-09 02:08:13 +0000
committer <changelog@php.net>1999-12-09 02:08:13 +0000
commitf8df1e98d9c5c93fb3595034394f28ec253ff8df (patch)
treea162d29d81e8ba055527825f70bc36d389a06bf6
parent580dd72a2432e69c009e929e9dc397983f822b08 (diff)
downloadphp-git-f8df1e98d9c5c93fb3595034394f28ec253ff8df.tar.gz
ChangeLog update
-rw-r--r--ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 730d744ae6..7ae90e7d3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+1999-12-08 Zeev Suraski <zeev@php.net>
+
+ * ext/session/session.c
+ configuration-parser.y:
+ - Use Set-Cookie for consistency with SetCookie() (and possibly for adherence with
+ with some clients?)
+ - Remove unnecessary directive from configuration-parser.y
+
+1999-12-08 Sascha Schumann <sascha@schumann.cx>
+
+ * ext/standard/assert.c: Use global ctor in non-ZTS mode as well
+
+1999-12-08 Thies C. Arntzen <thies@digicol.de>
+
+ * ext/standard/var.c: (unserialize) now cleans up better on failure!
+
+ * ext/standard/assert.c: make non-ZTS happy again
+
+ * ext/oci8/oci8.c:
+1999-12-08 Stig Bakken <ssb@fast.no>
+
+ * pear/DB/common.php
+ pear/DB/mysql.php
+ pear/DB.php: Added some more error defines (CANNOT_CREATE/DELETE/DROP).
+ Folded up the methods in DB.php.
+ Started adding documentation for DB_result methods.
+ Added doOne() doRow() and doAssoc() methods in DB_common.
+ Added numCols() to DB_mysql.
+
+1999-12-08 Thies C. Arntzen <thies@digicol.de>
+
+ * ext/ftp/php_ftp.c
+ ext/readline/php_readline.h
+ ext/readline/readline.c: ZTS compile fixes
+
+ * ext/standard/assert.c: this is the "right" ZTS-fix
+
1999-12-07 Andrei Zmievski <andrei@ispi.net>
* pear/DB.php: Oops.