[PHP-DB] PEAR DB 1.6.0 has been released

2004-02-19 Thread Daniel Convissor
[This has be cross-posted. Be careful when following up, please.] Greetings: Crack open the beer, PEAR DB 1.6.0 is here! (Hey, I'm a bit giddy with excitement that my intense work during the past seven weeks has come to fruition.) For those unfamiliar with PEAR DB, it's a package of PHP

[PHP-DB] run some tests on mysqli, please

2004-02-18 Thread Daniel Convissor
Hi Folks: Does anyone here have the mysqli extension running correctly on their machines? If so, could you please help the PEAR DB project by running the test suite? Instructions for doing so are here: http://cvs.php.net/co.php/pear/DB/doc/TESTERS Pardon me for posting to a list I'm not

[PHP-DB] please test PEAR DB 1.6.0RC6

2004-02-11 Thread Daniel Convissor
Hello Yet Again: Sorry to be crying wolf so many times over the past week, but another release of PEAR DB was made yesterday, 1.6.0RC6. The biggest improvement in this release is better mapping of error codes. Several DBMS's now properly report duplicate key constraint violations as

[PHP-DB] PEAR DB 1.6.0RC5 released, please test it

2004-02-07 Thread Daniel Convissor
Hello Again: Another release of PEAR DB was made yesterday, 1.6.0RC5. The most important change was fixing the bug for people who use arrays for the DSN information when connecting. It also adds a new method called quoteIdentifier(), which is used for delimiting identifiers (such as field names

[PHP-DB] PEAR DB 1.6.0RC4 released. please test.

2004-02-04 Thread Daniel Convissor
Hi Folks: I just released version 1.6.0RC4 of PEAR DB. Several things have been fixed since RC1 which is included with the latest PHP RC release. Also, if you're using 1.5.0 variants or earlier, definitely check out the new version for loads of enhancements and way fewer bugs. I've also spent