diff options
author | Johannes Schlüter <johannes@php.net> | 2011-05-09 11:34:17 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2011-05-09 11:34:17 +0000 |
commit | 4a8eeb7afb0bfc31cee1f06b2457c44120052bca (patch) | |
tree | 08bf5d1fe9b9185686cdab8d17d4687d9d3fadbc /ext/pdo_mysql/php_pdo_mysql_int.h | |
parent | 8f77168384974b04eb9c12d4eb70452302539c9b (diff) | |
download | php-git-4a8eeb7afb0bfc31cee1f06b2457c44120052bca.tar.gz |
- Fix bug #54644 (wrong pathes in php_pdo_mysql_int.h)
Diffstat (limited to 'ext/pdo_mysql/php_pdo_mysql_int.h')
-rwxr-xr-x | ext/pdo_mysql/php_pdo_mysql_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pdo_mysql/php_pdo_mysql_int.h b/ext/pdo_mysql/php_pdo_mysql_int.h index e1da3d2ed5..e8e3e71138 100755 --- a/ext/pdo_mysql/php_pdo_mysql_int.h +++ b/ext/pdo_mysql/php_pdo_mysql_int.h @@ -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 |