diff options
author | Johannes Schlüter <johannes@php.net> | 2010-08-05 13:29:44 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2010-08-05 13:29:44 +0000 |
commit | eaad585a2e9d985049296dec8b317a02149d5f6c (patch) | |
tree | 14c32b8812ba92ccea00900c9c960f95250c4dea /ext/pdo_mysql/php_pdo_mysql_int.h | |
parent | 3cf5ab9e567e302125f242aaff2f1bd41e3d5409 (diff) | |
download | php-git-eaad585a2e9d985049296dec8b317a02149d5f6c.tar.gz |
- Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259
Diffstat (limited to 'ext/pdo_mysql/php_pdo_mysql_int.h')
-rwxr-xr-x | ext/pdo_mysql/php_pdo_mysql_int.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pdo_mysql/php_pdo_mysql_int.h b/ext/pdo_mysql/php_pdo_mysql_int.h index 23f14a464a..c6cc9fc5fc 100755 --- a/ext/pdo_mysql/php_pdo_mysql_int.h +++ b/ext/pdo_mysql/php_pdo_mysql_int.h @@ -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; |