Joshed it up, no joshin’

Updated to PHP 5.5.4 and added some modules I enjoy, specifically memcache, memcached, redis and xdebug.
This commit is contained in:
Joshua Sherman 2014-01-01 09:48:51 -05:00
parent 36ccde5296
commit 4477d204f1
3 changed files with 42 additions and 13 deletions

View file

@ -75,6 +75,8 @@ $allowed_extensions = array(
'libxml',
'mbstring',
'mcrypt',
'memcache',
'memcached',
'mhash',
'mysql',
'mysqli',
@ -83,6 +85,7 @@ $allowed_extensions = array(
'pdo',
'pgsql',
'phar',
'redis',
'reflection',
'session',
'simplexml',
@ -93,6 +96,7 @@ $allowed_extensions = array(
'standard',
'tokenizer',
'wddx',
'xdebug',
'xml',
'xmlreader',
'xmlwriter',