Skip to content

Commit

Permalink
updates for Swoole 4.8.11
Browse files Browse the repository at this point in the history
Signed-off-by: Demin Yin <[email protected]>
  • Loading branch information
deminy committed Jul 9, 2022
1 parent 566dfde commit edcf955
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/swoole/Swoole/Coroutine/Http2/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Client
{
public $errCode = 0;

public $errMsg = 0;
public $errMsg = '';

public $sock = -1;

Expand Down
6 changes: 3 additions & 3 deletions src/swoole/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

declare(strict_types=1);

define('SWOOLE_VERSION', '4.8.10');
define('SWOOLE_VERSION_ID', 40810);
define('SWOOLE_VERSION', '4.8.11');
define('SWOOLE_VERSION_ID', 40811);
define('SWOOLE_MAJOR_VERSION', 4);
define('SWOOLE_MINOR_VERSION', 8);
define('SWOOLE_RELEASE_VERSION', 10);
define('SWOOLE_RELEASE_VERSION', 11);
define('SWOOLE_EXTRA_VERSION', '');
define('SWOOLE_DEBUG', '');
define('SWOOLE_HAVE_COMPRESSION', '1');
Expand Down

0 comments on commit edcf955

Please sign in to comment.