mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
- Fix bug #54644 (wrong pathes in php_pdo_mysql_int.h)
This commit is contained in:
parent
8f77168384
commit
4a8eeb7afb
1
NEWS
1
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)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user