sulu / sulu-document-manager

Sulu document manager
sulu.io
6 stars 7 forks source link

updated proxy manager to be compatible with PHP7 #113

Closed danrot closed 7 years ago

danrot commented 7 years ago

Made an update of ocramius/proxy-manager to the latest version, in order to be compatible with PHP7.

Merge should wait until it has been tested in a complete setup.

danrot commented 7 years ago

The new proxy-manager is also using an evaluation strategy as the new default. That means that the proxies are actually not written to a file, which is not advisable to do so in production mode, but in the development mode it has the advantage that we cache less.

I think I'll just change it to another strategy writing to disk instead for now.