summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-07-15 17:30:42 +0200
committerRemi Collet <fedora@famillecollet.com>2014-07-15 17:30:42 +0200
commitac764f701138eda05afa6e92b24b337a237dd12d (patch)
treea2e87f09b1d252caf8d532fc74bbf1fd8b16bcbf
parentfa2c944df76a3a3eac05474588f4298b0c4d52fe (diff)
php-pecl-swoole: 1.7.4
-rw-r--r--REFLECTION7
-rw-r--r--php-pecl-swoole.spec5
2 files changed, 8 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index 6397fe5..90b582e 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #141 swoole version 1.7.3 ] {
+Extension [ <persistent> extension #142 swoole version 1.7.4 ] {
- INI {
Entry [ swoole.task_worker_num <ALL> ]
@@ -18,7 +18,7 @@ Extension [ <persistent> extension #141 swoole version 1.7.3 ] {
}
}
- - Constants [35] {
+ - Constants [36] {
Constant [ integer SWOOLE_BASE ] { 4 }
Constant [ integer SWOOLE_THREAD ] { 2 }
Constant [ integer SWOOLE_PROCESS ] { 3 }
@@ -45,6 +45,7 @@ Extension [ <persistent> extension #141 swoole version 1.7.3 ] {
Constant [ integer SWOOLE_SYNC ] { 2048 }
Constant [ integer SWOOLE_ASYNC ] { 1024 }
Constant [ integer SWOOLE_KEEP ] { 512 }
+ Constant [ integer SWOOLE_SSL ] { 512 }
Constant [ integer SWOOLE_EVENT_READ ] { 512 }
Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 }
Constant [ integer SWOOLE_SIGN ] { 64 }
@@ -53,7 +54,7 @@ Extension [ <persistent> extension #141 swoole version 1.7.3 ] {
Constant [ integer SWOOLE_HOST ] { 16 }
Constant [ integer SWOOLE_SHORT ] { 2 }
Constant [ integer SWOOLE_INT ] { 4 }
- Constant [ string SWOOLE_VERSION ] { 1.7.3 }
+ Constant [ string SWOOLE_VERSION ] { 1.7.4 }
}
- Functions {
diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec
index 95b2a37..bd99e55 100644
--- a/php-pecl-swoole.spec
+++ b/php-pecl-swoole.spec
@@ -23,7 +23,7 @@
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 1.7.3
+Version: 1.7.4
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: BSD
Group: Development/Languages
@@ -219,6 +219,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Jul 15 2014 Remi Collet <remi@fedoraproject.org> - 1.7.4-1
+- Update to 1.7.4 (stable)
+
* Fri Jun 20 2014 Remi Collet <remi@fedoraproject.org> - 1.7.3-1
- Update to 1.7.3 (stable)