From 853202544c0e8413c1cdf914cc408ca214bae293 Mon Sep 17 00:00:00 2001 From: hauk92 <47572039+hauk92@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:22:26 +0100 Subject: [PATCH] Add to INI quick reference --- php.ini-development | 8 ++++++++ php.ini-production | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/php.ini-development b/php.ini-development index 5adb11d215697..cac3acc2436d3 100644 --- a/php.ini-development +++ b/php.ini-development @@ -119,6 +119,11 @@ ; Development Value: 60 (60 seconds) ; Production Value: 60 (60 seconds) +; mysqlnd.collect_memory_statistics +; Default Value: Off +; Development Value: On +; Production Value: Off + ; output_buffering ; Default Value: Off ; Development Value: 4096 @@ -1193,6 +1198,9 @@ mysqlnd.collect_statistics = On ; Enable / Disable collection of memory usage statistics by mysqlnd which can be ; used to tune and monitor MySQL operations. +; Default Value: Off +; Development Value: On +; Production Value: Off mysqlnd.collect_memory_statistics = On ; Records communication from all extensions using mysqlnd to the specified log diff --git a/php.ini-production b/php.ini-production index e4ffc1084b13a..53571f3f0db23 100644 --- a/php.ini-production +++ b/php.ini-production @@ -119,6 +119,11 @@ ; Development Value: 60 (60 seconds) ; Production Value: 60 (60 seconds) +; mysqlnd.collect_memory_statistics +; Default Value: Off +; Development Value: On +; Production Value: Off + ; output_buffering ; Default Value: Off ; Development Value: 4096 @@ -1195,6 +1200,9 @@ mysqlnd.collect_statistics = On ; Enable / Disable collection of memory usage statistics by mysqlnd which can be ; used to tune and monitor MySQL operations. +; Default Value: Off +; Development Value: On +; Production Value: Off mysqlnd.collect_memory_statistics = Off ; Records communication from all extensions using mysqlnd to the specified log