summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-20 08:10:12 +0200
committerRemi Collet <remi@remirepo.net>2020-09-20 08:10:12 +0200
commit6bd49606e641d1203106b9223ff9c22594831ae0 (patch)
tree3022830a1522f68c055f588a30f0560883a14cc2 /REFLECTION
parentd30ece76963f348e2158f4083e99ee75f6a70190 (diff)
update to 4.5.4
open https://github.com/swoole/swoole-src/issues/3681 broken build on EL-6
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION19
1 files changed, 13 insertions, 6 deletions
diff --git a/REFLECTION b/REFLECTION
index ca6ad45..29d64a2 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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 }