From 4c6c81ac68edbe4530ea0f73f10b6c9c081401d0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Jun 2018 17:04:44 +0200 Subject: cleanup --- PHPINFO | 9 +++++++++ REFLECTION | 2 +- php-pecl-taint.spec | 6 +++--- 3 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 PHPINFO diff --git a/PHPINFO b/PHPINFO new file mode 100644 index 0000000..f55489c --- /dev/null +++ b/PHPINFO @@ -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 diff --git a/REFLECTION b/REFLECTION index 63c4dfb..ca48bf1 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #140 taint version 2.0.4 ] { +Extension [ 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 -- cgit