From: Date: Thu, 9 Dec 1999 02:08:13 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RETURN_REF_BP~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8df1e98d9c5c93fb3595034394f28ec253ff8df;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 730d744ae6..7ae90e7d3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +1999-12-08 Zeev Suraski + + * 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 + + * ext/standard/assert.c: Use global ctor in non-ZTS mode as well + +1999-12-08 Thies C. Arntzen + + * 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 + + * 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 + + * 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 * pear/DB.php: Oops.