diff options
| author | Remi Collet <remi@remirepo.net> | 2018-07-13 14:05:14 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-07-13 14:05:14 +0200 | 
| commit | 8ca5ccbfe6a1a16a67bab23b34b3069e811015d3 (patch) | |
| tree | 714780abe1219befaee4c37561463ac80a8d6c9d /REFLECTION | |
| parent | 01bfcadc856506a9753a636b4f31cfb13490f913 (diff) | |
v4.0.2
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 16 | 
1 files changed, 11 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #147 swoole version 4.0.1 ] { +Extension [ <persistent> extension #147 swoole version 4.0.2 ] {    - INI {      Entry [ swoole.aio_thread_num <ALL> ] @@ -66,7 +66,7 @@ Extension [ <persistent> extension #147 swoole version 4.0.1 ] {      Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 }      Constant [ integer SWOOLE_EVENT_READ ] { 512 }      Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } -    Constant [ string SWOOLE_VERSION ] { 4.0.1 } +    Constant [ string SWOOLE_VERSION ] { 4.0.2 }      Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 }      Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 }      Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 } @@ -117,7 +117,7 @@ Extension [ <persistent> extension #147 swoole version 4.0.1 ] {      Constant [ integer SWOOLE_ERROR_SERVER_PIPE_BUFFER_FULL ] { 9006 }      Constant [ integer SWOOLE_ERROR_SERVER_NO_IDLE_WORKER ] { 9007 }      Constant [ integer SWOOLE_ERROR_SERVER_ONLY_START_ONE ] { 9008 } -    Constant [ integer SWOOLE_ERROR_SERVER_WORKER_EXIT_TIMEOUT ] { 9009 } +    Constant [ integer SWOOLE_ERROR_SERVER_WORKER_EXIT_TIMEOUT ] { 9010 }      Constant [ integer SWOOLE_TRACE_SERVER ] { 2 }      Constant [ integer SWOOLE_TRACE_CLIENT ] { 4 }      Constant [ integer SWOOLE_TRACE_BUFFER ] { 8 } @@ -2805,7 +2805,7 @@ Extension [ <persistent> extension #147 swoole version 4.0.1 ] {        - Static methods [0] {        } -      - Properties [17] { +      - Properties [19] {          Property [ <default> public $errCode ]          Property [ <default> public $sock ]          Property [ <default> public $reuse ] @@ -2820,7 +2820,9 @@ Extension [ <persistent> extension #147 swoole version 4.0.1 ] {          Property [ <default> public $requestHeaders ]          Property [ <default> public $requestBody ]          Property [ <default> public $uploadFiles ] +        Property [ <default> public $downloadFile ]          Property [ <default> public $headers ] +        Property [ <default> public $set_cookie_headers ]          Property [ <default> public $cookies ]          Property [ <default> public $body ]        } @@ -5022,7 +5024,11 @@ Extension [ <persistent> extension #147 swoole version 4.0.1 ] {        - Static methods [0] {        } -      - Properties [0] { +      - Properties [4] { +        Property [ <default> public $fd ] +        Property [ <default> public $data ] +        Property [ <default> public $opcode ] +        Property [ <default> public $finish ]        }        - Methods [0] {  | 
