News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
feed this:

Christian Weiske's Blog:
A MIME type for .php files
April 14, 2011 @ 09:17:06

Christian Weiske has a recent post to his site looking at something most PHP developers don't even think about when serving up their scripts - the MIME types for PHP files.

While setting some svn properties at work, we wondered about the correct MIME type for .php files.

He found several in the official IANA list including "text/php", "application/php" and "application/x-http-php" - all valid but none of them considered a standard. He talks about the ones supported by linux distributions (like Debian/Ubuntu) and some reasoning that might make "application/php" the best choice of the list. He points out some downsides to the choice, though, including the fact that something starting with "application/" should considered "machine readable" only despite PHP just being text.

0 comments voice your opinion now!
mime type application text iana linux machinereadable plaintext




Community Events





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


framework language testing api zendframework2 opinion podcast phpunit interview voicesoftheelephpant introduction injection zendframework release database unittest conference community application symfony2

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