[packages/php] mod_php configuration fixed
bszx
bszx at pld-linux.org
Wed Jan 6 12:23:19 CET 2016
commit f617104218bc4888f91dc9ddc6dec449e3ac21d8
Author: Bartek Szady <bszx at bszx.eu>
Date: Wed Jan 6 12:21:00 2016 +0100
mod_php configuration fixed
php-mod_php.conf | 2 +-
php.spec | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php.spec b/php.spec
index bae06bb..fefb54d 100644
--- a/php.spec
+++ b/php.spec
@@ -145,7 +145,7 @@ Summary(ru.UTF-8): PHP Версии 7 - язык препроцессирова
Summary(uk.UTF-8): PHP Версії 7 - мова препроцесування HTML-файлів, виконувана на сервері
Name: %{orgname}%{php_suffix}
Version: 7.0.1
-Release: 1
+Release: 2
Epoch: 4
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
diff --git a/php-mod_php.conf b/php-mod_php.conf
index 7619b67..100c4c8 100644
--- a/php-mod_php.conf
+++ b/php-mod_php.conf
@@ -1,6 +1,6 @@
LoadModule php7_module modules/mod_php.so
-<IfModule mod_php5.c>
+<IfModule mod_php7.c>
<Files *.php>
AddType application/x-httpd-php .php
</Files>
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/f617104218bc4888f91dc9ddc6dec449e3ac21d8
More information about the pld-cvs-commit
mailing list