<?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: memcache.php can delete keys now</title>
	<atom:link href="http://livebookmark.net/journal/2008/07/30/memcachephp-can-delete-keys-now/feed/" rel="self" type="application/rss+xml" />
	<link>http://livebookmark.net/journal/2008/07/30/memcachephp-can-delete-keys-now/</link>
	<description>web, money and etc.</description>
	<pubDate>Wed, 07 Jan 2009 03:23:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Halbert</title>
		<link>http://livebookmark.net/journal/2008/07/30/memcachephp-can-delete-keys-now/#comment-5962</link>
		<dc:creator>Halbert</dc:creator>
		<pubDate>Wed, 20 Aug 2008 20:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://livebookmark.net/journal/?p=174#comment-5962</guid>
		<description>Awsome app!

I keep getting this error:

Notice: Undefined index: evicted in memcache.php on line 811</description>
		<content:encoded><![CDATA[<p>Awsome app!</p>
<p>I keep getting this error:</p>
<p>Notice: Undefined index: evicted in memcache.php on line 811</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harun Yayli</title>
		<link>http://livebookmark.net/journal/2008/07/30/memcachephp-can-delete-keys-now/#comment-5959</link>
		<dc:creator>Harun Yayli</dc:creator>
		<pubDate>Sat, 02 Aug 2008 21:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://livebookmark.net/journal/?p=174#comment-5959</guid>
		<description>@marcus

Thanks!</description>
		<content:encoded><![CDATA[<p>@marcus</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Müller</title>
		<link>http://livebookmark.net/journal/2008/07/30/memcachephp-can-delete-keys-now/#comment-5957</link>
		<dc:creator>Marcus Müller</dc:creator>
		<pubDate>Thu, 31 Jul 2008 09:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://livebookmark.net/journal/?p=174#comment-5957</guid>
		<description>As expected, the code got borked... I guess you got the idea anyway.</description>
		<content:encoded><![CDATA[<p>As expected, the code got borked&#8230; I guess you got the idea anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Müller</title>
		<link>http://livebookmark.net/journal/2008/07/30/memcachephp-can-delete-keys-now/#comment-5956</link>
		<dc:creator>Marcus Müller</dc:creator>
		<pubDate>Thu, 31 Jul 2008 09:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://livebookmark.net/journal/?p=174#comment-5956</guid>
		<description>Nice script. I added an anchor around line 796, so on large lists you can directly jump to a dumped slab:

code
...
		$j = 0;
		foreach($items as $server =&#62; $entries) {
			$j++;
    	echo &#60;&#60;&#60; EOB

			
			$server
			Slab IdInfo
EOB;

			foreach($entries as $slabId =&#62; $slab) {
			    $dumpUrl = $PHP_SELF.'&#38;op=2&#38;server='.(array_search($server,$MEMCACHE_SERVERS)).'&#38;dumpslab='.$slabId.'#'.$j.'_'.$slabId;

				echo
					"",
					"&lt;a&gt;&lt;/a&gt;",'&lt;a href="',$dumpUrl,'" rel="nofollow"&gt;',$slabId,'&lt;/a&gt;',"",

...
/code

Keep it up ;)</description>
		<content:encoded><![CDATA[<p>Nice script. I added an anchor around line 796, so on large lists you can directly jump to a dumped slab:</p>
<p>code<br />
&#8230;<br />
		$j = 0;<br />
		foreach($items as $server =&gt; $entries) {<br />
			$j++;<br />
    	echo &lt;&lt;&lt; EOB</p>
<p>			$server<br />
			Slab IdInfo<br />
EOB;</p>
<p>			foreach($entries as $slabId =&gt; $slab) {<br />
			    $dumpUrl = $PHP_SELF.&#8217;&amp;op=2&amp;server=&#8217;.(array_search($server,$MEMCACHE_SERVERS)).&#8217;&amp;dumpslab=&#8217;.$slabId.&#8217;#&#8217;.$j.&#8217;_&#8217;.$slabId;</p>
<p>				echo<br />
					&#8220;&#8221;,<br />
					&#8220;<a></a>&#8220;,&#8217;<a href="',$dumpUrl,'" rel="nofollow">&#8216;,$slabId,&#8217;</a>&#8216;,&#8221;",</p>
<p>&#8230;<br />
/code</p>
<p>Keep it up <img src='http://livebookmark.net/journal/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
