[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_mysql/ mysql_driver.c

2011-01-07 Thread Kalle Sommer Nielsen
kalleFri, 07 Jan 2011 14:58:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307226 Log: Update to use mysql_options() instead of mysql_set_character_set() (As suggested by Andrey) Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/pdo_mysql/ mysql_driver.c

2011-01-07 Thread Christopher Jones
On 1/7/11 6:58 AM, Kalle Sommer Nielsen wrote: kalleFri, 07 Jan 2011 14:58:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307226 Log: Update to use mysql_options() instead of mysql_set_character_set() (As suggested by Andrey) Is

[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_mysql/ mysql_driver.c tests/mysql_pdo_test.inc tests/pdo_mysql_connect_charset.phpt

2011-01-07 Thread Kalle Sommer Nielsen
kalleFri, 07 Jan 2011 17:18:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307228 Log: Added test case for #47802 and fixed macro name after the move to mysql_options() Bug: http://bugs.php.net/47802 (Assigned) PDO_MYSQL doesn't use the