<?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>Sun, 19 May 2013 14:14:49 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Dave Dash's Blog: Fixing Broken PATH_INFO]]></title>
      <guid>http://www.phpdeveloper.org/news/9486</guid>
      <link>http://www.phpdeveloper.org/news/9486</link>
      <description><![CDATA[<p>
<i>Dave Dash</i> has <a href="http://spindrop.us/2008/01/23/fixing-broken-path_info/">posted about a method</a> he developed, using a custom prepend file, to correctly obtain the PATH_INFO information for his server.
</p>
<blockquote>
<a href="http://symfony-project.com/">symfony</a> and other applications rely on the server's PATH_INFO being set properly. Unfortunately, I use a nonstandard server that doesn't natively support CGI [...] but I can't figure out how to do a urldecode in my configuration.
</blockquote>
<p>
To get around the issue, he <a href="http://spindrop.us/2008/01/23/fixing-broken-path_info/">created</a> a file he prepended to each request (via auto_prepend_file) that took the value and urldecoded it to put it in another $_SERVER value.
</p>]]></description>
      <pubDate>Thu, 24 Jan 2008 10:21:00 -0600</pubDate>
    </item>
  </channel>
</rss>
