mohatt / dashbrew

Vagrant build for developing PHP projects on different PHP versions and configurations
492 stars 38 forks source link

PHP Settings not taking effect #37

Closed te-gpm closed 9 years ago

te-gpm commented 9 years ago

How can I configure my php environment on the dashbrew base box? I've been trying to set my logging level to warnings only and set the variable accordingly in

and properly restarted and reloaded apache2 but the changes don't seem to take effect. These are the files that either php --ini or phpinfo() give back as their configuration files. Do I need to set it during provisioning?

te-gpm commented 9 years ago

Nevermind, was able to set it in opt/phpbrew/php/5.4.38/etc/php.ini, however the changes only took effect after halting and upping the machine. Beats me why.