diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-07-24 12:22:49 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-07-24 12:22:49 +0200 |
commit | 0f332e6564ed67ef7eb4d715ce3bcb5ff54c50cf (patch) | |
tree | 00cecb80224872c25e712a59b417c5f1dff240cb /requirements | |
parent | 3c208455c7775838e795909923536a7de13d9c5c (diff) |
Upgrade to newly released 3.2.23.2.2
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/index.php | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/requirements/index.php b/requirements/index.php index 110b0ba1..b5b6dc82 100644 --- a/requirements/index.php +++ b/requirements/index.php @@ -6,7 +6,7 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Id: index.php 3187 2012-07-12 11:21:01Z ctrlaltca $ + * @version $Id: index.php 3281 2013-03-13 21:01:40Z ctrlaltca $ * @package prado */ @@ -115,6 +115,16 @@ $requirements = array( 'APC extension optional'), array( false, + function_exists('eaccelerator_get'), + 'eAccelerator extension check', + 'eAccelerator extension optional'), + array( + false, + function_exists('xcache_isset'), + 'XCache extension check', + 'XCache extension optional'), + array( + false, extension_loaded("mcrypt"), 'Mcrypt extension check', 'Mcrypt extension optional'), |