Release Name: 1.6.0
Notes:
Thanks to Andrew Vit for sharing this task that installs php-5.2.2 as part of the deprec rails stack.
It's optional but apache will need a recompile to enable dynamically loadable modules. I can't guarantee this won't break an existing server so give it a run on a development host and please report any issues.
# upgrading an existing deprec stack
cap install_apache
cap install_php
# installing php on a new deprec stack
cap install_rails_stack
cap install_php
Changes:
* new task :install_php_from_source installs php-5.2.2
|