diff options
-rw-r--r-- | PHPINFO | 9 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-taint.spec | 6 |
3 files changed, 13 insertions, 4 deletions
@@ -0,0 +1,9 @@ + +taint + +taint support => enabled +Version => 2.0.4 + +Directive => Local Value => Master Value +taint.enable => Off => Off +taint.error_level => 512 => 512 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #140 taint version 2.0.4 ] { +Extension [ <persistent> extension #150 taint version 2.0.4 ] { - Dependencies { Dependency [ xdebug (Conflicts) ] diff --git a/php-pecl-taint.spec b/php-pecl-taint.spec index 8b1aa29..fe91515 100644 --- a/php-pecl-taint.spec +++ b/php-pecl-taint.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-taint # -# Copyright (c) 2015-2017 Remi Collet +# Copyright (c) 2015-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -31,9 +31,9 @@ Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_V Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz %endif License: PHP -Group: Development/Languages URL: https://github.com/%{gh_owner}/%{gh_project} +BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear @@ -195,7 +195,7 @@ REPORT_EXIT_STATUS=1 \ %endif -%if 0%{?fedora} < 24 +%if 0%{?fedora} < 24 && 0%{?rhel} < 8 # when pear installed alone, after us %triggerin -- %{?scl_prefix}php-pear if [ -x %{__pecl} ] ; then |