<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: OpenID for WordPress</title>
	<atom:link href="http://singpolyma.net/2006/04/openid-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://singpolyma.net/2006/04/openid-for-wordpress/</link>
	<description></description>
	<pubDate>Sun, 06 Jul 2008 19:48:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Michael Terry</title>
		<link>http://singpolyma.net/2006/04/openid-for-wordpress/#comment-449</link>
		<dc:creator>Michael Terry</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://singpolyma.net/wordpress/2006/04/openid-for-wordpress/#comment-449</guid>
		<description>Thanks for the work.  I started using it on my site, but I wanted to say that I had to change one thing before it was valid XML -- in openidform.php, line 70, you'll want to change the section:&lt;BR/&gt;openid_logout=1&#038;post_id=&lt;BR/&gt;to&lt;BR/&gt;openid_logout=1&#38;post_id=&lt;BR/&gt;&lt;BR/&gt;You may also want to make it more explicit that you need to create a writable tmp directory in the plugin folder.&lt;BR/&gt;&lt;BR/&gt;Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for the work.  I started using it on my site, but I wanted to say that I had to change one thing before it was valid XML &#8212; in openidform.php, line 70, you&#039;ll want to change the section:<br />openid_logout=1&#038;post_id=<br />to<br />openid_logout=1&amp;post_id=</p>
<p>You may also want to make it more explicit that you need to create a writable tmp directory in the plugin folder.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mustafa Arif</title>
		<link>http://singpolyma.net/2006/04/openid-for-wordpress/#comment-450</link>
		<dc:creator>Mustafa Arif</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://singpolyma.net/wordpress/2006/04/openid-for-wordpress/#comment-450</guid>
		<description>In order to get the OpenID server to work on my blog I had to add the following line to the top of openid-classes.php:&lt;BR/&gt;&lt;BR/&gt;ini_set( 'arg_separator.output', '&#038;' );&lt;BR/&gt;&lt;BR/&gt;This reverts the parameter to the PHP default. The reason why I (and many others) change the PHP default for this ini value is that unless you change arg_separator.output to '&\amp;' (without the slash!) there is no other way of making PHPSESSID produce valid code.&lt;BR/&gt;&lt;BR/&gt;See this PHP bug report I submitted:&lt;BR/&gt;http://bugs.php.net/bug.php?id=37835&lt;BR/&gt;&lt;BR/&gt;Given that it is common to change this ini value (and there is no alternative ini value that could be correct for the context of the OpenID plugin) I suggest that the above line be added to your distribution.&lt;BR/&gt;&lt;BR/&gt;Alternatively (and arguably the more corrrect approach) would be to replace the http_build_query function code with that from PHP-5.1+, which includes a third parameter to override the ini-specified separator.</description>
		<content:encoded><![CDATA[<p>In order to get the OpenID server to work on my blog I had to add the following line to the top of openid-classes.php:</p>
<p>ini_set( &#039;arg_separator.output&#039;, &#039;&#038;&#039; );</p>
<p>This reverts the parameter to the PHP default. The reason why I (and many others) change the PHP default for this ini value is that unless you change arg_separator.output to &#039;&\amp;&#039; (without the slash!) there is no other way of making PHPSESSID produce valid code.</p>
<p>See this PHP bug report I submitted:<br /><a href="http://bugs.php.net/bug.php?id=37835" rel="nofollow">http://bugs.php.net/bug.php?id=37835</a></p>
<p>Given that it is common to change this ini value (and there is no alternative ini value that could be correct for the context of the OpenID plugin) I suggest that the above line be added to your distribution.</p>
<p>Alternatively (and arguably the more corrrect approach) would be to replace the http_build_query function code with that from PHP-5.1+, which includes a third parameter to override the ini-specified separator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Singpolyma</title>
		<link>http://singpolyma.net/2006/04/openid-for-wordpress/#comment-451</link>
		<dc:creator>Singpolyma</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://singpolyma.net/wordpress/2006/04/openid-for-wordpress/#comment-451</guid>
		<description>I would think that most people would have filesystem access in PHP... most free hoster's even have &lt;I&gt;that&lt;/I&gt;!  I may look into it eventually, but as I keep saying, this is not my code so I can't promise anything :)&lt;BR/&gt;&lt;BR/&gt;(NOTE: after communication with his hoster Dexter was able to precreate the folder needed and then the plugin worked fine)</description>
		<content:encoded><![CDATA[<p>I would think that most people would have filesystem access in PHP&#8230; most free hoster&#039;s even have <i>that</i>!  I may look into it eventually, but as I keep saying, this is not my code so I can&#039;t promise anything <img src='http://singpolyma.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>(NOTE: after communication with his hoster Dexter was able to precreate the folder needed and then the plugin worked fine)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lopo</title>
		<link>http://singpolyma.net/2006/04/openid-for-wordpress/#comment-452</link>
		<dc:creator>Lopo</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://singpolyma.net/wordpress/2006/04/openid-for-wordpress/#comment-452</guid>
		<description>Since many people have the issue refered by Dexter it would be good to avoid it, wouldn't it? ;)&lt;BR/&gt;&lt;BR/&gt;best and thanks.</description>
		<content:encoded><![CDATA[<p>Since many people have the issue refered by Dexter it would be good to avoid it, wouldn&#039;t it? <img src='http://singpolyma.net/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>best and thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Singpolyma</title>
		<link>http://singpolyma.net/2006/04/openid-for-wordpress/#comment-453</link>
		<dc:creator>Singpolyma</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://singpolyma.net/wordpress/2006/04/openid-for-wordpress/#comment-453</guid>
		<description>Yes, one can store the data anywhere one wants.  The plugin this is based off of, however, used the file system and I am loath to change it for no particular reason.</description>
		<content:encoded><![CDATA[<p>Yes, one can store the data anywhere one wants.  The plugin this is based off of, however, used the file system and I am loath to change it for no particular reason.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
