]> TLD Linux GIT Repositories - packages/php.git/blobdiff - php-mod_php.conf
- remove everything, we'll merge PHP 5.4 into clean repo
[packages/php.git] / php-mod_php.conf
diff --git a/php-mod_php.conf b/php-mod_php.conf
deleted file mode 100644 (file)
index 9a9f298..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-LoadModule php5_module modules/libphp5.so
-
-<IfModule mod_php5.c>
-       <Files *.php>
-               AddType application/x-httpd-php .php
-       </Files>
-       <Files *.php3>
-               AddType application/x-httpd-php .php3
-       </Files>
-       <Files *.php4>
-               AddType application/x-httpd-php .php4
-       </Files>
-       <Files *.php5>
-               AddType application/x-httpd-php .php5
-       </Files>
-       <Files *.inc>
-               AddType application/x-httpd-php .inc
-       </Files>
-       <Files *.phtml>
-               AddType application/x-httpd-php .phtml
-       </Files>
-</IfModule>