diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-03-26 12:00:41 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-03-26 12:00:41 +0100 | 
| commit | 440faf8c1c13e1a4955d982cebf84903ed788e01 (patch) | |
| tree | ea7b2416c0f1ac2a7fd1c1438d62aff4457a3130 | |
| parent | 6dae84da412cc9bce704f3306b661898aef767ac (diff) | |
php-pecl-swoole: 1.7.14
| -rw-r--r-- | REFLECTION | 57 | ||||
| -rw-r--r-- | php-pecl-swoole.spec | 5 | 
2 files changed, 50 insertions, 12 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #153 swoole version 1.7.13 ] { +Extension [ <persistent> extension #153 swoole version 1.7.14 ] {    - INI {      Entry [ swoole.aio_thread_num <ALL> ] @@ -15,7 +15,7 @@ Extension [ <persistent> extension #153 swoole version 1.7.13 ] {      }    } -  - Constants [42] { +  - Constants [45] {      Constant [ integer SWOOLE_BASE ] { 4 }      Constant [ integer SWOOLE_THREAD ] { 2 }      Constant [ integer SWOOLE_PROCESS ] { 3 } @@ -48,7 +48,7 @@ Extension [ <persistent> extension #153 swoole version 1.7.13 ] {      Constant [ integer SWOOLE_SSL ] { 512 }      Constant [ integer SWOOLE_EVENT_READ ] { 512 }      Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } -    Constant [ string SWOOLE_VERSION ] { 1.7.13 } +    Constant [ string SWOOLE_VERSION ] { 1.7.14 }      Constant [ integer SWOOLE_AIO_BASE ] { 0 }      Constant [ integer SWOOLE_AIO_GCC ] { 1 }      Constant [ integer SWOOLE_AIO_LINUX ] { 2 } @@ -58,6 +58,9 @@ Extension [ <persistent> extension #153 swoole version 1.7.13 ] {      Constant [ integer HTTP_GLOBAL_ALL ] { 62 }      Constant [ integer WEBSOCKET_OPCODE_TEXT ] { 1 }      Constant [ integer WEBSOCKET_OPCODE_BINARY ] { 2 } +    Constant [ integer WEBSOCKET_STATUS_CONNECTION ] { 1 } +    Constant [ integer WEBSOCKET_STATUS_HANDSHAKE ] { 2 } +    Constant [ integer WEBSOCKET_STATUS_FRAME ] { 3 }    }    - Functions { @@ -251,6 +254,8 @@ Extension [ <persistent> extension #153 swoole version 1.7.13 ] {      }      Function [ <internal:swoole> function swoole_timer_after ] {      } +    Function [ <internal:swoole> function swoole_timer_tick ] { +    }      Function [ <internal:swoole> function swoole_timer_clear ] {      }      Function [ <internal:swoole> function swoole_async_set ] { @@ -279,7 +284,7 @@ Extension [ <persistent> extension #153 swoole version 1.7.13 ] {      }    } -  - Classes [10] { +  - Classes [11] {      Class [ <internal:swoole> class swoole_server ] {        - Constants [0] { @@ -294,7 +299,7 @@ Extension [ <persistent> extension #153 swoole version 1.7.13 ] {        - Properties [0] {        } -      - Methods [28] { +      - Methods [29] {          Method [ <internal:swoole, ctor> public method __construct ] {            - Parameters [4] { @@ -462,7 +467,10 @@ Extension [ <persistent> extension #153 swoole version 1.7.13 ] {          Method [ <internal:swoole> public method after ] {          } -        Method [ <internal:swoole> public method clearAfter ] { +        Method [ <internal:swoole> public method tick ] { +        } + +        Method [ <internal:swoole> public method clearTimer ] {          }          Method [ <internal:swoole> public method sendmessage ] { @@ -805,7 +813,7 @@ Extension [ <persistent> extension #153 swoole version 1.7.13 ] {          Property [ <default> private $global ]        } -      - Methods [29] { +      - Methods [30] {          Method [ <internal:swoole, overwrites swoole_server, prototype swoole_server> public method on ] {            - Parameters [2] { @@ -973,7 +981,10 @@ Extension [ <persistent> extension #153 swoole version 1.7.13 ] {          Method [ <internal:swoole, inherits swoole_server> public method after ] {          } -        Method [ <internal:swoole, inherits swoole_server> public method clearAfter ] { +        Method [ <internal:swoole, inherits swoole_server> public method tick ] { +        } + +        Method [ <internal:swoole, inherits swoole_server> public method clearTimer ] {          }          Method [ <internal:swoole, inherits swoole_server> public method sendmessage ] { @@ -1009,7 +1020,7 @@ Extension [ <persistent> extension #153 swoole version 1.7.13 ] {        - Properties [0] {        } -      - Methods [6] { +      - Methods [7] {          Method [ <internal:swoole> public method cookie ] {          } @@ -1019,6 +1030,9 @@ Extension [ <persistent> extension #153 swoole version 1.7.13 ] {          Method [ <internal:swoole> public method status ] {          } +        Method [ <internal:swoole> public method gzip ] { +        } +          Method [ <internal:swoole> public method header ] {          } @@ -1064,7 +1078,7 @@ Extension [ <persistent> extension #153 swoole version 1.7.13 ] {        - Properties [0] {        } -      - Methods [30] { +      - Methods [31] {          Method [ <internal:swoole, overwrites swoole_http_server, prototype swoole_server> public method on ] {            - Parameters [2] { @@ -1235,7 +1249,10 @@ Extension [ <persistent> extension #153 swoole version 1.7.13 ] {          Method [ <internal:swoole, inherits swoole_server> public method after ] {          } -        Method [ <internal:swoole, inherits swoole_server> public method clearAfter ] { +        Method [ <internal:swoole, inherits swoole_server> public method tick ] { +        } + +        Method [ <internal:swoole, inherits swoole_server> public method clearTimer ] {          }          Method [ <internal:swoole, inherits swoole_server> public method sendmessage ] { @@ -1256,6 +1273,24 @@ Extension [ <persistent> extension #153 swoole version 1.7.13 ] {          }        }      } + +    Class [ <internal:swoole> class swoole_websocket_frame ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [0] { +      } +    }    }  } diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index b751a12..96d30e3 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.13 +Version:        1.7.14  Release:        1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        BSD  Group:          Development/Languages @@ -241,6 +241,9 @@ rm -rf %{buildroot}  %changelog +* Thu Mar 26 2015 Remi Collet <remi@fedoraproject.org> - 1.7.14-1 +- Update to 1.7.14 +  * Wed Mar 18 2015 Remi Collet <remi@fedoraproject.org> - 1.7.13-1  - Update to 1.7.13  | 
