summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/texttest.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/texttest.php b/admin/texttest.php
index bb01eee..c2945f7 100644
--- a/admin/texttest.php
+++ b/admin/texttest.php
@@ -45,6 +45,7 @@ function microtime_float()
}
$longopts = array('no-math',
+ 'buggy-gmp',
'no-curl',
'math-lib=',
'insecure-rand',
@@ -73,6 +74,9 @@ foreach ($flags as $flag) {
case '--no-math':
define('Auth_OpenID_NO_MATH_SUPPORT', true);
break;
+ case '--buggy-gmp':
+ define('Auth_OpenID_BUGGY_GMP', true);
+ break;
case '--no-curl':
define('Auth_Yadis_CURL_OVERRIDE', true);
break;