Re: [PHP-DEV] Can we deprecate socket_set_blocking() ?

2023-10-09 Thread G. P. B.
On Mon, 9 Oct 2023 at 18:39, Hans Henrik Bergan 
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


[PHP-DEV] Can we deprecate socket_set_blocking() ?

2023-10-09 Thread Hans Henrik Bergan
The only thing socket_set_blocking() is good for is to confuse people
looking for socket_set_block()