dflydev / dflydev-doctrine-orm-service-provider

Doctrine ORM Service Provider
MIT License
209 stars 59 forks source link

Support filesystem cache options #57

Closed c960657 closed 9 years ago

c960657 commented 9 years ago

Doctrine Cache recently introduced a new umask constructor argument.

This PR adds the possibility to inject the umask together with the other cache config options.

I would appreciate if this could also be merged into the 1.x branch :-) Let me know if I need to do anything particular in that regard (e.g. create a separate PR).

simensen commented 9 years ago

@c960657 thanks, i appreciate this. if you can open a PR against the 1.x branch I can merge that one as well.