Skip to content

Commit

Permalink
Revert "[ remove closing ?> tag from all files ]"
Browse files Browse the repository at this point in the history
This reverts commit a2bdc5c.

I'm going to stop playing in bce's fork, and start messing in my own. Sorry for the mess Brian :)
  • Loading branch information
Luke Shepard committed May 27, 2009
1 parent 7a75121 commit 2a45a7f
Show file tree
Hide file tree
Showing 101 changed files with 172 additions and 111 deletions.
2 changes: 1 addition & 1 deletion Auth/OpenID.php
Original file line number Diff line number Diff line change
Expand Up @@ -549,4 +549,4 @@ function autoSubmitHTML($form, $title="OpenId transaction in progress")
"</html>");
}
}

?>
1 change: 1 addition & 0 deletions Auth/OpenID/AX.php
Original file line number Diff line number Diff line change
Expand Up @@ -1020,3 +1020,4 @@ function getExtensionArgs()
}
}

?>
1 change: 1 addition & 0 deletions Auth/OpenID/Association.php
Original file line number Diff line number Diff line change
Expand Up @@ -610,3 +610,4 @@ function getAllowedType()
}
}

?>
2 changes: 1 addition & 1 deletion Auth/OpenID/BigMath.php
Original file line number Diff line number Diff line change
Expand Up @@ -468,4 +468,4 @@ function Auth_OpenID_noMathSupport()
return defined('Auth_OpenID_NO_MATH_SUPPORT');
}


?>
2 changes: 1 addition & 1 deletion Auth/OpenID/Consumer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2226,4 +2226,4 @@ function Auth_OpenID_SetupNeededResponse($endpoint,
}
}


?>
1 change: 1 addition & 0 deletions Auth/OpenID/CryptUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,4 @@ function randomString($length, $population = null)
}
}

?>
1 change: 1 addition & 0 deletions Auth/OpenID/DatabaseConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,4 @@ function getAll($sql, $params = array())
}
}

?>
2 changes: 1 addition & 1 deletion Auth/OpenID/DiffieHellman.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ function xorSecret($composite, $secret, $hash_func)
}
}


?>
2 changes: 1 addition & 1 deletion Auth/OpenID/Discover.php
Original file line number Diff line number Diff line change
Expand Up @@ -545,4 +545,4 @@ function Auth_OpenID_discover($uri, &$fetcher)
return $result;
}


?>
1 change: 1 addition & 0 deletions Auth/OpenID/DumbStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,4 @@ function getAuthKey()
}
}

?>
1 change: 1 addition & 0 deletions Auth/OpenID/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ function toMessage(&$message)
}
}

?>
2 changes: 1 addition & 1 deletion Auth/OpenID/FileStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -615,4 +615,4 @@ function cleanupAssociations()
}
}


?>
1 change: 1 addition & 0 deletions Auth/OpenID/HMAC.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,4 @@ function Auth_OpenID_HMACSHA256($key, $text)
define('Auth_OpenID_HMACSHA256_SUPPORTED', false);
}

?>
1 change: 1 addition & 0 deletions Auth/OpenID/Interface.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,4 @@ function reset()
}

}
?>
1 change: 1 addition & 0 deletions Auth/OpenID/KVForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,4 @@ function fromArray($values)
}
}

?>
1 change: 1 addition & 0 deletions Auth/OpenID/MemcachedStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,4 @@ function supportsCleanup()
}
}

?>
2 changes: 1 addition & 1 deletion Auth/OpenID/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -917,4 +917,4 @@ function getAliasedArg($aliased_key, $default = null)
}
}


?>
1 change: 1 addition & 0 deletions Auth/OpenID/MySQLStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ function blobEncode($blob)
}
}

?>
1 change: 1 addition & 0 deletions Auth/OpenID/Nonce.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,4 @@ function Auth_OpenID_mkNonce($when = null)
return $time_str . $salt;
}

?>
1 change: 1 addition & 0 deletions Auth/OpenID/PAPE.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,3 +298,4 @@ function getExtensionArgs()
}
}

?>
1 change: 1 addition & 0 deletions Auth/OpenID/Parse.php
Original file line number Diff line number Diff line change
Expand Up @@ -349,3 +349,4 @@ function Auth_OpenID_legacy_discover($html_text, $server_rel,
}
}

?>
1 change: 1 addition & 0 deletions Auth/OpenID/PostgreSQLStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,4 @@ function blobDecode($blob)
}
}

?>
2 changes: 1 addition & 1 deletion Auth/OpenID/SQLStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -566,4 +566,4 @@ function cleanupAssociations()
}
}


?>
1 change: 1 addition & 0 deletions Auth/OpenID/SQLiteStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ function _add_nonce($server_url, $timestamp, $salt)
}
}

?>
2 changes: 1 addition & 1 deletion Auth/OpenID/SReg.php
Original file line number Diff line number Diff line change
Expand Up @@ -518,4 +518,4 @@ function contents()
}
}


?>
2 changes: 1 addition & 1 deletion Auth/OpenID/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -1757,4 +1757,4 @@ function decodeRequest($query=null)
}
}


?>
1 change: 1 addition & 0 deletions Auth/OpenID/ServerRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ function Auth_OpenID_ServerRequest()
}
}

?>
1 change: 1 addition & 0 deletions Auth/OpenID/TrustRoot.php
Original file line number Diff line number Diff line change
Expand Up @@ -459,3 +459,4 @@ function Auth_OpenID_verifyReturnTo($realm_str, $return_to, &$fetcher,
}
}

?>
2 changes: 1 addition & 1 deletion Auth/OpenID/URINorm.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,4 @@ function Auth_OpenID_urinorm($uri)
return $scheme . '://' . $authority . $path . $query . $fragment;
}


?>
1 change: 1 addition & 0 deletions Auth/Yadis/HTTPFetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,4 @@ function get($url, $headers = null)
}
}

?>
1 change: 1 addition & 0 deletions Auth/Yadis/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -526,3 +526,4 @@ function destroyManager($force=false)
}
}

?>
1 change: 1 addition & 0 deletions Auth/Yadis/Misc.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ function Auth_Yadis_startswith($s, $stuff)
return strpos($s, $stuff) === 0;
}

?>
1 change: 1 addition & 0 deletions Auth/Yadis/ParanoidHTTPFetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,3 +223,4 @@ function post($url, $body, $extra_headers = null)
}
}

?>
1 change: 1 addition & 0 deletions Auth/Yadis/ParseHTML.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,4 @@ function getHTTPEquiv($html_string)
}
}

?>
1 change: 1 addition & 0 deletions Auth/Yadis/PlainHTTPFetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,3 +246,4 @@ function post($url, $body, $extra_headers = null)
}
}

?>
2 changes: 1 addition & 1 deletion Auth/Yadis/XML.php
Original file line number Diff line number Diff line change
Expand Up @@ -371,4 +371,4 @@ function &Auth_Yadis_getXMLParser()
return $p;
}


?>
1 change: 1 addition & 0 deletions Auth/Yadis/XRDS.php
Original file line number Diff line number Diff line change
Expand Up @@ -475,3 +475,4 @@ function services($filters = null,
}
}

?>
2 changes: 1 addition & 1 deletion Auth/Yadis/XRI.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,4 @@ function Auth_Yadis_getCanonicalID($iname, $xrds)
return $canonicalID;
}


?>
2 changes: 1 addition & 1 deletion Auth/Yadis/XRIRes.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ function query($xri, $service_types, $filters = array())
}
}


?>
2 changes: 1 addition & 1 deletion Auth/Yadis/Yadis.php
Original file line number Diff line number Diff line change
Expand Up @@ -379,4 +379,4 @@ function discover($uri, &$fetcher,
}
}


?>
1 change: 1 addition & 0 deletions Tests/Auth/OpenID/AX.php
Original file line number Diff line number Diff line change
Expand Up @@ -790,3 +790,4 @@ function Tests_Auth_OpenID_AX()
}
}

?>
2 changes: 1 addition & 1 deletion Tests/Auth/OpenID/Association.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ function test_me256()
}
}


?>
1 change: 1 addition & 0 deletions Tests/Auth/OpenID/AssociationResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -375,3 +375,4 @@ function test_badDHValues()
$Tests_Auth_OpenID_AssociationResponse_other[] = new TestExtractAssociationDiffieHellman();
}

?>
1 change: 1 addition & 0 deletions Tests/Auth/OpenID/AuthRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,3 +297,4 @@ function Tests_Auth_OpenID_AuthRequest()
}
}

?>
1 change: 1 addition & 0 deletions Tests/Auth/OpenID/BigMath.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,4 @@ function Tests_Auth_OpenID_BigMath($name)
}
}

?>
2 changes: 1 addition & 1 deletion Tests/Auth/OpenID/Consumer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2526,4 +2526,4 @@ function test_500()
$Tests_Auth_OpenID_Consumer_other[] = new TestOpenID2SHA256();
}


?>
1 change: 1 addition & 0 deletions Tests/Auth/OpenID/CryptUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ function test_cryptrand()
}
}

?>
2 changes: 1 addition & 1 deletion Tests/Auth/OpenID/DiffieHellman.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ function Tests_Auth_OpenID_DiffieHellman($name)
}
}


?>
1 change: 1 addition & 0 deletions Tests/Auth/OpenID/Discover_OpenID.php
Original file line number Diff line number Diff line change
Expand Up @@ -779,3 +779,4 @@ function test_discoverSSL()
new Tests_Auth_OpenID_SSLSupport()
);

?>
1 change: 1 addition & 0 deletions Tests/Auth/OpenID/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ function test_OpenID2()
}
}

?>
2 changes: 1 addition & 1 deletion Tests/Auth/OpenID/HMAC.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ function _addTestByValue($test) {
}
}


?>
2 changes: 1 addition & 1 deletion Tests/Auth/OpenID/KVForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,4 @@ function Tests_Auth_OpenID_KVForm($name)
}
}


?>
2 changes: 1 addition & 1 deletion Tests/Auth/OpenID/MemStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ function cleanupAssociations()
}
}


?>
2 changes: 1 addition & 1 deletion Tests/Auth/OpenID/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -1248,4 +1248,4 @@ class Tests_Auth_OpenID_Message extends PHPUnit_Framework_TestCase {
new Tests_Auth_OpenID_GeneralMessageTest()
);


?>
1 change: 1 addition & 0 deletions Tests/Auth/OpenID/Negotiation.php
Original file line number Diff line number Diff line change
Expand Up @@ -344,3 +344,4 @@ function Tests_Auth_OpenID_Negotiation()
}
}

?>
2 changes: 1 addition & 1 deletion Tests/Auth/OpenID/Nonce.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ function runTest()
}
}


?>
3 changes: 2 additions & 1 deletion Tests/Auth/OpenID/OpenID_Yadis.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
require_once "Auth/OpenID/Discover.php";

global $__XRDS_BOILERPLATE;
$__XRDS_BOILERPLATE = '<?xml version="1.0" encoding="UTF-8"
$__XRDS_BOILERPLATE = '<?xml version="1.0" encoding="UTF-8"?>
<xrds:XRDS xmlns:xrds="xri://$xrds"
xmlns="xri://$xrd*($v*2.0)"
xmlns:openid="http://openid.net/xmlns/1.0">
Expand Down Expand Up @@ -226,3 +226,4 @@ function getName()

}

?>
2 changes: 1 addition & 1 deletion Tests/Auth/OpenID/PAPE.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,4 @@ function Tests_Auth_OpenID_PAPE() {
}
}


?>
2 changes: 1 addition & 1 deletion Tests/Auth/OpenID/Parse.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ function Tests_Auth_OpenID_Parse()
}
}


?>
Loading

0 comments on commit 2a45a7f

Please sign in to comment.