Skip to content

v6.2.1

Choose a tag to compare

@deminy deminy released this 25 Jul 06:21
0d7c0a6

Built-in PHP library included in Swoole v6.2.1.

  • Expanded the lost-connection detection heuristics (DetectsLostConnections) with many additional error message patterns (SSL timeouts, connection-refused/network-unreachable variants, VTGate/vitess errors, access-denied, and more), improving reliability of automatic reconnection for database pools (#186).
  • Fixed the remote object server startup logic in swoole_init_default_remote_object_server() to use Swoole\Coroutine\System::waitpid() instead of proc_close(), avoiding blocking behavior outside of a coroutine environment.
  • src/vendor_init.php now also loads the ext/curl.php, ext/sockets.php, and ext/standard.php coroutine patches when the library is installed via Composer.