summaryrefslogtreecommitdiff
path: root/extlib/Auth/OpenID/BigMath.php
diff options
context:
space:
mode:
authorBrenda Wallace <shiny@cpan.org>2009-10-30 19:21:16 +1300
committerBrenda Wallace <shiny@cpan.org>2009-10-30 19:21:16 +1300
commit4892073c842bcb8e11bffeb829e99ac865c07924 (patch)
tree65b79b3345b3a37d901ef460715cba3957d2b923 /extlib/Auth/OpenID/BigMath.php
parent54c64a0cf1160db174934799750d7eec83f4f433 (diff)
parent02131db1c976831241b61e205ccda9e3232c4fe2 (diff)
Merge commit 'mainline/0.9.x' into 0.9.x
Diffstat (limited to 'extlib/Auth/OpenID/BigMath.php')
-rw-r--r--extlib/Auth/OpenID/BigMath.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/extlib/Auth/OpenID/BigMath.php b/extlib/Auth/OpenID/BigMath.php
index b5fc627a0..45104947d 100644
--- a/extlib/Auth/OpenID/BigMath.php
+++ b/extlib/Auth/OpenID/BigMath.php
@@ -376,7 +376,7 @@ function Auth_OpenID_detectMathLibrary($exts)
// Try to load dynamic modules.
if (!$loaded) {
foreach ($extension['modules'] as $module) {
- if (function_exists('dl') && ini_get('enable_dl') && !ini_get('safe_mode') && @dl($module . "." . PHP_SHLIB_SUFFIX)) {
+ if (@dl($module . "." . PHP_SHLIB_SUFFIX)) {
$loaded = true;
break;
}