File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ PHP NEWS
21
21
- Intl:
22
22
. Bumped ICU requirement to ICU >= 57.1. (cmb)
23
23
24
+ - MySQLnd:
25
+ . Added mysqlnd.collect_memory_statistics to ini quick reference.
26
+ (hauk92)
27
+
24
28
- OPcache:
25
29
. Fixed ZTS OPcache build on Cygwin. (cmb)
26
30
. Added opcache.file_cache_read_only. (Samuel Melrose)
Original file line number Diff line number Diff line change 119
119
; Development Value: 60 (60 seconds)
120
120
; Production Value: 60 (60 seconds)
121
121
122
+ ; mysqlnd.collect_memory_statistics
123
+ ; Default Value: Off
124
+ ; Development Value: On
125
+ ; Production Value: Off
126
+
122
127
; output_buffering
123
128
; Default Value: Off
124
129
; Development Value: 4096
@@ -1193,6 +1198,9 @@ mysqlnd.collect_statistics = On
1193
1198
1194
1199
; Enable / Disable collection of memory usage statistics by mysqlnd which can be
1195
1200
; used to tune and monitor MySQL operations.
1201
+ ; Default Value: Off
1202
+ ; Development Value: On
1203
+ ; Production Value: Off
1196
1204
mysqlnd.collect_memory_statistics = On
1197
1205
1198
1206
; Records communication from all extensions using mysqlnd to the specified log
Original file line number Diff line number Diff line change 119
119
; Development Value: 60 (60 seconds)
120
120
; Production Value: 60 (60 seconds)
121
121
122
+ ; mysqlnd.collect_memory_statistics
123
+ ; Default Value: Off
124
+ ; Development Value: On
125
+ ; Production Value: Off
126
+
122
127
; output_buffering
123
128
; Default Value: Off
124
129
; Development Value: 4096
@@ -1195,6 +1200,9 @@ mysqlnd.collect_statistics = On
1195
1200
1196
1201
; Enable / Disable collection of memory usage statistics by mysqlnd which can be
1197
1202
; used to tune and monitor MySQL operations.
1203
+ ; Default Value: Off
1204
+ ; Development Value: On
1205
+ ; Production Value: Off
1198
1206
mysqlnd.collect_memory_statistics = Off
1199
1207
1200
1208
; Records communication from all extensions using mysqlnd to the specified log
You can’t perform that action at this time.
0 commit comments