summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/php_pdo_mysql_int.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2013-07-23 14:13:22 +0200
committerJohannes Schlüter <johannes@php.net>2013-07-23 14:13:22 +0200
commit7b92a227726106917a65c42676f87a88267a4770 (patch)
tree87041b8ef04a99d005a2cbb6cf98004ce62d8c51 /ext/pdo_mysql/php_pdo_mysql_int.h
parent5a8b0ca8fa00fdc70b2d55be02ef9d7472990bec (diff)
downloadphp-git-7b92a227726106917a65c42676f87a88267a4770.tar.gz
Fix bug 65299
Diffstat (limited to 'ext/pdo_mysql/php_pdo_mysql_int.h')
-rw-r--r--ext/pdo_mysql/php_pdo_mysql_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/php_pdo_mysql_int.h b/ext/pdo_mysql/php_pdo_mysql_int.h
index 42debf07e9..24f7aa2182 100644
--- a/ext/pdo_mysql/php_pdo_mysql_int.h
+++ b/ext/pdo_mysql/php_pdo_mysql_int.h
@@ -171,7 +171,7 @@ enum {
PDO_MYSQL_ATTR_SSL_CA,
PDO_MYSQL_ATTR_SSL_CAPATH,
PDO_MYSQL_ATTR_SSL_CIPHER,
-#if MYSQL_VERSION_ID > 50605 || defined(MYSQLI_USE_MYSQLND)
+#if MYSQL_VERSION_ID > 50605 || defined(PDO_USE_MYSQLND)
PDO_MYSQL_ATTR_SERVER_PUBLIC_KEY
#endif
};