php-src/ext/pdo_mysql
Remi Collet 6e4cfa18f7 Really fix test pdo_mysql_class_constants.phpt
- with mysqlnd, constant always present
- with mysqli, check client library version
- without mysqlnd and without mysqli
	skip the test if no connection
	use connection to check client library

Note : MySQLPDOTest::getClientVersion() is broken with mysqlnd
as PDO::ATTR_CLIENT_VERSION return "mysqlnd 5.0.11-dev - 20120503..."
so, getClientVersion() return "11"
2012-12-12 16:53:18 +01:00
..
tests Really fix test pdo_mysql_class_constants.phpt 2012-12-12 16:53:18 +01:00
config.m4 - Use myslqnd by default when MySQL extensions are activated but no path given 2011-09-07 13:33:56 +00:00
config.w32 MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, 2008-07-21 13:09:28 +00:00
CREDITS MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, 2008-07-21 13:09:28 +00:00
get_error_codes.php - Update PDO_mysql error mapping 2011-08-31 15:46:07 +00:00
mysql_driver.c Allow setting SHA256 auth public key as option 2012-10-31 16:54:11 +01:00
mysql_statement.c Fix for bug #62820 2012-10-23 15:13:57 +02:00
package2.xml set min pdo dep to 1.0.3, which will be the new pecl release 2006-05-02 02:43:11 +00:00
pdo_mysql.c Allow setting SHA256 auth public key as option 2012-10-31 16:54:11 +01:00
php_pdo_mysql_int.h Allow setting SHA256 auth public key as option 2012-10-31 16:54:11 +01:00
php_pdo_mysql_sqlstate.h - Update PDO_mysql error mapping 2011-08-31 15:46:07 +00:00
php_pdo_mysql.h Fixed bug #63236 (Executable permission on various source files) 2012-10-09 13:28:31 +08:00