From e080bd20e8951a2898f3f2d9da06799a413016fb Mon Sep 17 00:00:00 2001 From: Date: Tue, 27 Mar 2001 02:09:18 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/ChangeLog b/ChangeLog index eeff21f4a7..a599746360 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +2001-03-26 Thomas V.V.Cox + + * pear/DB/pgsql.php + pear/DB.php: pgsql.php + * connect() always use pg_connect string instead of the deprecated params + mode + * removed duplicated functions prepare() and execute() (now in common.php) + * pgsqlRaiseError() always fills native error param on DB_error objs + * added third param $rownum to fetchInto() so users can fetch also absolute + row numbers + * changed fetchRow() to use fetchInto() (can not erase, still used in get*() + from common.php + + DB.php + * added third param $rownum to fetchInto()/fetchRow() so users can fetch + also absolute row numbers + * changed fetchRow() to use fetchInto() + +2001-03-26 Jani Taskinen + + * ext/domxml/php_domxml.c: Fixed a typo. + + * configure.in: Fixed the problem with libbind (again). + +2001-03-26 Andrei Zmievski + + * NEWS: More news. + +2001-03-26 Sebastian Bergmann + + * NEWS: Nitpicking. + +2001-03-26 Andrei Zmievski + + * NEWS: Zend related news update. + +2001-03-26 Sterling Hughes + + * FUNCTION_LIST.txt: + Remove FUNCTION_LIST.txt, the file is sadly out of date and not really used... + +2001-03-26 Jani Taskinen + + * ext/ldap/config.m4: Support Solaris 8 ldap. + +2001-03-26 Marc Boeren + + * ext/dbx/dbx.c: + Removed #include php_config.h, since it was not necessary (Mc) + +2001-03-26 Romolo Manfredini + + * ext/pgsql/pgsql.c: + pg_close was undefining default_conn even if a ref to it was still there. + 2001-03-25 Stig Bakken * pear/DB/ifx.php: -- 2.50.1