<?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>Fri, 24 May 2013 20:12:34 -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>
    <item>
      <title><![CDATA[Tobias Schlitt's Blog: My first patch to PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/5829</guid>
      <link>http://www.phpdeveloper.org/news/5829</link>
      <description><![CDATA[<p>
<i>Tobias Schlitt</i> mentions today in his <a href="http://schlitt.info/applications/blog/index.php?/archives/476-My-first-patch-to-PHP.html">latest post</a> about his first patch to PHP, an update to the pathinfo function's code being commited.
</p>
<blockquote>
Hehe, some might say, that those 10 lines of C code are not even worth calling it a patch. Especially, since it was mostly copy and paste work and since Christian Schneider also adviced me for some improvement. Anyway, Marcus just commited my enhancement to <a href="http://php.net/pathinfo">pathinfo()</a>, which adds a new field "filename" to the returned array of path elements.
</blockquote>
<p>
His <a href="http://schlitt.info/applications/blog/index.php?/archives/476-My-first-patch-to-PHP.html">patch</a> adds a much needed output parameter to the pathinfo function's results - filename. He talks briefly about the process of making the change and how long it took him on the first shot (2 hours), but now his hard work has paid off. The update will be a part of PHP 5.2. 
</p>]]></description>
      <pubDate>Wed, 19 Jul 2006 20:00:38 -0500</pubDate>
    </item>
  </channel>
</rss>
