- Fix bug #54644 (wrong pathes in php_pdo_mysql_int.h)

This commit is contained in:
Johannes Schlüter 2011-05-09 11:34:17 +00:00
parent 8f77168384
commit 4a8eeb7afb
2 changed files with 1 additions and 1 deletions

1
NEWS
View File

@ -77,6 +77,7 @@ PHP NEWS
(mjh at hodginsmedia dot com, Felipe)
- PDO MySQL driver:
. Fixed bug #54644 (wrong pathes in php_pdo_mysql_int.h). (Tony, Johannes)
. Implemented FR #48587 (MySQL PDO driver doesn't support SSL connections).
(Rob)

View File

@ -25,7 +25,6 @@
#if defined(PDO_USE_MYSQLND)
# include "ext/mysqlnd/mysqlnd.h"
# include "ext/mysql/mysql_mysqlnd.h"
# include "ext/mysqlnd/mysqlnd_libmysql_compat.h"
# define PDO_MYSQL_PARAM_BIND MYSQLND_PARAM_BIND
#else