psliwa / PHPPdf

Pdf and graphic files generator library written in php
http://ohey.pl
MIT License
339 stars 77 forks source link

Zend Cache User #122

Open verschoof opened 7 years ago

verschoof commented 7 years ago

Hi,

This lib uses ZendCache (https://github.com/zendframework/zend-cache). ZendCache is now writing files in the cache dir, but with the wrong user. I want to specify the user, but how?

Problem: my webuser is now writing cache to a dir and my deploy user cannot remove the cache

I'm not sure if this correct place to ask.

Thanks!

I just found a related topic: https://github.com/psliwa/PdfBundle/issues/38