summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2011-05-09 11:34:17 +0000
committerJohannes Schlüter <johannes@php.net>2011-05-09 11:34:17 +0000
commit410a781063aaa3ab55e59d19ed354d20e0d827ff (patch)
tree2654b0913b20f0f1f637cf44ee549a3fe90bf296
parentee0d7f32074e63aec8fe8f3e41b9baca4cc32e18 (diff)
downloadphp-git-410a781063aaa3ab55e59d19ed354d20e0d827ff.tar.gz
- Fix bug #54644 (wrong pathes in php_pdo_mysql_int.h)
-rwxr-xr-xext/pdo_mysql/php_pdo_mysql_int.h1
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 9858514a98..48e61179e9 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