View categories
PHP support beta: runtime and extensions update
Change effective on 06 May 2014
PHP support beta has received several updates; significant changes are listed below:
- PHP 5.5.12 is now available and used as the default runtime version
- extension
apcu
is now available - extension
mongo
is now available - extension
redis
is now available - extensions
sqlite3
andpdo_sqlite
are now built shared and must be enabled incomposer.json
- the standard configuration for Apache has been refactored; among many changes,
.php
files are now handled by PHP-FPM viamod_rewrite
rather than aProxyPassMatch
- the standard configuration for Nginx has been refactored