Tagged articles
6 articles
Page 1 of 1
Open Source Tech Hub
Open Source Tech Hub
Aug 6, 2025 · Backend Development

Swow 1.0 Release: Full PHP 8.4 Support, New Pipe API, and Critical Fixes

The latest Swow release brings complete PHP 8.4 compatibility, introduces a powerful pipe API (Swow\pipe(), Swow\fileno(), Swow\pipe_from_fd()), adds CPU core detection via Swow\nproc(), enhances SSL/TLS reliability, restructures closure serialization, fixes numerous memory‑safety and compatibility bugs, and updates internal libraries.

PHP 8.4Release NotesSecurity
0 likes · 4 min read
Swow 1.0 Release: Full PHP 8.4 Support, New Pipe API, and Critical Fixes
Open Source Tech Hub
Open Source Tech Hub
Jan 3, 2025 · Backend Development

Enabling Fiber, Swoole, and Swow Coroutines in Webman 5: Installation, Configuration, and Usage

This guide explains Webman 5's support for Fiber, Swoole, and Swow coroutine drivers, shows how to install the required packages, configure each worker to use a specific driver, provides complete PHP code examples for Workerman and Webman, demonstrates starting the server, checking its status, and highlights compatibility constraints between Swow and Swoole.

CoroutinesFiberPHP
0 likes · 12 min read
Enabling Fiber, Swoole, and Swow Coroutines in Webman 5: Installation, Configuration, and Usage
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Oct 23, 2020 · Backend Development

Key Insights from PHPConChina 2020: QUIC, HTTP/3, Micro‑services, and Swow for PHP

The PHPConChina 2020 conference highlighted the challenges of TCP/IP, introduced QUIC and HTTP/3 as solutions for faster, more secure web communication, explored PHP's role in micro‑service architectures with ServiceMesh, and presented Swow's innovative features that empower PHP developers to build high‑performance network applications.

BackendSwowhttp3
0 likes · 11 min read
Key Insights from PHPConChina 2020: QUIC, HTTP/3, Micro‑services, and Swow for PHP