From 9b60dc09ea43ac4ef4d30aeb935e6343d3e73468 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Fri, 21 Jun 2013 10:22:46 +0200 Subject: [PATCH] add possibility to specify enabled Zend Guard for APS, fixes #1235 Signed-off-by: Michael Kaufmann (d00p) --- actions/admin/settings/200.aps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/admin/settings/200.aps.php b/actions/admin/settings/200.aps.php index 0f8a96e4..66dccb65 100644 --- a/actions/admin/settings/200.aps.php +++ b/actions/admin/settings/200.aps.php @@ -59,7 +59,7 @@ return array( 'type' => 'option', 'default' => '', 'option_mode' => 'multiple', - 'option_options' => array('gd' => 'GD Library', 'pcre' => 'PCRE', 'ioncube' => 'ionCube', 'ioncube loader' => 'ionCube Loader', 'curl' => 'curl', 'mcrypt' => 'mcrypt', 'imap' => 'imap', 'json' => 'json', 'ldap' => 'LDAP', 'hash' => 'hash', 'mbstring' => 'mbstring'), + 'option_options' => array('gd' => 'GD Library', 'pcre' => 'PCRE', 'ioncube' => 'ionCube', 'ioncube loader' => 'ionCube Loader', 'curl' => 'curl', 'mcrypt' => 'mcrypt', 'imap' => 'imap', 'json' => 'json', 'ldap' => 'LDAP', 'hash' => 'hash', 'mbstring' => 'mbstring', 'Zend Optimizer' => 'Zend Guard'), 'save_method' => 'storeSettingApsPhpExtensions', ), 'aps_php-function' => array(