1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Added mysqlnd.collect_memory_statistics to ini quick reference (#16819)

Fixes #16818
Closes #16819
This commit is contained in:
hauk92
2024-11-15 15:22:26 +01:00
committed by Saki Takamachi
parent 7c4ed6a423
commit bc7902d99b
3 changed files with 20 additions and 0 deletions

View File

@@ -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