1
0
mirror of https://github.com/php/php-src.git synced 2026-04-07 08:02:49 +02:00

adding what last commit was missing

This commit is contained in:
Andrey Hristov
2010-04-22 15:14:45 +00:00
parent 1ed3da294b
commit 7c5259cca3

View File

@@ -151,6 +151,7 @@ static PHP_GINIT_FUNCTION(mysqlnd)
mysqlnd_globals->net_read_buffer_size = 32768;
mysqlnd_globals->net_read_timeout = 31536000;
mysqlnd_globals->log_mask = 0;
mysqlnd_globals->log_mask = 16000;
}
/* }}} */