diff --git a/php.conf b/php.conf index 414c2bc..7690ae5 100644 --- a/php.conf +++ b/php.conf @@ -45,6 +45,6 @@ DirectoryIndex index.php # Redirect to local php-fpm if mod_php is not available - SetHandler "proxy:unix:/run/php-fpm/www.sock|fgci://localhost" + SetHandler "proxy:unix:/run/php-fpm/www.sock|fcgi://localhost" diff --git a/php.spec b/php.spec index 9afe3a9..3ba6d13 100644 --- a/php.spec +++ b/php.spec @@ -65,15 +65,15 @@ %endif #global rcver RC1 -%global rpmrel 1 +%global rpmrel 2 Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.6.11 %if 0%{?rcver:1} -Release: 0.%{rpmrel}.%{rcver}%{?dist}.1 +Release: 0.%{rpmrel}.%{rcver}%{?dist} %else -Release: %{rpmrel}%{?dist}.1 +Release: %{rpmrel}%{?dist} %endif # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1484,6 +1484,9 @@ rm -f README.{Zeus,QNX,CVS-RULES} %changelog +* Fri Jul 17 2015 Remi Collet 5.6.11-2 +- fix typo in php.conf #1244104 + * Sun Jul 12 2015 Remi Collet 5.6.11-1 - Update to 5.6.11 http://www.php.net/releases/5_6_11.php