swoole-src
swoole-src copied to clipboard
Swoole Library updates for v5.2.0
Fixed:
- Fix accessing undefined properties in method \Swoole\NameResolver::checkResponse(). (commit)
- Fix the implementation of method
\Swoole\MultibyteStringObject::chunk(). (commit) - Connection pool in Swoole does not support in-memory or temporary SQLite databases. (commit)
Changed (small backward-incompatible changes):
- Refactor: Rename parameter in method
\Swoole\Database\PDOStatementProxy::setFetchMode()for consistency. - Refactor: Rename parameter in method
\Swoole\MultibyteStringObject::substr()for consistency. - Refactor: Enhance method
\Swoole\FastCGI\Message::withBody()with explicit parameter type. - Refactor: Rename parameter and default value of method
\Swoole\StringObject::chunkSplit()for consistency. (commit) - Refactor: Rename parameter in method
\Swoole\StringObject::chunk()for consistency. (commit) - FastCGI: Make constructor argument required for records. (commit)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
9c08e1a) 72.97% compared to head (48f4fa4) 72.95%.
Additional details and impacted files
@@ Coverage Diff @@
## master #5255 +/- ##
==========================================
- Coverage 72.97% 72.95% -0.03%
==========================================
Files 69 69
Lines 14858 14858
==========================================
- Hits 10843 10839 -4
- Misses 4015 4019 +4
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.