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
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)
Original file line number Diff line number Diff line change 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
11961204mysqlnd.collect_memory_statistics = On
11971205
11981206; Records communication from all extensions using mysqlnd to the specified log
Original file line number Diff line number Diff line change 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
11981206mysqlnd.collect_memory_statistics = Off
11991207
12001208; Records communication from all extensions using mysqlnd to the specified log
You can’t perform that action at this time.
0 commit comments