<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Recursive chmod in PHP'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 23:51:11 GMT</pubDate>
<item>
<title>madc said on 11/6/11</title>
<link>http://snipplr.com/view/5350/recursive-chmod-in-php/</link>
<description><![CDATA[ It works, if the script is allowed to read the content of a directory. If not, it can not read and therefor change the permissions of a file/dir in it.
I solved the problem by moving chmod before scandir (see http://snipplr.com/view/60573/recursive-chmod-in-php/). Also, I cleaned the snippet up a little bit.

so long.
/m ]]></description>
<pubDate>Sun, 06 Nov 2011 08:10:48 GMT</pubDate>
<guid>http://snipplr.com/view/5350/recursive-chmod-in-php/</guid>
</item>
<item>
<title>punegas said on 7/14/11</title>
<link>http://snipplr.com/view/5350/recursive-chmod-in-php/</link>
<description><![CDATA[ Perfect ]]></description>
<pubDate>Thu, 14 Jul 2011 17:05:00 GMT</pubDate>
<guid>http://snipplr.com/view/5350/recursive-chmod-in-php/</guid>
</item>
<item>
<title>franck_ said on 3/12/11</title>
<link>http://snipplr.com/view/5350/recursive-chmod-in-php/</link>
<description><![CDATA[ It works perfectly, thanks ! Simple + Clean. ]]></description>
<pubDate>Sat, 12 Mar 2011 04:53:55 GMT</pubDate>
<guid>http://snipplr.com/view/5350/recursive-chmod-in-php/</guid>
</item>
<item>
<title>aslamonline said on 6/5/09</title>
<link>http://snipplr.com/view/5350/recursive-chmod-in-php/</link>
<description><![CDATA[ Doesn't work. ]]></description>
<pubDate>Fri, 05 Jun 2009 08:02:13 GMT</pubDate>
<guid>http://snipplr.com/view/5350/recursive-chmod-in-php/</guid>
</item>
</channel>
</rss>