summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-12-31 10:46:24 +0100
committerRemi Collet <fedora@famillecollet.com>2015-12-31 10:46:24 +0100
commita80e9867bfe2a86daaae41638054e238a7f18b3a (patch)
treeb33324ba8c9aca1f43d4cef0a6bb7458e4218db1
parentee326f50e91945130c5a94331440d3f60149000d (diff)
php-pecl-swoole: 1.7.22 (new sources)
-rw-r--r--REFLECTION42
-rw-r--r--php-pecl-swoole.spec5
2 files changed, 5 insertions, 42 deletions
diff --git a/REFLECTION b/REFLECTION
index 1f05c61..8340c23 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -296,7 +296,7 @@ Extension [ <persistent> extension #166 swoole version 1.7.22 ] {
}
}
- - Classes [14] {
+ - Classes [13] {
Class [ <internal:swoole> class swoole_server ] {
- Constants [0] {
@@ -671,46 +671,6 @@ Extension [ <persistent> extension #166 swoole version 1.7.22 ] {
}
}
- Class [ <internal:swoole> class swoole_http_client ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [2] {
- Property [ <default> public $errCode ]
- Property [ <default> public $sock ]
- }
-
- - Methods [7] {
- Method [ <internal:swoole, ctor> public method __construct ] {
- }
-
- Method [ <internal:swoole, dtor> public method __destruct ] {
- }
-
- Method [ <internal:swoole> public method set ] {
- }
-
- Method [ <internal:swoole> public method execute ] {
- }
-
- Method [ <internal:swoole> public method isConnected ] {
- }
-
- Method [ <internal:swoole> public method close ] {
- }
-
- Method [ <internal:swoole> public method on ] {
- }
- }
- }
-
Class [ <internal:swoole> class swoole_process ] {
- Constants [0] {
diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec
index 9ccf08a..ac63ac8 100644
--- a/php-pecl-swoole.spec
+++ b/php-pecl-swoole.spec
@@ -32,7 +32,7 @@
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.7.22
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -257,6 +257,9 @@ rm -rf %{buildroot}
%changelog
+* Thu Dec 31 2015 Remi Collet <remi@fedoraproject.org> - 1.7.22-2
+- Update to 1.7.22 (new sources)
+
* Thu Dec 31 2015 Remi Collet <remi@fedoraproject.org> - 1.7.22-1
- Update to 1.7.22
- add patch to fix PHP 7 build