]> git.pld-linux.org Git - packages/php4.git/commitdiff
- add .inc to php files auto/ac/php-5_0_2-3 auto/ac/php-5_0_2-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 9 Oct 2004 18:20:52 +0000 (18:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-mod_php.conf -> 1.7
    php4-mod_php.conf -> 1.9

php-mod_php.conf
php4-mod_php.conf

index 6218514bc80ca26c8fd4b9f31a8f758cc938bd2c..1251c53a602eeb9bd943fcee5998bde885133bcd 100644 (file)
@@ -5,5 +5,6 @@ LoadModule php5_module modules/libphp5.so
 AddType application/x-httpd-php .php
 AddType application/x-httpd-php .php3
 AddType application/x-httpd-php .php4
+AddType application/x-httpd-php .inc
 
 </IfModule>
index 1dae15d25f237e1f772a6ed1c495b740fc79a8b6..01ca4f8b03e18e4c6761efcb8cfbf817a1ca41eb 100644 (file)
@@ -4,6 +4,7 @@ LoadModule php4_module modules/libphp4.so
 
 <IfModule !mod_php5.c>
 AddType application/x-httpd-php .php
+AddType application/x-httpd-php .inc
 </IfModule>
 
 AddType application/x-httpd-php .php3
This page took 0.033795 seconds and 4 git commands to generate.