Closed iamntz closed 9 years ago
In fact... There is some weird stuff going on.
Right now, the config have these variants:
php::builds:
5.5.22:
variants: dev
extensions:
xdebug:
enabled: true
version: stable
fpm:
port: 9003
autostart: false
5.6.6:
installed: true
default: true
variants: dev
extensions:
xdebug:
enabled: true
version: stable
xhprof:
enabled: true
version: latest
fpm:
port: 9004
autostart: true
It throws those errors I mentioned above, but if i run vagrant provision
, seems to be ok. I have to dig a bit more to find out what all those options exactly does :smile:
PS: would be nice to be able to set PHP versions like 5.4.latest
or something similar.
It seems there are still some issues (on Windows).