<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>PHP Community</title><link>http://forums.iis.net/1102.aspx</link><description>A forum for the PHP community running on IIS</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: IIS 7 x64(Win7 Build 7100) - PHP 5.3 - PHPINFO() Problem</title><link>http://forums.iis.net/thread/1911558.aspx</link><pubDate>Sun, 26 Jul 2009 05:27:37 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1911558</guid><dc:creator>SolidareDesign</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1911558.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1911558</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/iis/images/icon-quote.gif"&gt; &lt;strong&gt;Jim Cooper:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;/p&gt;&lt;p&gt;I&amp;#39;ve received the same message under similar conditions and I&amp;#39;m wondering if you were able to resolve the problem yourself.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I was having this issue, and corrected it by adjusting my php.ini with my timezone. :)&lt;/p&gt;&lt;p&gt;&amp;nbsp;Keep in mind that by default the line is commented out in the ini, so you need to uncomment and define your location.&lt;/p&gt;&lt;p&gt;[Date]&lt;br /&gt;; Defines the default timezone used by the date functions&lt;br /&gt;; http://php.net/date.timezone&lt;br /&gt;;date.timezone =&lt;/p&gt;&lt;p&gt;&amp;nbsp;To:&lt;/p&gt;&lt;p&gt;[Date]&lt;br /&gt;; Defines the default timezone used by the date functions&lt;br /&gt;; http://php.net/date.timezone&lt;br /&gt;date.timezone = America/New_York&lt;/p&gt;&lt;p&gt;Note that there are no quotes around America/New_York. That should wrap up the issues you&amp;#39;re having. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: IIS 7 x64(Win7 Build 7100) - PHP 5.3 - PHPINFO() Problem</title><link>http://forums.iis.net/thread/1910298.aspx</link><pubDate>Tue, 14 Jul 2009 19:25:31 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1910298</guid><dc:creator>Jim Cooper</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1910298.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1910298</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve received the same message under similar conditions and I&amp;#39;m wondering if you were able to resolve the problem yourself.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>Re: IIS 7 x64(Win7 Build 7100) - PHP 5.3 - PHPINFO() Problem</title><link>http://forums.iis.net/thread/1909153.aspx</link><pubDate>Fri, 03 Jul 2009 12:45:07 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909153</guid><dc:creator>RandallFlagg</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909153.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1909153</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I solved the problem with the solution here:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;http://blogs.iis.net/ruslany/archive/2009/06/12/upgrade-to-wordpress-2-8-and-php-5-3-on-iis-7.aspx &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What you need to do is just set the time zone in php.ini!&lt;/p&gt;&lt;p&gt;e.g. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;date.timezone = Etc/GMT+10&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;http://us3.php.net/manual/en/timezones.php &lt;br /&gt;&lt;/p&gt;</description></item><item><title>IIS 7 x64(Win7 Build 7100) - PHP 5.3 - PHPINFO() Problem</title><link>http://forums.iis.net/thread/1909149.aspx</link><pubDate>Fri, 03 Jul 2009 12:08:53 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909149</guid><dc:creator>RandallFlagg</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909149.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1102&amp;PostID=1909149</wfw:commentRss><description>&lt;p&gt;I have just installed php 5.3(x86) on iis 7 in my Win7(x64) and then I ran a php script&lt;/p&gt;
&lt;p&gt;&amp;lt;?php&lt;/p&gt;
&lt;p&gt;phpinfo();&lt;/p&gt;
&lt;p&gt;?&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;from the browser.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What I see&amp;nbsp; on the screen is :&lt;/p&gt;
&lt;pre id="line1"&gt;PHP Warning:  phpinfo(): It is not safe to rely on the system&amp;#39;s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected &amp;#39;Europe/Helsinki&amp;#39; for &amp;#39;3.0/DST&amp;#39; instead in D:\mysite\index.php on line 2&lt;/pre&gt;
&lt;p&gt;and that&amp;#39;s all.&lt;br /&gt;
I installed PHP Non Thread Safe VC9 through the installer and chose IIS-FASTCGI.&lt;br /&gt;
Any suggestions?&lt;br /&gt; &lt;br /&gt;
Thsnks&lt;/p&gt;</description></item></channel></rss>