php-7.2.0:ver.bump

This commit is contained in:
Rmys
2017-12-24 10:37:31 +03:00
parent c63975c128
commit 1b215de8ff
4 changed files with 42 additions and 15 deletions
@@ -0,0 +1,19 @@
LoadModule php7_module modules/libphp7.so
AddHandler php7-script .php
# Set it to handle the files
<IfModule mod_mime.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php5
AddType application/x-httpd-php-source .phps
</IfModule>
#
# Add index.php to the list of files that will be served as directory
# indexes.
#
DirectoryIndex index.php index.phtml