<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 25 May 2013 17:09:27 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Ed Finkler's Blog: Bug in Zend Studio 5.5's php.ini]]></title>
      <guid>http://www.phpdeveloper.org/news/7026</guid>
      <link>http://www.phpdeveloper.org/news/7026</link>
      <description><![CDATA[<p>
<i>Ed Finkler</i> points out (in his <a href="http://funkatron.com/wp/archives/php/bug-in-zend-studios-local-debugger/">latest blog entry</a>) a problem he's noticed when using Zend Studio 5.5 related to its default path.
</p>
<blockquote>
In the php.ini file used by the PHP5 executable, the include path is hosed.  If you installed in the default location and are running Windows, you'll probably find the file at: C:Program FilesZendZendStudio-5.5.0binphp5php.ini
</blockquote>
<p>
The <a href="http://funkatron.com/wp/archives/php/bug-in-zend-studios-local-debugger/">problem</a> is that the value of include_path isn't wrapped in quotes, making portions of it act like a comment and "hose" your directory path. Thankfully, it's a pretty simple fix - just quote the value and be on your merry way. It's one of those bugs that has the potential to be so small that it'd be very frustrating to find.
</p>]]></description>
      <pubDate>Thu, 04 Jan 2007 07:22:05 -0600</pubDate>
    </item>
  </channel>
</rss>
