News Feed
Sections
News Archive


Community Events






feed this:

Dave Dash's Blog:
Fixing Broken PATH_INFO
0 comments :: posted Thursday January 24, 2008 @ 10:21:00
voice your opinion now!

Dave Dash has posted about a method he developed, using a custom prepend file, to correctly obtain the PATH_INFO information for his server.

symfony 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.

To get around the issue, he created 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.

tagged with: pathinfo broken fix autoprependfile urldecode



pecl releases PEAR security zendframework release PHP5 code developer zend cakephp book ajax mysql conference package database job framework application

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework