Chris Cornutt
Chris Cornutt
Yeah, I agree - I think that's a good way to go with it. It does seem more like a primary thing to have rather than an "option" per se.
@mfn any chance you could whip this up in a PR? :) I think it'd be a great addition to the tool.
Aren't those Nginx settings not `php.ini` ones?
Hmm, yeah - sounds like PHP-FPM handling might need to be a different beast than the current parsing. I'm not sure how to fit this in best. I assume that...
Hi @derFunk, I've left a comment in #101 about trying to reproduce the issue. I'm having problems on my side doing it so it makes it harder to fix. This...
1) I could definitely see the caching being useful, especially given that it has to make a new instance of the requested model/collection each time it needs the relation. :+1:...
I'm not sure what you mean by "combined with the results of all matches" here. The `$results` only contains the results of the evaluation from each policy and rule combination.
@Julian3004 @mbolli New release just pushed - let me know if that helps things.
Merged that other PR and made a new release (`3.5`)
Hmm, that would take a bit of a rewrite to turn the route keys into sets vs just the single item. It's not overly difficult though - I've done it...