Skip to content

1.2.0 - PHP 5.6 and more

Compare
Choose a tag to compare
@fideloper fideloper released this 10 Oct 11:52
· 144 commits to master since this release

PHP 5.6!

  • Repository now installs PHP 5.6. Currently there is not an option to choose PHP 5.5 instead, but PR's are welcome.
  • Moved timezone setting to base.sh script
  • Setting locale settings to C.UTF-8, exporting in .bashrc file.
  • Added export LANG=C.UTF=8 to php.sh script, which needs it for ppa:ondrej/php5 and php5-5.6 to prevent reading ASCII/Unicode characters correctly when importing the repository
  • Optimizing PPA repository URLs for the Europeans :D - PR #389
  • Installing software-properties-common in base.sh - PR #379
  • Improved Nginx vhost script to allow over-write of existing vhost. PR #391