diff options
-rw-r--r-- | REFLECTION | 7 | ||||
-rw-r--r-- | php-pecl-eio.spec | 5 |
2 files changed, 9 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #89 eio version 2.0.0 ] { +Extension [ <persistent> extension #78 eio version 2.0.1 ] { - Dependencies { Dependency [ sockets (Optional) ] @@ -215,7 +215,10 @@ Extension [ <persistent> extension #89 eio version 2.0.0 ] { } Function [ <internal:eio> function eio_sync ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ <optional> $pri ] + Parameter #1 [ <optional> $callback ] + Parameter #2 [ <optional> $data ] } } Function [ <internal:eio> function eio_fsync ] { diff --git a/php-pecl-eio.spec b/php-pecl-eio.spec index 4e0e3d2..a3ceb82 100644 --- a/php-pecl-eio.spec +++ b/php-pecl-eio.spec @@ -34,7 +34,7 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} Summary: Provides interface to the libeio library Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 2.0.0 +Version: 2.0.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages @@ -270,6 +270,9 @@ rm -rf %{buildroot} %changelog +* Mon Jul 25 2016 Remi Collet <remi@fedoraproject.org> - 2.0.1-1 +- Update to 2.0.1 + * Wed Jun 8 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-1 - Update to 2.0.0 (stable) |