From d85efadb9004d31b457f9951baa698f55d6bbf25 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Thu, 11 Mar 2021 14:39:07 +0100
Subject: update to 4.6.4

---
 REFLECTION | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

(limited to 'REFLECTION')

diff --git a/REFLECTION b/REFLECTION
index cbb4b0b..0c20c22 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #120 swoole version 4.6.3 ] {
+Extension [ <persistent> extension #119 swoole version 4.6.4 ] {
 
   - Dependencies {
     Dependency [ json (Required) ]
@@ -29,11 +29,11 @@ Extension [ <persistent> extension #120 swoole version 4.6.3 ] {
   }
 
   - Constants [362] {
-    Constant [ string SWOOLE_VERSION ] { 4.6.3 }
-    Constant [ int SWOOLE_VERSION_ID ] { 40603 }
+    Constant [ string SWOOLE_VERSION ] { 4.6.4 }
+    Constant [ int SWOOLE_VERSION_ID ] { 40604 }
     Constant [ int SWOOLE_MAJOR_VERSION ] { 4 }
     Constant [ int SWOOLE_MINOR_VERSION ] { 6 }
-    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 }
@@ -7826,12 +7826,6 @@ Extension [ <persistent> extension #120 swoole version 4.6.3 ] {
       }
 
       - Methods [49] {
-        Method [ <internal:swoole, overwrites Swoole\Server, prototype Swoole\Server> public method start ] {
-
-          - Parameters [0] {
-          }
-        }
-
         Method [ <internal:swoole> public method setHandler ] {
 
           - Parameters [2] {
@@ -7903,6 +7897,12 @@ Extension [ <persistent> extension #120 swoole version 4.6.3 ] {
           }
         }
 
+        Method [ <internal:swoole, inherits Swoole\Server> public method start ] {
+
+          - Parameters [0] {
+          }
+        }
+
         Method [ <internal:swoole, inherits Swoole\Server> public method send ] {
 
           - Parameters [3] {
-- 
cgit