1.2.0 - PHP 5.6 and more
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 forppa:ondrej/php5
andphp5-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
inbase.sh
- PR #379 - Improved Nginx vhost script to allow over-write of existing vhost. PR #391