appstract / laravel-opcache

Laravel Package for OPcache
MIT License
1.33k stars 118 forks source link

Add $get_scripts parameter to OpcacheClass::getStatus() method #121

Open bluemmb opened 3 years ago

bluemmb commented 3 years ago

Sometimes I need to know about the scripts loaded via the opcache and see their cache hit times but there was no way to do this with the package methods itself and I think this doesn't break anything, so no harms to have it. Thanks