Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

40 lines (23 loc) · 1.79 KB

TBD

Removed:

  • Dropped support for PHP 7 (from PHP 7.2 to 7.4).

Fixed:

  • Fix return type of method \Swoole\FastCGI\HttpRequest::withBody(). (commit)
  • Fix return value of method \Swoole\Server\Admin::start(). (commit)
  • Fix method \Swoole\MultibyteStringObject::ipos(). (commit)
  • Fix incorrect operator precedence used in method \Swoole\Coroutine\Admin::start(). (commit)
  • Fix issue #164 : set_charset() should be called only if DB connection succeeds. (thanks @timaelliott )

Changed:

  • MR #160 : Allow to pass array key/index to the callback function of function \Swoole\Coroutine::map(). (by @maxiaozhi )
  • Improved type declarations and return types.

5.1.1 (2023-11-26)

Built-in PHP library included in Swoole v5.1.1.

This release is the same as Swoole Library v5.1.0.

5.1.0 (2023-09-28)

Built-in PHP library included in Swoole v5.1.0.

Added:

  • MR #163 : support database connection pools of ODBC, SQLite, PostgreSQL, and Oracle via PDO. (by @NathanFreeman )

Fixed:

  • Issue #156 : PDO Exceptions thrown from Swoole Library should be the same as those from PHP. (by @NathanFreeman )

5.0.3 (2023-04-26)

Built-in PHP library included in Swoole v5.0.3.