mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
show tracing
This commit is contained in:
parent
4c34cd9f38
commit
443bedf204
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ PHP_MINFO_FUNCTION(mysqlnd)
|
|||
php_info_print_table_row(2, "Read timeout", buf);
|
||||
php_info_print_table_row(2, "Collecting statistics", MYSQLND_G(collect_statistics)? "Yes":"No");
|
||||
php_info_print_table_row(2, "Collecting memory statistics", MYSQLND_G(collect_memory_statistics)? "Yes":"No");
|
||||
|
||||
php_info_print_table_row(2, "Tracing", MYSQLND_G(debug)? MYSQLND_G(debug):"n/a");
|
||||
php_info_print_table_end();
|
||||
|
||||
/* Print client stats */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue