mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-5.6'
* PHP-5.6: Updated NEWS Updated NEWS Start adding new attribute to control multi statements
This commit is contained in:
commit
5a528076d2
6 changed files with 367 additions and 5 deletions
|
@ -172,8 +172,9 @@ enum {
|
|||
PDO_MYSQL_ATTR_SSL_CAPATH,
|
||||
PDO_MYSQL_ATTR_SSL_CIPHER,
|
||||
#if MYSQL_VERSION_ID > 50605 || defined(PDO_USE_MYSQLND)
|
||||
PDO_MYSQL_ATTR_SERVER_PUBLIC_KEY
|
||||
PDO_MYSQL_ATTR_SERVER_PUBLIC_KEY,
|
||||
#endif
|
||||
PDO_MYSQL_ATTR_MULTI_STATEMENTS,
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue