You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
php#53: Refactor async networking to use unified event handling
- Replace php_poll2_async with network_async_accept_incoming() to prevent EventLoop conflicts
- Add network_async_connect_socket() for consistent async connection handling
- Fix SSL socket EventLoop duplication in accept and close operations
- Add proper poll_event cleanup in SSL sockets to prevent memory leaks
- Create SSL async tests for timeout, client-server, and concurrent operations
+ test 025-ssl_stream_socket_accept_timeout.phpt
0 commit comments