From: Johannes Schlüter Date: Mon, 9 May 2011 11:34:17 +0000 (+0000) Subject: - Fix bug #54644 (wrong pathes in php_pdo_mysql_int.h) X-Git-Tag: php-5.3.7RC1~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a8eeb7afb0bfc31cee1f06b2457c44120052bca;p=php - Fix bug #54644 (wrong pathes in php_pdo_mysql_int.h) --- diff --git a/NEWS b/NEWS index d67d72e1a4..084c9146fb 100644 --- a/NEWS +++ b/NEWS @@ -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) 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