diff options
author | Luke Shepard <lshepard@devrs006.snc1.facebook.com> | 2009-05-27 14:09:33 -0700 |
---|---|---|
committer | Luke Shepard <lshepard@devrs006.snc1.facebook.com> | 2009-05-27 14:09:33 -0700 |
commit | 2a45a7f8f4cd3dcb5e56cbdd1281e9c7c5417282 (patch) | |
tree | 450c172565fffe576264e64ea83a9c4978709da9 /Auth | |
parent | 7a75121c8568b48d18dcf4e5ac671527ab3e3544 (diff) | |
download | php-openid-2a45a7f8f4cd3dcb5e56cbdd1281e9c7c5417282.zip php-openid-2a45a7f8f4cd3dcb5e56cbdd1281e9c7c5417282.tar.gz php-openid-2a45a7f8f4cd3dcb5e56cbdd1281e9c7c5417282.tar.bz2 |
Revert "[ remove closing ?> tag from all files ]"
This reverts commit a2bdc5c6129ff11b1c1e29a207b1b80153ac6fb0.
I'm going to stop playing in bce's fork, and start messing in my own. Sorry for the mess Brian :)
Diffstat (limited to 'Auth')
40 files changed, 40 insertions, 15 deletions
diff --git a/Auth/OpenID.php b/Auth/OpenID.php index bc66d62..6556b5b 100644 --- a/Auth/OpenID.php +++ b/Auth/OpenID.php @@ -549,4 +549,4 @@ class Auth_OpenID { "</html>"); } } - +?> diff --git a/Auth/OpenID/AX.php b/Auth/OpenID/AX.php index 516adec..2a52448 100644 --- a/Auth/OpenID/AX.php +++ b/Auth/OpenID/AX.php @@ -1020,3 +1020,4 @@ class Auth_OpenID_AX_StoreResponse extends Auth_OpenID_AX_Message { } } +?>
\ No newline at end of file diff --git a/Auth/OpenID/Association.php b/Auth/OpenID/Association.php index 2cd74e5..37ce0cb 100644 --- a/Auth/OpenID/Association.php +++ b/Auth/OpenID/Association.php @@ -610,3 +610,4 @@ class Auth_OpenID_SessionNegotiator { } } +?>
\ No newline at end of file diff --git a/Auth/OpenID/BigMath.php b/Auth/OpenID/BigMath.php index f787482..4510494 100644 --- a/Auth/OpenID/BigMath.php +++ b/Auth/OpenID/BigMath.php @@ -468,4 +468,4 @@ function Auth_OpenID_noMathSupport() return defined('Auth_OpenID_NO_MATH_SUPPORT'); } - +?> diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php index b7f9439..a72684c 100644 --- a/Auth/OpenID/Consumer.php +++ b/Auth/OpenID/Consumer.php @@ -2226,4 +2226,4 @@ class Auth_OpenID_SetupNeededResponse extends Auth_OpenID_ConsumerResponse { } } - +?> diff --git a/Auth/OpenID/CryptUtil.php b/Auth/OpenID/CryptUtil.php index 28433b7..aacc3cd 100644 --- a/Auth/OpenID/CryptUtil.php +++ b/Auth/OpenID/CryptUtil.php @@ -106,3 +106,4 @@ class Auth_OpenID_CryptUtil { } } +?>
\ No newline at end of file diff --git a/Auth/OpenID/DatabaseConnection.php b/Auth/OpenID/DatabaseConnection.php index 0c7d08f..9db6e0e 100644 --- a/Auth/OpenID/DatabaseConnection.php +++ b/Auth/OpenID/DatabaseConnection.php @@ -128,3 +128,4 @@ class Auth_OpenID_DatabaseConnection { } } +?>
\ No newline at end of file diff --git a/Auth/OpenID/DiffieHellman.php b/Auth/OpenID/DiffieHellman.php index f1006c1..f4ded7e 100644 --- a/Auth/OpenID/DiffieHellman.php +++ b/Auth/OpenID/DiffieHellman.php @@ -110,4 +110,4 @@ class Auth_OpenID_DiffieHellman { } } - +?> diff --git a/Auth/OpenID/Discover.php b/Auth/OpenID/Discover.php index 6bc30f3..c10c82d 100644 --- a/Auth/OpenID/Discover.php +++ b/Auth/OpenID/Discover.php @@ -545,4 +545,4 @@ function Auth_OpenID_discover($uri, &$fetcher) return $result; } - +?> diff --git a/Auth/OpenID/DumbStore.php b/Auth/OpenID/DumbStore.php index e8f29ac..22fd2d3 100644 --- a/Auth/OpenID/DumbStore.php +++ b/Auth/OpenID/DumbStore.php @@ -97,3 +97,4 @@ class Auth_OpenID_DumbStore extends Auth_OpenID_OpenIDStore { } } +?>
\ No newline at end of file diff --git a/Auth/OpenID/Extension.php b/Auth/OpenID/Extension.php index 4c869f8..f362a4b 100644 --- a/Auth/OpenID/Extension.php +++ b/Auth/OpenID/Extension.php @@ -59,3 +59,4 @@ class Auth_OpenID_Extension { } } +?>
\ No newline at end of file diff --git a/Auth/OpenID/FileStore.php b/Auth/OpenID/FileStore.php index 6774a7f..29d8d20 100644 --- a/Auth/OpenID/FileStore.php +++ b/Auth/OpenID/FileStore.php @@ -615,4 +615,4 @@ class Auth_OpenID_FileStore extends Auth_OpenID_OpenIDStore { } } - +?> diff --git a/Auth/OpenID/HMAC.php b/Auth/OpenID/HMAC.php index e9779bd..ec42db8 100644 --- a/Auth/OpenID/HMAC.php +++ b/Auth/OpenID/HMAC.php @@ -96,3 +96,4 @@ if (function_exists('hash_hmac') && define('Auth_OpenID_HMACSHA256_SUPPORTED', false); } +?>
\ No newline at end of file diff --git a/Auth/OpenID/Interface.php b/Auth/OpenID/Interface.php index eca6b9c..f4c6062 100644 --- a/Auth/OpenID/Interface.php +++ b/Auth/OpenID/Interface.php @@ -194,3 +194,4 @@ class Auth_OpenID_OpenIDStore { } } +?>
\ No newline at end of file diff --git a/Auth/OpenID/KVForm.php b/Auth/OpenID/KVForm.php index 18ae7ac..fb342a0 100644 --- a/Auth/OpenID/KVForm.php +++ b/Auth/OpenID/KVForm.php @@ -109,3 +109,4 @@ class Auth_OpenID_KVForm { } } +?>
\ No newline at end of file diff --git a/Auth/OpenID/MemcachedStore.php b/Auth/OpenID/MemcachedStore.php index fc10800..d357c6b 100644 --- a/Auth/OpenID/MemcachedStore.php +++ b/Auth/OpenID/MemcachedStore.php @@ -205,3 +205,4 @@ class Auth_OpenID_MemcachedStore extends Auth_OpenID_OpenIDStore { } } +?>
\ No newline at end of file diff --git a/Auth/OpenID/Message.php b/Auth/OpenID/Message.php index d53e93d..5ab115a 100644 --- a/Auth/OpenID/Message.php +++ b/Auth/OpenID/Message.php @@ -917,4 +917,4 @@ class Auth_OpenID_Message { } } - +?> diff --git a/Auth/OpenID/MySQLStore.php b/Auth/OpenID/MySQLStore.php index 810f059..eb08af0 100644 --- a/Auth/OpenID/MySQLStore.php +++ b/Auth/OpenID/MySQLStore.php @@ -75,3 +75,4 @@ class Auth_OpenID_MySQLStore extends Auth_OpenID_SQLStore { } } +?>
\ No newline at end of file diff --git a/Auth/OpenID/Nonce.php b/Auth/OpenID/Nonce.php index b83c591..effecac 100644 --- a/Auth/OpenID/Nonce.php +++ b/Auth/OpenID/Nonce.php @@ -106,3 +106,4 @@ function Auth_OpenID_mkNonce($when = null) return $time_str . $salt; } +?>
\ No newline at end of file diff --git a/Auth/OpenID/PAPE.php b/Auth/OpenID/PAPE.php index 3876b28..62cba8a 100644 --- a/Auth/OpenID/PAPE.php +++ b/Auth/OpenID/PAPE.php @@ -298,3 +298,4 @@ class Auth_OpenID_PAPE_Response extends Auth_OpenID_Extension { } } +?>
\ No newline at end of file diff --git a/Auth/OpenID/Parse.php b/Auth/OpenID/Parse.php index d18eae5..546f34f 100644 --- a/Auth/OpenID/Parse.php +++ b/Auth/OpenID/Parse.php @@ -349,3 +349,4 @@ function Auth_OpenID_legacy_discover($html_text, $server_rel, } } +?>
\ No newline at end of file diff --git a/Auth/OpenID/PostgreSQLStore.php b/Auth/OpenID/PostgreSQLStore.php index d90e43e..69d95e7 100644 --- a/Auth/OpenID/PostgreSQLStore.php +++ b/Auth/OpenID/PostgreSQLStore.php @@ -110,3 +110,4 @@ class Auth_OpenID_PostgreSQLStore extends Auth_OpenID_SQLStore { } } +?>
\ No newline at end of file diff --git a/Auth/OpenID/SQLStore.php b/Auth/OpenID/SQLStore.php index abd81bf..da93c6a 100644 --- a/Auth/OpenID/SQLStore.php +++ b/Auth/OpenID/SQLStore.php @@ -566,4 +566,4 @@ class Auth_OpenID_SQLStore extends Auth_OpenID_OpenIDStore { } } - +?> diff --git a/Auth/OpenID/SQLiteStore.php b/Auth/OpenID/SQLiteStore.php index 4558fa1..ec2bf58 100644 --- a/Auth/OpenID/SQLiteStore.php +++ b/Auth/OpenID/SQLiteStore.php @@ -68,3 +68,4 @@ class Auth_OpenID_SQLiteStore extends Auth_OpenID_SQLStore { } } +?>
\ No newline at end of file diff --git a/Auth/OpenID/SReg.php b/Auth/OpenID/SReg.php index f8cccfd..6328076 100644 --- a/Auth/OpenID/SReg.php +++ b/Auth/OpenID/SReg.php @@ -518,4 +518,4 @@ class Auth_OpenID_SRegResponse extends Auth_OpenID_SRegBase { } } - +?> diff --git a/Auth/OpenID/Server.php b/Auth/OpenID/Server.php index 1a2f2e7..f1db4d8 100644 --- a/Auth/OpenID/Server.php +++ b/Auth/OpenID/Server.php @@ -1757,4 +1757,4 @@ class Auth_OpenID_Server { } } - +?> diff --git a/Auth/OpenID/ServerRequest.php b/Auth/OpenID/ServerRequest.php index 69222a5..33a8556 100644 --- a/Auth/OpenID/ServerRequest.php +++ b/Auth/OpenID/ServerRequest.php @@ -34,3 +34,4 @@ class Auth_OpenID_ServerRequest { } } +?>
\ No newline at end of file diff --git a/Auth/OpenID/TrustRoot.php b/Auth/OpenID/TrustRoot.php index cf06aa2..4919a60 100644 --- a/Auth/OpenID/TrustRoot.php +++ b/Auth/OpenID/TrustRoot.php @@ -459,3 +459,4 @@ function Auth_OpenID_verifyReturnTo($realm_str, $return_to, &$fetcher, } } +?>
\ No newline at end of file diff --git a/Auth/OpenID/URINorm.php b/Auth/OpenID/URINorm.php index c051b55..f821d83 100644 --- a/Auth/OpenID/URINorm.php +++ b/Auth/OpenID/URINorm.php @@ -246,4 +246,4 @@ function Auth_OpenID_urinorm($uri) return $scheme . '://' . $authority . $path . $query . $fragment; } - +?> diff --git a/Auth/Yadis/HTTPFetcher.php b/Auth/Yadis/HTTPFetcher.php index 6053410..963b9a4 100644 --- a/Auth/Yadis/HTTPFetcher.php +++ b/Auth/Yadis/HTTPFetcher.php @@ -144,3 +144,4 @@ class Auth_Yadis_HTTPFetcher { } } +?>
\ No newline at end of file diff --git a/Auth/Yadis/Manager.php b/Auth/Yadis/Manager.php index 5b3ce62..d50cf7a 100644 --- a/Auth/Yadis/Manager.php +++ b/Auth/Yadis/Manager.php @@ -526,3 +526,4 @@ class Auth_Yadis_Discovery { } } +?>
\ No newline at end of file diff --git a/Auth/Yadis/Misc.php b/Auth/Yadis/Misc.php index a5afa8e..1134a4f 100644 --- a/Auth/Yadis/Misc.php +++ b/Auth/Yadis/Misc.php @@ -56,3 +56,4 @@ function Auth_Yadis_startswith($s, $stuff) return strpos($s, $stuff) === 0; } +?>
\ No newline at end of file diff --git a/Auth/Yadis/ParanoidHTTPFetcher.php b/Auth/Yadis/ParanoidHTTPFetcher.php index 605aecd..a62f36c 100644 --- a/Auth/Yadis/ParanoidHTTPFetcher.php +++ b/Auth/Yadis/ParanoidHTTPFetcher.php @@ -223,3 +223,4 @@ class Auth_Yadis_ParanoidHTTPFetcher extends Auth_Yadis_HTTPFetcher { } } +?>
\ No newline at end of file diff --git a/Auth/Yadis/ParseHTML.php b/Auth/Yadis/ParseHTML.php index 6f0f8b7..297ccbd 100644 --- a/Auth/Yadis/ParseHTML.php +++ b/Auth/Yadis/ParseHTML.php @@ -256,3 +256,4 @@ class Auth_Yadis_ParseHTML { } } +?>
\ No newline at end of file diff --git a/Auth/Yadis/PlainHTTPFetcher.php b/Auth/Yadis/PlainHTTPFetcher.php index af441ca..3e0ca2b 100644 --- a/Auth/Yadis/PlainHTTPFetcher.php +++ b/Auth/Yadis/PlainHTTPFetcher.php @@ -246,3 +246,4 @@ class Auth_Yadis_PlainHTTPFetcher extends Auth_Yadis_HTTPFetcher { } } +?>
\ No newline at end of file diff --git a/Auth/Yadis/XML.php b/Auth/Yadis/XML.php index fb4a16a..81b2ce2 100644 --- a/Auth/Yadis/XML.php +++ b/Auth/Yadis/XML.php @@ -371,4 +371,4 @@ function &Auth_Yadis_getXMLParser() return $p; } - +?> diff --git a/Auth/Yadis/XRDS.php b/Auth/Yadis/XRDS.php index 107818b..f14a794 100644 --- a/Auth/Yadis/XRDS.php +++ b/Auth/Yadis/XRDS.php @@ -475,3 +475,4 @@ class Auth_Yadis_XRDS { } } +?>
\ No newline at end of file diff --git a/Auth/Yadis/XRI.php b/Auth/Yadis/XRI.php index dd41593..4e34623 100644 --- a/Auth/Yadis/XRI.php +++ b/Auth/Yadis/XRI.php @@ -231,4 +231,4 @@ function Auth_Yadis_getCanonicalID($iname, $xrds) return $canonicalID; } - +?> diff --git a/Auth/Yadis/XRIRes.php b/Auth/Yadis/XRIRes.php index 0f4ea10..4e8e8d0 100644 --- a/Auth/Yadis/XRIRes.php +++ b/Auth/Yadis/XRIRes.php @@ -69,4 +69,4 @@ class Auth_Yadis_ProxyResolver { } } - +?> diff --git a/Auth/Yadis/Yadis.php b/Auth/Yadis/Yadis.php index 43cd25d..d89f77c 100644 --- a/Auth/Yadis/Yadis.php +++ b/Auth/Yadis/Yadis.php @@ -379,4 +379,4 @@ class Auth_Yadis_Yadis { } } - +?> |