fix typo in php.conf #1244104
This commit is contained in:
parent
802384164f
commit
737a7353e3
2
php.conf
2
php.conf
@ -45,6 +45,6 @@ DirectoryIndex index.php
|
|||||||
# Redirect to local php-fpm if mod_php is not available
|
# Redirect to local php-fpm if mod_php is not available
|
||||||
<IfModule !mod_php5.c>
|
<IfModule !mod_php5.c>
|
||||||
<FilesMatch \.php$>
|
<FilesMatch \.php$>
|
||||||
SetHandler "proxy:unix:/run/php-fpm/www.sock|fgci://localhost"
|
SetHandler "proxy:unix:/run/php-fpm/www.sock|fcgi://localhost"
|
||||||
</FilesMatch>
|
</FilesMatch>
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
9
php.spec
9
php.spec
@ -65,15 +65,15 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
#global rcver RC1
|
#global rcver RC1
|
||||||
%global rpmrel 1
|
%global rpmrel 2
|
||||||
|
|
||||||
Summary: PHP scripting language for creating dynamic web sites
|
Summary: PHP scripting language for creating dynamic web sites
|
||||||
Name: php
|
Name: php
|
||||||
Version: 5.6.11
|
Version: 5.6.11
|
||||||
%if 0%{?rcver:1}
|
%if 0%{?rcver:1}
|
||||||
Release: 0.%{rpmrel}.%{rcver}%{?dist}.1
|
Release: 0.%{rpmrel}.%{rcver}%{?dist}
|
||||||
%else
|
%else
|
||||||
Release: %{rpmrel}%{?dist}.1
|
Release: %{rpmrel}%{?dist}
|
||||||
%endif
|
%endif
|
||||||
# All files licensed under PHP version 3.01, except
|
# All files licensed under PHP version 3.01, except
|
||||||
# Zend is licensed under Zend
|
# Zend is licensed under Zend
|
||||||
@ -1484,6 +1484,9 @@ rm -f README.{Zeus,QNX,CVS-RULES}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 17 2015 Remi Collet <remi@fedoraproject.org> 5.6.11-2
|
||||||
|
- fix typo in php.conf #1244104
|
||||||
|
|
||||||
* Sun Jul 12 2015 Remi Collet <remi@fedoraproject.org> 5.6.11-1
|
* Sun Jul 12 2015 Remi Collet <remi@fedoraproject.org> 5.6.11-1
|
||||||
- Update to 5.6.11
|
- Update to 5.6.11
|
||||||
http://www.php.net/releases/5_6_11.php
|
http://www.php.net/releases/5_6_11.php
|
||||||
|
Loading…
Reference in New Issue
Block a user