diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-08-28 17:53:27 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-08-28 17:53:27 +0200 |
commit | 4735942d835d7922db570aab4a4bf165b427200c (patch) | |
tree | 324f03c76e23b456f67dbc53fd33958c46c646c7 | |
parent | ed3bb798ee62a117f4466b065bf7ba1e278285f6 (diff) |
php 5.6: provides php(httpd)
-rw-r--r-- | php56.spec | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -250,6 +250,8 @@ Requires(pre): httpd-filesystem %else Requires(pre): httpd %endif +# php engine for Apache httpd webserver +Provides: php(httpd) %if 0%{?fedora} < 20 && 0%{?rhel} < 7 # Don't provides extensions, which are not shared library, as .so @@ -328,6 +330,8 @@ Requires(pre): httpd-filesystem # For php.conf in /etc/httpd/conf.d # and version 2.4.10 for proxy support in SetHandler Requires: httpd-filesystem >= 2.4.10 +# php engine for Apache httpd webserver +Provides: php(httpd) %endif Obsoletes: php53-fpm, php53u-fpm, php54-fpm, php54w-fpm, php55u-fpm, php55w-fpm, php56u-fpm, php56w-fpm |