]> granicus.if.org Git - php/commitdiff
- Fix bug #54644 (wrong pathes in php_pdo_mysql_int.h)
authorJohannes Schlüter <johannes@php.net>
Mon, 9 May 2011 11:34:17 +0000 (11:34 +0000)
committerJohannes Schlüter <johannes@php.net>
Mon, 9 May 2011 11:34:17 +0000 (11:34 +0000)
ext/pdo_mysql/php_pdo_mysql_int.h

index 9858514a983c37455a25e8beef80100eb043906f..48e61179e9af0bde840eb4f1abebf3def5935957 100755 (executable)
@@ -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