mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Allow filtered streams to be casted as fd for select
This removes the artificial limitation that is not necessary. The fact that some streams can have some data buffered is not a problem because the similar situation is already present for OpenSSL streams where OpenSSL can internally buffer data for the unprocessed part of the record. Closes GH-20540
This commit is contained in:
@@ -49,6 +49,7 @@ PHP 8.6 UPGRADE NOTES
|
||||
. Added stream socket context options so_keepalive, tcp_keepidle,
|
||||
tcp_keepintvl and tcp_keepcnt that allow setting socket keepalive
|
||||
options.
|
||||
. Allowed casting casting filtered streams as file descriptor for select.
|
||||
|
||||
========================================
|
||||
3. Changes in SAPI modules
|
||||
|
||||
Reference in New Issue
Block a user