Hey internals,
when there is support for mysqlnd the phpinfo()
page hows the entire list
of available mysqlnd stats.
Do we really need to show the stats here? It makes the page unnecessary long
and somewhat annoying to scroll past for no obvious (to me) reason it to be there.
The stats can also already be retrieved using the
APIs @ https://www.php.net/manual/en/mysqlnd.stats.php making it even
less useful to have on the page.
I created a PR to remove the stats https://github.com/php/php-src/pull/4164
Can this just be merged or is there a specific reason the stats are on the page?
Also related to https://bugs.php.net/bug.php?id=60594 which basically
states the same things as above.
Pieter