diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2017-03-09 17:31:52 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2017-03-09 17:32:01 +0100 |
commit | 314ef0ff69f2b88c3eaa8c9abd7610e09fa50d89 (patch) | |
tree | 70cdecccbbc34c706c99253bae4a567dc7c02f5d /ext/pdo_mysql/php_pdo_mysql_int.h | |
parent | 6635639b754b25196c33f343f6a1f75b1d2e2321 (diff) | |
parent | 247ce052cd0fc7d0d8ea1a0e7ea2075e9601766a (diff) | |
download | php-git-314ef0ff69f2b88c3eaa8c9abd7610e09fa50d89.tar.gz |
Merge branch 'PHP-7.0' into PHP-7.1
Diffstat (limited to 'ext/pdo_mysql/php_pdo_mysql_int.h')
-rw-r--r-- | ext/pdo_mysql/php_pdo_mysql_int.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pdo_mysql/php_pdo_mysql_int.h b/ext/pdo_mysql/php_pdo_mysql_int.h index 98ff513eff..fb437de348 100644 --- a/ext/pdo_mysql/php_pdo_mysql_int.h +++ b/ext/pdo_mysql/php_pdo_mysql_int.h @@ -179,6 +179,9 @@ enum { PDO_MYSQL_ATTR_SERVER_PUBLIC_KEY, #endif PDO_MYSQL_ATTR_MULTI_STATEMENTS, +#ifdef PDO_USE_MYSQLND + PDO_MYSQL_ATTR_SSL_VERIFY_SERVER_CERT, +#endif }; #endif |