Alexandru Bumbacea

Results 6 comments of Alexandru Bumbacea

Hello guys, I have redone the merge in #39 and now the tests pass on travis. Can we merge either of the changes? Or at least explain why this will...

@wolfeidau Can you help get this merged? Once this feature will get out of beta, it will be enforced in a lot of orgs. So it's going to become even...

Hi Right about the root vs web server user stuff. :). If you look at how symfony handles "cache:warmup" in prod env, this should work. All the write work should...

Thanks for the advice. The problem was already resolved on my "prod" environment when I raised the issue. But I still think that the permission check should not be done...

goaop/framework/src/Instrument/ClassLoading/CachePathManager.php:85

I think i copied that from a tag. `if (!$this->kernel->hasFeature(Features::PREBUILT_CACHE) && !is_writable($this->cacheDir))` This is the section i'm referring too. Should I enable that feature in prod?