Skip to content

Commit bc7902d

Browse files
hauk92SakiTakamachi
authored andcommitted
Added mysqlnd.collect_memory_statistics to ini quick reference (#16819)
Fixes #16818 Closes #16819
1 parent 7c4ed6a commit bc7902d

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ PHP NEWS
2121
- Intl:
2222
. Bumped ICU requirement to ICU >= 57.1. (cmb)
2323

24+
- MySQLnd:
25+
. Added mysqlnd.collect_memory_statistics to ini quick reference.
26+
(hauk92)
27+
2428
- OPcache:
2529
. Fixed ZTS OPcache build on Cygwin. (cmb)
2630
. Added opcache.file_cache_read_only. (Samuel Melrose)

php.ini-development

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@
119119
; Development Value: 60 (60 seconds)
120120
; Production Value: 60 (60 seconds)
121121

122+
; mysqlnd.collect_memory_statistics
123+
; Default Value: Off
124+
; Development Value: On
125+
; Production Value: Off
126+
122127
; output_buffering
123128
; Default Value: Off
124129
; Development Value: 4096
@@ -1193,6 +1198,9 @@ mysqlnd.collect_statistics = On
11931198

11941199
; Enable / Disable collection of memory usage statistics by mysqlnd which can be
11951200
; used to tune and monitor MySQL operations.
1201+
; Default Value: Off
1202+
; Development Value: On
1203+
; Production Value: Off
11961204
mysqlnd.collect_memory_statistics = On
11971205

11981206
; Records communication from all extensions using mysqlnd to the specified log

php.ini-production

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@
119119
; Development Value: 60 (60 seconds)
120120
; Production Value: 60 (60 seconds)
121121

122+
; mysqlnd.collect_memory_statistics
123+
; Default Value: Off
124+
; Development Value: On
125+
; Production Value: Off
126+
122127
; output_buffering
123128
; Default Value: Off
124129
; Development Value: 4096
@@ -1195,6 +1200,9 @@ mysqlnd.collect_statistics = On
11951200

11961201
; Enable / Disable collection of memory usage statistics by mysqlnd which can be
11971202
; used to tune and monitor MySQL operations.
1203+
; Default Value: Off
1204+
; Development Value: On
1205+
; Production Value: Off
11981206
mysqlnd.collect_memory_statistics = Off
11991207

12001208
; Records communication from all extensions using mysqlnd to the specified log

0 commit comments

Comments
 (0)