summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-27 17:04:44 +0200
committerRemi Collet <remi@remirepo.net>2018-06-27 17:04:44 +0200
commit4c6c81ac68edbe4530ea0f73f10b6c9c081401d0 (patch)
tree76e297ba426a9f76ceea03ddd022e110ac79ec54
parentac58da004f7d8cc75fe4b2d6a749e64a4d6434a7 (diff)
cleanup
-rw-r--r--PHPINFO9
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-taint.spec6
3 files changed, 13 insertions, 4 deletions
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 [ <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