mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
added MySQLI ini entries
added ini parameter for mysql->reconnect
This commit is contained in:
parent
5ffccfffda
commit
8e52a1a8a3
6 changed files with 68 additions and 3 deletions
|
@ -1272,7 +1272,7 @@ PHP_FUNCTION(mysqli_real_connect)
|
|||
}
|
||||
php_mysqli_set_error(mysql_errno(mysql), (char *)mysql_error(mysql) TSRMLS_CC);
|
||||
|
||||
mysql->reconnect = 0;
|
||||
mysql->reconnect = MyG(reconnect);
|
||||
|
||||
if (object) {
|
||||
((mysqli_object *) zend_object_store_get_object(object TSRMLS_CC))->valid = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue