summarylogtreecommitdiffstats
path: root/php-apache.install
diff options
context:
space:
mode:
Diffstat (limited to 'php-apache.install')
-rw-r--r--php-apache.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/php-apache.install b/php-apache.install
deleted file mode 100644
index cda7e5bd0e4a..000000000000
--- a/php-apache.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- echo "You will need to add the following line after the existing LoadModule instructions in /etc/httpd/conf/httpd.conf :"
- echo "LoadModule php5_module modules/libphp53.so"
- echo
- echo "Additionally, include this line at the end of /etc/httpd/conf/httpd.conf if you want .php files to be handled by php 5.3 :"
- echo "Include conf/extra/php53_module.conf"
- echo
- echo "Be aware that ONLY A SINGLE PHP MODULE can be loaded into an Apache instance."
- echo "If you want php 5 and php 7 to cohabitate, you'll have to use another method such as php-fpm, fcgi or cgi for the other PHP version."
-}
-