mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259
This commit is contained in:
parent
3cf5ab9e56
commit
eaad585a2e
5 changed files with 17 additions and 72 deletions
|
@ -124,7 +124,6 @@ typedef struct {
|
|||
long *current_lengths;
|
||||
#endif
|
||||
pdo_mysql_error_info einfo;
|
||||
#if HAVE_MYSQL_STMT_PREPARE || PDO_USE_MYSQLND
|
||||
#if PDO_USE_MYSQLND
|
||||
MYSQLND_STMT *stmt;
|
||||
#else
|
||||
|
@ -141,7 +140,6 @@ typedef struct {
|
|||
unsigned long *out_length;
|
||||
unsigned int params_given;
|
||||
unsigned max_length:1;
|
||||
#endif
|
||||
} pdo_mysql_stmt;
|
||||
|
||||
extern pdo_driver_t pdo_mysql_driver;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue