<?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: Fix PHP timezone warnings in OS X Snow Leopard</title>
	<atom:link href="http://www.glenscott.co.uk/blog/2009/08/30/fix-php-timezone-warnings-in-os-x-snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.glenscott.co.uk/blog/2009/08/30/fix-php-timezone-warnings-in-os-x-snow-leopard/</link>
	<description>Thoughts on software development and other geeky pursuits.</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:38:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Glen</title>
		<link>http://www.glenscott.co.uk/blog/2009/08/30/fix-php-timezone-warnings-in-os-x-snow-leopard/comment-page-1/#comment-80291</link>
		<dc:creator>Glen</dc:creator>
		<pubDate>Sun, 09 Oct 2011 19:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=417#comment-80291</guid>
		<description>&lt;code&gt;php.ini.default&lt;/code&gt; is included by Apple in a Mac OS X install as a starting point for your own custom &lt;code&gt;php.ini&lt;/code&gt; configuration.  Rather than creating a &lt;code&gt;php.ini&lt;/code&gt; file from scratch, you could copy &lt;code&gt;php.ini.default&lt;/code&gt; to get a decent set of defaults.  

&lt;code&gt;php.ini.default&lt;/code&gt; is not used by PHP at all which is why when you uncommented a line, nothing happened.</description>
		<content:encoded><![CDATA[<p><code>php.ini.default</code> is included by Apple in a Mac OS X install as a starting point for your own custom <code>php.ini</code> configuration.  Rather than creating a <code>php.ini</code> file from scratch, you could copy <code>php.ini.default</code> to get a decent set of defaults.  </p>
<p><code>php.ini.default</code> is not used by PHP at all which is why when you uncommented a line, nothing happened.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose</title>
		<link>http://www.glenscott.co.uk/blog/2009/08/30/fix-php-timezone-warnings-in-os-x-snow-leopard/comment-page-1/#comment-80269</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Sat, 08 Oct 2011 23:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=417#comment-80269</guid>
		<description>I fixed the problem using your method. May I ask what is the difference between php.ini and php.ini.default? Because in the second i had the line commented and deleting the semi-colon did nothing... Why is it that we have to create a php.ini with that simple command and not use the pre-existing one in php.ini.default?</description>
		<content:encoded><![CDATA[<p>I fixed the problem using your method. May I ask what is the difference between php.ini and php.ini.default? Because in the second i had the line commented and deleting the semi-colon did nothing&#8230; Why is it that we have to create a php.ini with that simple command and not use the pre-existing one in php.ini.default?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Nicholls</title>
		<link>http://www.glenscott.co.uk/blog/2009/08/30/fix-php-timezone-warnings-in-os-x-snow-leopard/comment-page-1/#comment-64128</link>
		<dc:creator>Peter Nicholls</dc:creator>
		<pubDate>Sat, 19 Dec 2009 15:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=417#comment-64128</guid>
		<description>You know what, I&#039;ve been hacking away at this stuff for a few years and the amount of issues and problems never fails to terrify me! Thank you to you guys, with out you I&#039;d be LOST!

HOWEVER: I still can&#039;t get this one sorted!

Thanks!
Pete</description>
		<content:encoded><![CDATA[<p>You know what, I&#8217;ve been hacking away at this stuff for a few years and the amount of issues and problems never fails to terrify me! Thank you to you guys, with out you I&#8217;d be LOST!</p>
<p>HOWEVER: I still can&#8217;t get this one sorted!</p>
<p>Thanks!<br />
Pete</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vito</title>
		<link>http://www.glenscott.co.uk/blog/2009/08/30/fix-php-timezone-warnings-in-os-x-snow-leopard/comment-page-1/#comment-63597</link>
		<dc:creator>Vito</dc:creator>
		<pubDate>Tue, 03 Nov 2009 17:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=417#comment-63597</guid>
		<description>Hello again,

Now that the timezone issue is resolved, is there a way to fix DST in Snow Leopard via php as well. My terminal window shows the correct time, however my date and time in system preferences is broken; it is not updated online by cupertino and it refuses to allow me to set a date beyond say march something of 09 and sometimes of 07. The clock refuses to move from am to pm and instead places a minus sign in front of the hr numbers or sometimes not it does not save usually and if it does it is temporary as does the display in the bar before it disapears. Do you know of a way to approach this problem or even how to google it other than DST. 
Thx
Vito</description>
		<content:encoded><![CDATA[<p>Hello again,</p>
<p>Now that the timezone issue is resolved, is there a way to fix DST in Snow Leopard via php as well. My terminal window shows the correct time, however my date and time in system preferences is broken; it is not updated online by cupertino and it refuses to allow me to set a date beyond say march something of 09 and sometimes of 07. The clock refuses to move from am to pm and instead places a minus sign in front of the hr numbers or sometimes not it does not save usually and if it does it is temporary as does the display in the bar before it disapears. Do you know of a way to approach this problem or even how to google it other than DST.<br />
Thx<br />
Vito</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vito</title>
		<link>http://www.glenscott.co.uk/blog/2009/08/30/fix-php-timezone-warnings-in-os-x-snow-leopard/comment-page-1/#comment-63573</link>
		<dc:creator>Vito</dc:creator>
		<pubDate>Tue, 03 Nov 2009 00:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=417#comment-63573</guid>
		<description>Thx so much. I can&#039;t believe it, but no one has even raised a peep about this problem except, a few developers. I installed Snow leopard from my shiny new dvd that just arrived in the mail and when it finally boots into the new desktop, I&#039;ve got no time and date function and nor can it be set in the system preferences. 

Thanks for being the only person to get the syntax correct.

Vito</description>
		<content:encoded><![CDATA[<p>Thx so much. I can&#8217;t believe it, but no one has even raised a peep about this problem except, a few developers. I installed Snow leopard from my shiny new dvd that just arrived in the mail and when it finally boots into the new desktop, I&#8217;ve got no time and date function and nor can it be set in the system preferences. </p>
<p>Thanks for being the only person to get the syntax correct.</p>
<p>Vito</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.glenscott.co.uk/blog/2009/08/30/fix-php-timezone-warnings-in-os-x-snow-leopard/comment-page-1/#comment-63267</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Mon, 31 Aug 2009 18:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=417#comment-63267</guid>
		<description>&lt;p&gt;Thanks Glen - you win the prize for the simplest solution: 1 internet!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks Glen &#8211; you win the prize for the simplest solution: 1 internet!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

