diff options
| author | Remi Collet <remi@remirepo.net> | 2020-09-20 08:10:12 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-09-20 08:10:12 +0200 | 
| commit | 6bd49606e641d1203106b9223ff9c22594831ae0 (patch) | |
| tree | 3022830a1522f68c055f588a30f0560883a14cc2 | |
| parent | d30ece76963f348e2158f4083e99ee75f6a70190 (diff) | |
update to 4.5.4
open https://github.com/swoole/swoole-src/issues/3681 broken build on EL-6
| -rw-r--r-- | PHPINFO | 4 | ||||
| -rw-r--r-- | REFLECTION | 19 | ||||
| -rw-r--r-- | php-pecl-swoole4.spec | 6 | 
3 files changed, 20 insertions, 9 deletions
| @@ -3,8 +3,8 @@ swoole  Swoole => enabled  Author => Swoole Team <team@swoole.com> -Version => 4.5.3 -Built => Aug 30 2020 00:00:00 +Version => 4.5.4 +Built => Sep 20 2020 00:00:00  coroutine => enabled  trace_log => enabled  epoll => enabled @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #116 swoole version 4.5.3 ] { +Extension [ <persistent> extension #117 swoole version 4.5.4 ] {    - INI {      Entry [ swoole.enable_coroutine <ALL> ] @@ -21,12 +21,12 @@ Extension [ <persistent> extension #116 swoole version 4.5.3 ] {      }    } -  - Constants [337] { -    Constant [ string SWOOLE_VERSION ] { 4.5.3 } -    Constant [ int SWOOLE_VERSION_ID ] { 40503 } +  - Constants [344] { +    Constant [ string SWOOLE_VERSION ] { 4.5.4 } +    Constant [ int SWOOLE_VERSION_ID ] { 40504 }      Constant [ int SWOOLE_MAJOR_VERSION ] { 4 }      Constant [ int SWOOLE_MINOR_VERSION ] { 5 } -    Constant [ int SWOOLE_RELEASE_VERSION ] { 3 } +    Constant [ int SWOOLE_RELEASE_VERSION ] { 4 }      Constant [ string SWOOLE_EXTRA_VERSION ] {  }      Constant [ bool SWOOLE_DEBUG ] {  }      Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -77,6 +77,12 @@ Extension [ <persistent> extension #116 swoole version 4.5.3 ] {      Constant [ int SWOOLE_TLS_METHOD ] { 0 }      Constant [ int SWOOLE_TLS_SERVER_METHOD ] { 4 }      Constant [ int SWOOLE_TLS_CLIENT_METHOD ] { 5 } +    Constant [ int SWOOLE_SSL_TLSv1 ] { 8 } +    Constant [ int SWOOLE_SSL_TLSv1_1 ] { 16 } +    Constant [ int SWOOLE_SSL_TLSv1_2 ] { 32 } +    Constant [ int SWOOLE_SSL_TLSv1_3 ] { 64 } +    Constant [ int SWOOLE_SSL_DTLS ] { 128 } +    Constant [ int SWOOLE_SSL_SSLv2 ] { 2 }      Constant [ int SWOOLE_EVENT_READ ] { 512 }      Constant [ int SWOOLE_EVENT_WRITE ] { 1024 }      Constant [ int SWOOLE_STRERROR_SYSTEM ] { 0 } @@ -100,6 +106,7 @@ Extension [ <persistent> extension #116 swoole version 4.5.3 ] {      Constant [ int SWOOLE_ERROR_DNSLOOKUP_RESOLVE_TIMEOUT ] { 705 }      Constant [ int SWOOLE_ERROR_BAD_IPV6_ADDRESS ] { 706 }      Constant [ int SWOOLE_ERROR_UNREGISTERED_SIGNAL ] { 707 } +    Constant [ int SWOOLE_ERROR_EVENT_SOCKET_REMOVED ] { 800 }      Constant [ int SWOOLE_ERROR_SESSION_CLOSED_BY_SERVER ] { 1001 }      Constant [ int SWOOLE_ERROR_SESSION_CLOSED_BY_CLIENT ] { 1002 }      Constant [ int SWOOLE_ERROR_SESSION_CLOSING ] { 1003 } @@ -238,7 +245,7 @@ Extension [ <persistent> extension #116 swoole version 4.5.3 ] {      Constant [ int SWOOLE_HOOK_PROC ] { 1024 }      Constant [ int SWOOLE_HOOK_CURL ] { 268435456 }      Constant [ int SWOOLE_HOOK_BLOCKING_FUNCTION ] { 1073741824 } -    Constant [ int SWOOLE_HOOK_ALL ] { 1879048191 } +    Constant [ int SWOOLE_HOOK_ALL ] { 2147483647 }      Constant [ int SOCKET_ECANCELED ] { 125 }      Constant [ int SWOOLE_HTTP_CLIENT_ESTATUS_CONNECT_FAILED ] { -1 }      Constant [ int SWOOLE_HTTP_CLIENT_ESTATUS_REQUEST_TIMEOUT ] { -2 } diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 96922f0..26d348b 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -27,7 +27,7 @@  %global with_brotli   0  %endif -%global upstream_version 4.5.3 +%global upstream_version 4.5.4  #global upstream_prever  RC2 @@ -328,6 +328,10 @@ cd ../ZTS  %changelog +* Sun Sep 20 2020 Remi Collet <remi@remirepo.net> - 4.5.4-1 +- update to 4.5.4 +- open https://github.com/swoole/swoole-src/issues/3681 broken build on EL-6 +  * Sun Aug 30 2020 Remi Collet <remi@remirepo.net> - 4.5.3-1  - update to 4.5.3 | 
