Can we deprecate socket_set_blocking() ?

php.internals

Hans Henrik Bergan

2 years ago
The only thing socket_set_blocking() is good for is to confuse people looking for socket_set_block()

Girgias

2 years ago
On Mon, 9 Oct 2023 at 18:39, Hans Henrik Bergan <divinity76@gmail.com> wrote:
> The only thing socket_set_blocking() is good for is to confuse people > looking for socket_set_block() >
Shouldn't we then also deprecate the socket_* alias functions? But this can probably be added to https://wiki.php.net/rfc/deprecations_php_8_4 Best regards, George P. Banyard