From eaad585a2e9d985049296dec8b317a02149d5f6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schl=C3=BCter?= Date: Thu, 5 Aug 2010 13:29:44 +0000 Subject: - Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259 --- ext/pdo_mysql/php_pdo_mysql_int.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/pdo_mysql/php_pdo_mysql_int.h') 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; -- cgit v1.2.1