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
|
@ -126,7 +126,7 @@ static PHP_MINIT_FUNCTION(pdo_mysql)
|
|||
#if MYSQL_VERSION_ID > 50605 || defined(PDO_USE_MYSQLND)
|
||||
REGISTER_PDO_CLASS_CONST_LONG("MYSQL_ATTR_SERVER_PUBLIC_KEY", (zend_long)PDO_MYSQL_ATTR_SERVER_PUBLIC_KEY);
|
||||
#endif
|
||||
|
||||
REGISTER_PDO_CLASS_CONST_LONG("MYSQL_ATTR_MULTI_STATEMENTS", (zend_long)PDO_MYSQL_ATTR_MULTI_STATEMENTS);
|
||||
|
||||
#ifdef PDO_USE_MYSQLND
|
||||
mysqlnd_reverse_api_register_api(&pdo_mysql_reverse_api TSRMLS_CC);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue