News Feed
Jobs Feed
Sections




News Archive
Dave Dash's Blog:
Fixing Broken PATH_INFO
January 24, 2008 @ 10:21:00

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.

0 comments voice your opinion now!
pathinfo broken fix autoprependfile urldecode


blog comments powered by Disqus

Similar Posts

Tobias Schlitt's Blog: My first patch to PHP

Alexey Zakhlestin's Blog: Syck 0.9.2

David Coallier's Blog: Namespaces part 4.1 (What namespaces don't fix (part 1))

Tibo Beijen's Blog: Fixing mysqldump on Zend Server CE on OS X

PHP.net: PHP 5.2.3 Released


Community Events











Don't see your event here?
Let us know!


database release opinion phpunit usergroup framework introduction zendframework2 functional development community series symfony2 interview podcast language conference symfony rest testing

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