<?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: new pecl/memcache is out with memcache.php</title>
	<atom:link href="http://livebookmark.net/journal/2008/09/11/new-peclmemcache-is-out-with-memcachephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://livebookmark.net/journal/2008/09/11/new-peclmemcache-is-out-with-memcachephp/</link>
	<description>web, money and etc.</description>
	<lastBuildDate>Wed, 22 Dec 2010 21:08:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stephane Loeuillet</title>
		<link>http://livebookmark.net/journal/2008/09/11/new-peclmemcache-is-out-with-memcachephp/comment-page-1/#comment-5975</link>
		<dc:creator>Stephane Loeuillet</dc:creator>
		<pubDate>Wed, 22 Oct 2008 15:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://livebookmark.net/journal/?p=176#comment-5975</guid>
		<description>function get_host_port_from_server($server){
        $values = explode( &#039;:&#039;, $server );
        if ( ($values[0] == &#039;unix&#039; ) &amp;&amp; ( !is_numeric( $values[1] ) ) )
        {
                return Array( $server, 0 );
        }
        else
        {
                return values;
        }
}</description>
		<content:encoded><![CDATA[<p>function get_host_port_from_server($server){<br />
        $values = explode( &#8216;:&#8217;, $server );<br />
        if ( ($values[0] == &#8216;unix&#8217; ) &amp;&amp; ( !is_numeric( $values[1] ) ) )<br />
        {<br />
                return Array( $server, 0 );<br />
        }<br />
        else<br />
        {<br />
                return values;<br />
        }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephane Loeuillet</title>
		<link>http://livebookmark.net/journal/2008/09/11/new-peclmemcache-is-out-with-memcachephp/comment-page-1/#comment-5974</link>
		<dc:creator>Stephane Loeuillet</dc:creator>
		<pubDate>Wed, 22 Oct 2008 14:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://livebookmark.net/journal/?p=176#comment-5974</guid>
		<description>To be more precise, it can&#039;t work because you rely on &#039;:&#039; as a host:port separator but URI look like : unix:///tmp/memcached.sock</description>
		<content:encoded><![CDATA[<p>To be more precise, it can&#8217;t work because you rely on &#8216;:&#8217; as a host:port separator but URI look like : unix:///tmp/memcached.sock</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephane Loeuillet</title>
		<link>http://livebookmark.net/journal/2008/09/11/new-peclmemcache-is-out-with-memcachephp/comment-page-1/#comment-5973</link>
		<dc:creator>Stephane Loeuillet</dc:creator>
		<pubDate>Wed, 22 Oct 2008 14:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://livebookmark.net/journal/?p=176#comment-5973</guid>
		<description>Cute script but it can&#039;t work with memcache listening on Unix socket, but only with IP connection.</description>
		<content:encoded><![CDATA[<p>Cute script but it can&#8217;t work with memcache listening on Unix socket, but only with IP connection.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

