Andrew Collington

Results 11 comments of Andrew Collington

Hi @reteP-riS; sorry fore the slow reply - I just didn't see that you had posted up here. Not sure, tbh. All you should need is the index,php file to...

So after looking around a bit, I think this might be expected behaviour, @reteP-riS If you're using CGI/FastCGI, then there might not be any persistence to the opcache, which is...

@snack753, there's nothing specifically in the opcache gui that would restrict showing so much information. At the very least you should be able to see the 'General information' and 'Directives'...

What version are you running @FabioPedretti? I tried it locally with 60K+ files and it was snappy to respond. What version are you using? 2.x was slow to do that...

If upgrading to new, and not EOL PHP versions is out of the question, then it shouldn't be too hard for you to use version 3 and then make it...

Glad that worked @FabioPedretti! I'm not really tempted to downgrade the code (even if it's only a few lines) because that's kind of supporting people using a much older version...

Hmm, that's interesting. When I last tried the `opcache_get_statistics` function with `file_cache_only=1`, it didn't bring back any of the files that had been cached at all. So anything that the...

Thanks, guys - I really appreciate your swift feedback!

@brightecapital we were in the same position as you - we just needed to pass on the JWT (from our gateway) to the other microservices for use - and the...

@markuspoerschke, I've made a start on recurrence rule generation as it didn't seem to be done yet. It's a draft PR right now as I need to write some tests...