summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-04-05 07:36:38 +0200
committerRemi Collet <remi@remirepo.net>2019-04-05 07:36:38 +0200
commit1cf37f82ee4e18e8139b90f04293583065b0a395 (patch)
treefbe6f9b1ba985c5b242da9861ca459109b9663ca
parent51e314eb51b919f8feac426927491245cfa0719f (diff)
v2.0.2
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-runkit7.spec11
3 files changed, 9 insertions, 8 deletions
diff --git a/PHPINFO b/PHPINFO
index 3aabf69..26b4cbf 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
runkit
runkit support => enabled
-version => 2.0.1
+version => 2.0.2
Custom Superglobal support => enabled
Sandbox Support => disable or unavailable
Runtime Manipulation => enabled
diff --git a/REFLECTION b/REFLECTION
index ca00149..48476b7 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #15 runkit version 2.0.1 ] {
+Extension [ <persistent> extension #142 runkit version 2.0.2 ] {
- INI {
Entry [ runkit.superglobal <PERDIR,SYSTEM> ]
@@ -17,7 +17,7 @@ Extension [ <persistent> extension #15 runkit version 2.0.1 ] {
Constant [ integer RUNKIT_IMPORT_CLASS_STATIC_PROPS ] { 16 }
Constant [ integer RUNKIT_IMPORT_CLASSES ] { 30 }
Constant [ integer RUNKIT_IMPORT_OVERRIDE ] { 32 }
- Constant [ string RUNKIT_VERSION ] { 2.0.1 }
+ Constant [ string RUNKIT_VERSION ] { 2.0.2 }
Constant [ integer RUNKIT_ACC_RETURN_REFERENCE ] { 67108864 }
Constant [ integer RUNKIT_ACC_PUBLIC ] { 256 }
Constant [ integer RUNKIT_ACC_PROTECTED ] { 512 }
diff --git a/php-pecl-runkit7.spec b/php-pecl-runkit7.spec
index 3cc354d..739534c 100644
--- a/php-pecl-runkit7.spec
+++ b/php-pecl-runkit7.spec
@@ -20,7 +20,7 @@
%global ini_name 40-%{pecl_name}.ini
%global with_tests 0%{!?_without_tests:1}
-%global upstream_version 2.0.1
+%global upstream_version 2.0.2
#global upstream_prever RC1
Name: %{?sub_prefix}php-pecl-%{proj_name}
@@ -28,11 +28,9 @@ Summary: For all those things you... shouldn't have been doing anyway...
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
-# Temporary
-URL: https://github.com/%{proj_name}/%{proj_name}
+URL: https://pecl.php.net/package/%{proj_name}
-# Temporary
-Source0: https://github.com/%{proj_name}/%{proj_name}/releases/download/%{version}/%{proj_name}-%{version}.tgz
+Source0: https://pecl.php.net/get/%{proj_name}-%{version}.tgz
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel >= 7.1
@@ -233,6 +231,9 @@ fi
%endif
%changelog
+* Fri Apr 5 2019 Remi Collet <remi@remirepo.net> - 2.0.2-1
+- update to 2.0.2
+
* Thu Apr 4 2019 Remi Collet <remi@remirepo.net> - 2.0.1-1
- initial package
- open https://github.com/runkit7/runkit7/issues/185 segfault