diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-07-15 17:30:42 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-07-15 17:30:42 +0200 |
commit | ac764f701138eda05afa6e92b24b337a237dd12d (patch) | |
tree | a2e87f09b1d252caf8d532fc74bbf1fd8b16bcbf /REFLECTION | |
parent | fa2c944df76a3a3eac05474588f4298b0c4d52fe (diff) |
php-pecl-swoole: 1.7.4
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 { |