We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2758f3 commit b751d23Copy full SHA for b751d23
php_swoole.h
@@ -37,7 +37,7 @@
37
#include "Client.h"
38
#include "async.h"
39
40
-#define PHP_SWOOLE_VERSION "1.7.6"
+#define PHP_SWOOLE_VERSION "1.7.6-beta"
41
#define PHP_SWOOLE_CHECK_CALLBACK
42
43
/**
src/factory/FactoryProcess.c
@@ -318,7 +318,7 @@ static int swFactoryProcess_manager_start(swFactory *factory)
318
//创建manager进程
319
case 0:
320
//wait master process
321
- SW_START_SLEEP();
+ SW_START_SLEEP;
322
if (SwooleGS->start == 0)
323
{
324
return SW_OK;
0 commit comments