cvs: pear /MDB2 package_mysql.php
[email protected] ("Lorenzo Alberton")
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <cvsquipo1208624134@cvsserver> |
quipo Sat Apr 19 16:55:34 2008 UTC
Modified files:
/pear/MDB2 package_mysql.php
Log:
request #13657: in setCharset(), use mysql_set_charset() if available [cwiedmann]
http://cvs.php.net/viewvc.cgi/pear/MDB2/package_mysql.php?r1=1.153&r2=1.154&diff_format=u
Index: pear/MDB2/package_mysql.php
diff -u pear/MDB2/package_mysql.php:1.153 pear/MDB2/package_mysql.php:1.154
--- pear/MDB2/package_mysql.php:1.153 Mon Apr 7 22:02:39 2008
+++ pear/MDB2/package_mysql.php Sat Apr 19 16:55:34 2008
@@ -8,6 +8,7 @@
$notes = <<<EOT
- fixed bug #13412: sometimes getTableConstraintDefinition() fails for FOREIGN KEYs
- fixed bug #13581: wrong query in beginTransaction() for certain MySQL versions
+- request #13657: in setCharset(), use mysql_set_charset() if available [cwiedmann]
note:
- the multi_query test failes because this is not supported by ext/mysql