Alexander Lisachenko
Alexander Lisachenko
Ok, I can confirm that it will not work anymore. Symfony now uses it's own class loading/requiring mechanism, so AOP engine can't load transformed class from a cache. Here is...
@nicolas-grekas interesting, how could I do this, please show me an example of recipe )
@jijzult yes, I can confirm that it's working after disabling class loader inlining. But be aware, that by default for SF4 default logging changed significantly, this means that only warnings,...
Looks like I found next issue: with autowiring SF4 scans all resources for changes, thus aspect works only once. When cache is generated on second call, Kernel checks if the...
Hello everyone! I can confirm that Symfony3.4 have changed a lot in the mechanism of class loading, thus incompatible since that with SF3.4 and 4.0. Only next version of Go!...
I've pinned this issue and add explicit notification in the README file
This related to the #22. Unfortunately, this bundle could not work with SF>=3.4 at the moment.
I'm sorry that I haven't time to work on this right now ( Symfony has a lot of major changes that break the AOP engine logic. It's unclear now how...
PR would be awesome ) Anyway, more time is needed to make it shining again for SF3.4 and SF>=4.0
Hi! It's always bad idea to run any symfony command from the root user. You should always use the same user name as for your web server. Alternatively, you could...