A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/swoole/swoole-src/releases/ below:

Releases · swoole/swoole-src · GitHub

Releases: swoole/swoole-src

Releases · swoole/swoole-src

v5.1.8 🐛 Bug Fixes 😊 Thank You

Heartfelt thanks to all contributors @NathanFreeman @xuanyanwow @deminy for your professional dedication. Swoole grows stronger because of you! Wishing our open-source community members good health, success in all endeavors, and smooth work.

🐛 Bug 修复 😊 致谢

诚挚感谢 @NathanFreeman @xuanyanwow @deminy 所有贡献者的专业付出,Swoole 因你们而更强大!愿开源社区伙伴身体健康,万事如意,工作顺利。

v6.0.2 ✨ New Features: 🐛 Bug Fixes: 📢 Note: 😊 Thank you: ✨ 新特性: 🐛 Bug修复: 📢 注意: 😊 致谢: v5.1.7 🐛 Bug Fixes: 😊 Thank you: 🐛 Bug修复: 😊 致谢: v6.0.1 🐛 Bug Fixes: 📢 Note: 😊 Thank you: 🐛 Bug修复: 📢 注意: 😊 致谢: v6.0.0 ✨ New Feature: 🐛 Bug Fixed: ⭐️ Kernel optimization: ❌ Deprecated: 😊 Thank you ✨ 新特性: Read more v5.1.6 🐛 Bug Fixes: ⛔ Warning: 😊 Thank you: 🐛 Bug修复: ⛔ 注意: 😊 致谢: v6.0.0-rc1 ✨ New Features: 🐛 Bug Fixes: ⭐️ Kernel Optimization: 😊 Thank you: ⛔️ Warning: ✨️ 新特性: 🐛 Bug修复: ⭐️ 内核优化: 😊 致谢: ⛔️ 警告: v5.1.5 🐛 Bug Fixes: ⭐️ Kernel Optimization: 😊 Thank you 🐛 Bug修复: ⭐️ 内核优化: 😊 致谢 v6.0.0-beta ✨ New Feature: New Cookie API
$server->on('request', function (Swoole\Http\Request $request, Swoole\Http\Response $response) use ($pm) {
    $cookie = new Swoole\Http\Cookie();
    $cookie->withName('key1')
        ->withValue('val1')
        ->withExpires(time() + 84600)
        ->withPath('/')
        ->withDomain('id.test.com')
        ->withSecure(true)
        ->withHttpOnly(true)
        ->withSameSite('None')
        ->withPriority('High')
        ->withPartitioned(true);
       $response->setCookie($cookie);
       $response->end("<h1>Hello Swoole. #" . rand(1000, 9999) . "</h1>");
});
🐛 Bug Fixed: ⭐️ Kernel Optimization: ❌ Deprecated: 😊 Thank you ✨ 新特性: 🐛 Bug修复: ⭐️ 内核优化: ❌ 废弃: 😊 致谢 v5.1.4 🐛 Bug Fixed: 💪 Optimization: 😊 Thank you 🐛 Bug 修复: 💪 优化: 😊 致谢

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4