zach-adams / hgv-deploy-full

This Ansible Playbook is designed to setup a Mercury-Like environment on a Production server without the configuration hassle.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP7.0 FPM

JamiesonRoberts opened this issue · comments

Would it be possible to get a branch of this with PHP7.0 FPM? I've tried working through it myself and keep running in to brick walls.

@JamiesonRoberts ,

I'm also interested in this, although I think the memcache package has not yet been merged into stable php7.0 repositories, so I think this is the major blocking issue. I may be completely wrong here, but this is what I encountered when looking into rewriting this for php 7.0 myself.

It looks like some people are just opting to use redis in place of memcache, so maybe a rewrite of this script using redis instead of memcache might be a worthwhile option to consider in the meantime.