summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2003-01-24 22:32:01 +0000
committerRyan Phillips <rphillips@gentoo.org>2003-01-24 22:32:01 +0000
commit2cdd32257eee492a2245ecebda3085a44d102e19 (patch)
tree53c7a612730850faf628d3acd1337f85b8d7948b
parentfixed sandbox violation. (diff)
downloadhistorical-2cdd32257eee492a2245ecebda3085a44d102e19.tar.gz
historical-2cdd32257eee492a2245ecebda3085a44d102e19.tar.bz2
historical-2cdd32257eee492a2245ecebda3085a44d102e19.zip
added php-source support. Fixes #14486
-rw-r--r--dev-php/mod_php/ChangeLog5
-rw-r--r--dev-php/mod_php/files/70_mod_php.conf1
2 files changed, 5 insertions, 1 deletions
diff --git a/dev-php/mod_php/ChangeLog b/dev-php/mod_php/ChangeLog
index e98d2582acb4..a9b19896ccb5 100644
--- a/dev-php/mod_php/ChangeLog
+++ b/dev-php/mod_php/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for dev-php/mod_php
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.44 2003/01/13 16:49:51 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.45 2003/01/24 22:32:01 rphillips Exp $
*mod_php-4.3.0-r2 (10 Jan 2003)
+ 24 Jan 2003; Ryan Phillips <rphillips@gentoo.org> files/70_mod_php.conf :
+ added php-source (.phps) support to the available types
+
13 Jan 2003; Ryan Phillips <rphillips@gentoo.org> mod_php-4.3.0-r2.ebuild :
Added Quequero tweaks. Fixes #13721
diff --git a/dev-php/mod_php/files/70_mod_php.conf b/dev-php/mod_php/files/70_mod_php.conf
index 43369d83ca27..d478f524334f 100644
--- a/dev-php/mod_php/files/70_mod_php.conf
+++ b/dev-php/mod_php/files/70_mod_php.conf
@@ -8,4 +8,5 @@
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
+ AddType application/x-httpd-php-source .phps
</IfModule>