summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Auth/OpenID/BigMath.php1
-rw-r--r--Services/Yadis/XML.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/Auth/OpenID/BigMath.php b/Auth/OpenID/BigMath.php
index db3b543..3113104 100644
--- a/Auth/OpenID/BigMath.php
+++ b/Auth/OpenID/BigMath.php
@@ -335,6 +335,7 @@ class Auth_OpenID_GmpMathWrapper extends Auth_OpenID_MathLibrary{
* You can define new math library implementations and add them to
* this array.
*/
+global $_Auth_OpenID_math_extensions;
$_Auth_OpenID_math_extensions = array(
array('modules' => array('gmp', 'php_gmp'),
'extension' => 'gmp',
diff --git a/Services/Yadis/XML.php b/Services/Yadis/XML.php
index 8a5ad3f..7350e2e 100644
--- a/Services/Yadis/XML.php
+++ b/Services/Yadis/XML.php
@@ -289,6 +289,7 @@ class Services_Yadis_dom extends Services_Yadis_XMLParser {
}
}
+global $__Services_Yadis_defaultParser;
$__Services_Yadis_defaultParser = null;
/**