v1.8.7
Immutable
release. Only release title and notes can be modified.
Fixed
OpcacheAnalyzerno longer pins issues to commentedphp.inilines — when a directive has no active line, the issue now carries no line/snippet instead of falling back to line 1, which made PHP defaults look like misconfigured active settings (#240)OpcacheAnalyzermemory_consumptioncheck now converts the byte value fromopcache_get_configuration()to MB before comparing — it previously compared bytes against an MB threshold and never fired (#240)
Added
OpcacheAnalyzernow scansconf.ddrop-ins (php_ini_scanned_files()), pinning a directive tuned in e.g.conf.d/10-opcache.inito the correct file and line (#240)