summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO6
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-eio.spec7
3 files changed, 12 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
new file mode 100644
index 0000000..76bfb3d
--- /dev/null
+++ b/PHPINFO
@@ -0,0 +1,6 @@
+
+eio
+
+eio support => enabled
+Debug support => disabled
+Version => 2.0.4
diff --git a/REFLECTION b/REFLECTION
index 14e920a..d675b6c 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #85 eio version 2.0.3 ] {
+Extension [ <persistent> extension #85 eio version 2.0.4 ] {
- Dependencies {
Dependency [ sockets (Optional) ]
diff --git a/php-pecl-eio.spec b/php-pecl-eio.spec
index 8e7b34f..e558cfa 100644
--- a/php-pecl-eio.spec
+++ b/php-pecl-eio.spec
@@ -27,8 +27,8 @@
Summary: Provides interface to the libeio library
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 2.0.3
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 2.0.4
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
@@ -258,6 +258,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Thu Aug 9 2018 Remi Collet <remi@remirepo.net> - 2.0.4-1
+- update to 2.0.4
+
* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 2.0.3-2
- rebuld for 7.3.0alpha4 new ABI