diff options
author | Remi Collet <remi@remirepo.net> | 2022-04-18 09:19:07 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-04-18 09:19:07 +0200 |
commit | 51e6c7f23838c6c7aba19b19d4a53b233906588b (patch) | |
tree | 56bce1180a8a7bd48fa205736a761964fe729519 /REFLECTION | |
parent | 162b4817fe31f5d2f624e11804cc00a4dc503668 (diff) |
update to 4.8.9
add workaround to build failure reported as
https://github.com/swoole/swoole-src/issues/4693
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 27 |
1 files changed, 14 insertions, 13 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #89 swoole version 4.8.8 ] { +Extension [ <persistent> extension #89 swoole version 4.8.9 ] { - Dependencies { Dependency [ json (Required) ] @@ -28,12 +28,12 @@ Extension [ <persistent> extension #89 swoole version 4.8.8 ] { } } - - Constants [394] { - Constant [ string SWOOLE_VERSION ] { 4.8.8 } - Constant [ int SWOOLE_VERSION_ID ] { 40808 } + - Constants [395] { + Constant [ string SWOOLE_VERSION ] { 4.8.9 } + Constant [ int SWOOLE_VERSION_ID ] { 40809 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 8 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 8 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 9 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -140,6 +140,7 @@ Extension [ <persistent> extension #89 swoole version 4.8.8 ] { Constant [ int SWOOLE_ERROR_HTTP2_STREAM_NO_HEADER ] { 3002 } Constant [ int SWOOLE_ERROR_HTTP2_STREAM_NOT_FOUND ] { 3003 } Constant [ int SWOOLE_ERROR_HTTP2_STREAM_IGNORE ] { 3004 } + Constant [ int SWOOLE_ERROR_HTTP2_SEND_CONTROL_FRAME_FAILED ] { 3005 } Constant [ int SWOOLE_ERROR_AIO_BAD_REQUEST ] { 4001 } Constant [ int SWOOLE_ERROR_AIO_CANCELED ] { 4002 } Constant [ int SWOOLE_ERROR_AIO_TIMEOUT ] { 4003 } @@ -6949,7 +6950,7 @@ Extension [ <persistent> extension #89 swoole version 4.8.8 ] { - Parameters [3] { Parameter #0 [ <required> $data ] - Parameter #1 [ <optional> $worker_id = <default> ] + Parameter #1 [ <optional> $task_worker_index = <default> ] Parameter #2 [ <optional> ?callable $finish_callback = <default> ] } } @@ -6959,7 +6960,7 @@ Extension [ <persistent> extension #89 swoole version 4.8.8 ] { - Parameters [3] { Parameter #0 [ <required> $data ] Parameter #1 [ <optional> $timeout = <default> ] - Parameter #2 [ <optional> $worker_id = <default> ] + Parameter #2 [ <optional> $task_worker_index = <default> ] } } @@ -7962,7 +7963,7 @@ Extension [ <persistent> extension #89 swoole version 4.8.8 ] { - Parameters [3] { Parameter #0 [ <required> $data ] - Parameter #1 [ <optional> $worker_id = <default> ] + Parameter #1 [ <optional> $task_worker_index = <default> ] Parameter #2 [ <optional> ?callable $finish_callback = <default> ] } } @@ -7972,7 +7973,7 @@ Extension [ <persistent> extension #89 swoole version 4.8.8 ] { - Parameters [3] { Parameter #0 [ <required> $data ] Parameter #1 [ <optional> $timeout = <default> ] - Parameter #2 [ <optional> $worker_id = <default> ] + Parameter #2 [ <optional> $task_worker_index = <default> ] } } @@ -8480,7 +8481,7 @@ Extension [ <persistent> extension #89 swoole version 4.8.8 ] { - Parameters [3] { Parameter #0 [ <required> $data ] - Parameter #1 [ <optional> $worker_id = <default> ] + Parameter #1 [ <optional> $task_worker_index = <default> ] Parameter #2 [ <optional> ?callable $finish_callback = <default> ] } } @@ -8490,7 +8491,7 @@ Extension [ <persistent> extension #89 swoole version 4.8.8 ] { - Parameters [3] { Parameter #0 [ <required> $data ] Parameter #1 [ <optional> $timeout = <default> ] - Parameter #2 [ <optional> $worker_id = <default> ] + Parameter #2 [ <optional> $task_worker_index = <default> ] } } @@ -9003,7 +9004,7 @@ Extension [ <persistent> extension #89 swoole version 4.8.8 ] { - Parameters [3] { Parameter #0 [ <required> $data ] - Parameter #1 [ <optional> $worker_id = <default> ] + Parameter #1 [ <optional> $task_worker_index = <default> ] Parameter #2 [ <optional> ?callable $finish_callback = <default> ] } } @@ -9013,7 +9014,7 @@ Extension [ <persistent> extension #89 swoole version 4.8.8 ] { - Parameters [3] { Parameter #0 [ <required> $data ] Parameter #1 [ <optional> $timeout = <default> ] - Parameter #2 [ <optional> $worker_id = <default> ] + Parameter #2 [ <optional> $task_worker_index = <default> ] } } |