summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-04-02 23:10:29 +0000
committertailor <cygnus@janrain.com>2007-04-02 23:10:29 +0000
commit08d202e7dfd5825b31973f3a304276ce9e36f312 (patch)
tree35d9f3e753442e4d7db8f0d8f02bfa174b828064 /admin
parentff745c87a8a9a366b6b038d73589fa59fc01f509 (diff)
downloadphp-openid-08d202e7dfd5825b31973f3a304276ce9e36f312.zip
php-openid-08d202e7dfd5825b31973f3a304276ce9e36f312.tar.gz
php-openid-08d202e7dfd5825b31973f3a304276ce9e36f312.tar.bz2
[project @ Added buggy GMP define to override math library preference]
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;