Mark Story
Mark Story
> My proposal would be another method inside the Application class since its the "mother of basically everything" and already defines other shared resources like services which are shared across...
> when you do rollback should the phinxlog entry in db not be deleted? Yes, the records in phinxlog should be removed when a migration has been rolled back. There...
I've added a test case for the situation you've described so far in https://github.com/cakephp/migrations/commit/fab711c6660dcb446e863de9d6c442d01edaa53e what are we missing in order to reproduce this?
Removing function aliases seems like a good addition.
I'm open to vendoring the league container into our code. We need to keep attribution and comply with their license (MIT which is nice and easy). That gives us a...
> Apparently we didnt do much here yet. do you have the mbstring extension installed? In the past that helped resolve this warning. Using `iconv_mime_encode` adds a new extension requirement...
How would tags be applied to cache items? We don't really have an ItemInterface like symfony does.
> It would also be nice if we then adopted the idea of built in [Stampede prevention](https://en.wikipedia.org/wiki/Cache_stampede). This seems simpler to implement, as it could be a setting on the...
There isn't any support for `references` yet. It could be added though.
I don't think this has to wait for 5.x, it could be done in 4.x as new functionality to the column DSL. I have a few questions around the expected...