diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-04-15 12:04:15 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-04-23 10:38:20 +0200 |
commit | 8597ec00d4c60bc6be625dfe5cdd9e398162f3de (patch) | |
tree | fe8d29a5b766d6671c35da635b3fa88eed9359ed /ext/pdo_mysql/php_pdo_mysql_int.h | |
parent | baabb5398ffaff3c8b9bec64bc0773736b5ad4da (diff) | |
download | php-git-8597ec00d4c60bc6be625dfe5cdd9e398162f3de.tar.gz |
Remove support for libmysqlclient 5.0
Closes GH-5391.
Diffstat (limited to 'ext/pdo_mysql/php_pdo_mysql_int.h')
-rw-r--r-- | ext/pdo_mysql/php_pdo_mysql_int.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/pdo_mysql/php_pdo_mysql_int.h b/ext/pdo_mysql/php_pdo_mysql_int.h index f90a92d6a4..6bc55552ed 100644 --- a/ext/pdo_mysql/php_pdo_mysql_int.h +++ b/ext/pdo_mysql/php_pdo_mysql_int.h @@ -28,10 +28,6 @@ # define PDO_MYSQL_PARAM_BIND MYSQL_BIND #endif -#if (MYSQL_VERSION_ID >= 40113 && MYSQL_VERSION_ID < 50000) || MYSQL_VERSION_ID >= 50007 || defined(MYSQL_USE_MYSQLND) -# define PDO_MYSQL_HAS_CHARSET -#endif - #if defined(PDO_USE_MYSQLND) && PHP_DEBUG && !defined(PHP_WIN32) #define PDO_DBG_ENABLED 1 |