<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Fsockopen Power Plays</title>
	<atom:link href="http://www.askapache.com/php/fsockopen-socket.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/php/fsockopen-socket.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marcello</title>
		<link>http://www.askapache.com/php/fsockopen-socket.html#comment-44411</link>
		<dc:creator>Marcello</dc:creator>
		<pubDate>Thu, 21 Aug 2008 14:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1046#comment-44411</guid>
		<description>Hi, thanks for your example.
I&#039;ve run it and found a little bug, change line 75:

&lt;pre&gt;
$port   = (isset($ub[&#039;port&#039;]) &amp;&amp; !empty($ub[&#039;port&#039;])) ? $ub[&#039;port&#039;]:($proto!=&#039;&#039;)?443:80;
#to this
$port   = (isset($ub[&#039;port&#039;]) &amp;&amp; !empty($ub[&#039;port&#039;])) ? $ub[&#039;port&#039;]:(($proto!=&#039;&#039;)?443:80);
&lt;/pre&gt;

I&#039;ve added parenthesis around the second &#039;?:&#039; operator otherwise it will takes precedence on the first and you&#039;ll get your port ignored :(

Ciao,
-- bm</description>
		<content:encoded><![CDATA[<p>Hi, thanks for your example.<br />
I&#8217;ve run it and found a little bug, change line 75:</p>
<pre>$port   = (isset($ub[&#039;port&#039;]) &#038;&#038; !empty($ub[&#039;port&#039;])) ? $ub[&#039;port&#039;]:($proto!=&#039;&#039;)?443:80;
#to this
$port   = (isset($ub[&#039;port&#039;]) &#038;&#038; !empty($ub[&#039;port&#039;])) ? $ub[&#039;port&#039;]:(($proto!=&#039;&#039;)?443:80);</pre>
<p>I&#8217;ve added parenthesis around the second &#8216;?:&#8217; operator otherwise it will takes precedence on the first and you&#8217;ll get your port ignored :(</p>
<p>Ciao,<br />
&#8211; bm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/php/fsockopen-socket.html#comment-42832</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Fri, 04 Jul 2008 03:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1046#comment-42832</guid>
		<description>&lt;p&gt;&lt;strong&gt;@ Mike&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Good suggestion, I changed it to Windows... although I have many reasons for my feelings towards &quot;the empire&quot; that I won&#039;t get into.  I also fixed the print issue for you, thanks for your help dude!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p><strong>@ Mike</strong></p>
<p>Good suggestion, I changed it to Windows&#8230; although I have many reasons for my feelings towards &#8220;the empire&#8221; that I won&#8217;t get into.  I also fixed the print issue for you, thanks for your help dude!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Schinkel</title>
		<link>http://www.askapache.com/php/fsockopen-socket.html#comment-42794</link>
		<dc:creator>Mike Schinkel</dc:creator>
		<pubDate>Wed, 02 Jul 2008 18:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=1046#comment-42794</guid>
		<description>GREAT, AWESOME STUFF!

Unfortunately, your print stylesheet doesn&#039;t work on this post, especially not using IE7 but also not using FF2.

Also, can I suggest you loose the &quot;windoze&quot; references in the future?  Your knowledge and skills are too significant that you really shouldn&#039;t diminished yourself by self-selecting into the Microsoft-haters faction.  The people with the resources to pay you the $175/hour you mention in your &quot;Contact Me&quot; form are usually the type that would view that such hating as immature.</description>
		<content:encoded><![CDATA[<p>GREAT, AWESOME STUFF!</p>
<p>Unfortunately, your print stylesheet doesn&#8217;t work on this post, especially not using IE7 but also not using FF2.</p>
<p>Also, can I suggest you loose the &#8220;windoze&#8221; references in the future?  Your knowledge and skills are too significant that you really shouldn&#8217;t diminished yourself by self-selecting into the Microsoft-haters faction.  The people with the resources to pay you the $175/hour you mention in your &#8220;Contact Me&#8221; form are usually the type that would view that such hating as immature.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
