summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>1999-12-21 19:40:27 +0000
committerAndrei Zmievski <andrei@php.net>1999-12-21 19:40:27 +0000
commitcc205c60ae1a886db40d493651b0d766f4645899 (patch)
tree53cf4bbed0987d962b030e11299f6ac9f8e10329 /main/php.h
parent99b83a38deb0101321c67fa46d0d8b2824ab5a5d (diff)
downloadphp-git-cc205c60ae1a886db40d493651b0d766f4645899.tar.gz
Correct PHP's mime type.
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h
index 7201592f7f..a1ec7cba1d 100644
--- a/main/php.h
+++ b/main/php.h
@@ -246,7 +246,7 @@ extern int ap_vsnprintf(char *, size_t, const char *, va_list);
#define DONT_FREE 0
#define DO_FREE 1
-#define PHP3_MIME_TYPE "application/x-httpd-php3"
+#define PHP_MIME_TYPE "application/x-httpd-php"
/* macros */
#undef MIN