Skip to content

Releases: swoole/library

v5.1.2

24 Jan 05:21
v5.1.2
Compare
Choose a tag to compare

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

Removed:

  • Dropped support for PHP 7 (from PHP 7.2 to 7.4). PHP 7 is not supported in Swoole v5.0.0 and later; there is no need to support PHP 7 in Swoole Library anymore.

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)
  • MR #166: Support configurable options for Redis. (by @sy-records)
  • Add option write_func to class \Swoole\Constant. (commit)
  • Improved type declarations and return types.

v5.1.1

24 Dec 03:44
v5.1.1
dd9ca3b
Compare
Choose a tag to compare

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

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

v5.1.0

24 Dec 03:42
v5.1.0
dd9ca3b
Compare
Choose a tag to compare

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)

v5.0.3

09 Dec 05:52
v5.0.3
Compare
Choose a tag to compare

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

v0.1.0

06 Dec 07:28
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

v0.1.0