From: Date: Wed, 13 Feb 2002 01:20:31 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.2.0RC1~356 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6daefec0d1a35abb6e75ba6317137f02c4b128f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c8b2aa9af6..60d1deb482 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,53 @@ +2002-02-12 Jason Greene + + * NEWS: Fix entry + +2002-02-12 Jan Lehnardt + + * pear/DB/mysql.php: + - added default case for mysql_select_db error handling. It throws a + - DB_ERROR (unknown error) in the default case. + + * pear/DB.php + pear/DB/mysql.php: + - added support for different error messages for the following cases: + - + - if a user with unsufficient permissions trys to select a database + - PEAR::DB previously threw a "no database selected" error instead + - of a more proper "insufficient permissions". This is fixed now. + - + - if a user selects a nonexistant database PEAR::DB threw a + - "no database selected" error instead of "no such database". + - This is fixed as well. + - + - I added two new constants to DB.php and a simple case construct to + - DB/mysql.php which can be easily extended to achive the above. I + - hope this is ok. + - Thanks to Till Gerken for mentioning this. + +2002-02-12 Andrei Zmievski + + * NEWS: Fix-up. + +2002-02-12 Sascha Schumann + + * main/network.c: Irix defines AF_INET6, but lacks IPv6 support, including + struct sockaddr_in6. + +2002-02-12 Yasuo Ohgaki + + * ext/pgsql/pgsql.c: Initialize automatic persistent connection reset flag + +2002-02-12 Andrei Zmievski + + * ext/pcre/php_pcre.h + ext/pcre/php_pcre.c: + Fix a long-standing infelicity that resulted in extra regex information + not being passed to PCRE functions. + + * ext/pcre/php_pcre.h + ext/pcre/php_pcre.c: Expose pcre_get_compiled_regex as an API function. + 2002-02-11 Mark L. Woodward * ext/msession/msession.c: Added one more tweak for 4.0.x compatibility.