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:
parent
36ccde5296
commit
4477d204f1
3 changed files with 42 additions and 13 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue