summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-11-26 06:43:36 +0100
committerRemi Collet <remi@php.net>2025-11-26 06:43:36 +0100
commit6a0167b7f93c690d1b2354cfc11a5d8434f71bb8 (patch)
tree3aa4853f850fc8e75c0229bc086dd08b2253e519 /REFLECTION
parentb729b299e1170a7b538fb8a16666edeedcc14312 (diff)
update to 6.1.3HEADmaster
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION15
1 files changed, 11 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index 0279631..af2e98f 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #122 swoole version 6.1.2 ] {
+Extension [ <persistent> extension #122 swoole version 6.1.3 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -30,11 +30,11 @@ Extension [ <persistent> extension #122 swoole version 6.1.2 ] {
}
- Constants [416] {
- Constant [ string SWOOLE_VERSION ] { 6.1.2 }
- Constant [ int SWOOLE_VERSION_ID ] { 60102 }
+ Constant [ string SWOOLE_VERSION ] { 6.1.3 }
+ Constant [ int SWOOLE_VERSION_ID ] { 60103 }
Constant [ int SWOOLE_MAJOR_VERSION ] { 6 }
Constant [ int SWOOLE_MINOR_VERSION ] { 1 }
- Constant [ int SWOOLE_RELEASE_VERSION ] { 2 }
+ Constant [ int SWOOLE_RELEASE_VERSION ] { 3 }
Constant [ string SWOOLE_EXTRA_VERSION ] { }
Constant [ bool SWOOLE_DEBUG ] { }
Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 }
@@ -1136,6 +1136,13 @@ Extension [ <persistent> extension #122 swoole version 6.1.2 ] {
}
- Return [ CurlHandle|false ]
}
+ Function [ <internal:swoole> function swoole_native_curl_upkeep ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> CurlHandle $handle ]
+ }
+ - Return [ bool ]
+ }
Function [ <internal:swoole> function swoole_native_curl_setopt ] {
- Parameters [3] {