<?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: PHP &#8211; Chmod-ed to Windows hell and back</title>
	<atom:link href="http://binarykitten.com/dev/php/159-php-chmod-ed-to-windows-hell-and-back.html/feed" rel="self" type="application/rss+xml" />
	<link>http://binarykitten.com/dev/php/159-php-chmod-ed-to-windows-hell-and-back.html</link>
	<description>Curently a work in progress. Please be patient</description>
	<lastBuildDate>Thu, 29 Dec 2011 11:41:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: BinaryKitten</title>
		<link>http://binarykitten.com/dev/php/159-php-chmod-ed-to-windows-hell-and-back.html/comment-page-1#comment-37</link>
		<dc:creator>BinaryKitten</dc:creator>
		<pubDate>Wed, 11 Mar 2009 01:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=159#comment-37</guid>
		<description>RE: Ian .... Good Point. 644 should be good enough .. will make the changes and test :)  Thanks</description>
		<content:encoded><![CDATA[<p>RE: Ian &#8230;. Good Point. 644 should be good enough .. will make the changes and test <img src='http://binarykitten.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BinaryKitten</title>
		<link>http://binarykitten.com/dev/php/159-php-chmod-ed-to-windows-hell-and-back.html/comment-page-1#comment-36</link>
		<dc:creator>BinaryKitten</dc:creator>
		<pubDate>Wed, 11 Mar 2009 01:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=159#comment-36</guid>
		<description>RE:Alister  It&#039;s where I went in the  end and prompted the double check</description>
		<content:encoded><![CDATA[<p>RE:Alister  It&#8217;s where I went in the  end and prompted the double check</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alister</title>
		<link>http://binarykitten.com/dev/php/159-php-chmod-ed-to-windows-hell-and-back.html/comment-page-1#comment-35</link>
		<dc:creator>Alister</dc:creator>
		<pubDate>Tue, 10 Mar 2009 21:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=159#comment-35</guid>
		<description>I was adding to to image resizing code myself today - and double-checked http://php.net/chmod where it makes the same reminder.</description>
		<content:encoded><![CDATA[<p>I was adding to to image resizing code myself today &#8211; and double-checked <a href="http://php.net/chmod" rel="nofollow">http://php.net/chmod</a> where it makes the same reminder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian P. Christian</title>
		<link>http://binarykitten.com/dev/php/159-php-chmod-ed-to-windows-hell-and-back.html/comment-page-1#comment-34</link>
		<dc:creator>Ian P. Christian</dc:creator>
		<pubDate>Tue, 10 Mar 2009 21:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://binarykitten.jkrswebsolutions.co.uk/?p=159#comment-34</guid>
		<description>I&#039;d strongly suggest you don&#039;t use 777 - or if you are (and releasing the code) , you should make it an easy to configure option.

So many PHP apps will default to using 777 for things, which is a huge mistake.  Not all hosts run the same - some will use the apache module, where as others will use CGI - and therfore 770 would make a far better choice.

The &#039;other&#039; ownership issue aside, &#039;7&#039; is incorrect for images, you&#039;d want 6 (read,write).  Setting &#039;7&#039; means execute, and could potentially result in exploitable situations.  If in doubt, 664 is probably your best choice.</description>
		<content:encoded><![CDATA[<p>I&#8217;d strongly suggest you don&#8217;t use 777 &#8211; or if you are (and releasing the code) , you should make it an easy to configure option.</p>
<p>So many PHP apps will default to using 777 for things, which is a huge mistake.  Not all hosts run the same &#8211; some will use the apache module, where as others will use CGI &#8211; and therfore 770 would make a far better choice.</p>
<p>The &#8216;other&#8217; ownership issue aside, &#8217;7&#8242; is incorrect for images, you&#8217;d want 6 (read,write).  Setting &#8217;7&#8242; means execute, and could potentially result in exploitable situations.  If in doubt, 664 is probably your best choice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

