]> 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)
NEWS
ext/pdo_mysql/php_pdo_mysql_int.h

diff --git a/NEWS b/NEWS
index d67d72e1a44ac97f94adb1c5a7832e458597d139..084c9146fbdcd91fec6cb268994f7a0d14515262 100644 (file)
--- 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)
 
index e1da3d2ed5939651a42f9de2e5af6e37ef80469b..e8e3e71138097829be15288b8b01704dc00f3842 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