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()


Re: [PHP-DEV] [PHP-DEF][RFC][VOTE] A new JIT implementation based on IR Framework

2023-10-09 Thread Dmitry Stogov
On Fri, Oct 6, 2023 at 10:52 PM Levi Morrison 
wrote:

> On Thu, Oct 5, 2023 at 1:52 PM Dmitry Stogov 
> wrote:
> >
> > Hi internals,
> >
> > The vote on "A new JIT implementation based on IR Framework" RFC is
> started.
> >
> > https://wiki.php.net/rfc/jit-ir
> >
> > Thanks. Dmitry.
>
> From the RFC:
>
> > The details of the IR framework are complex. This [presentation][1]
> explains design ideas and makes overview of the most important
> implementaion details.
>
> Was this presentation recorded and is it watchable somewhere? It looks
> to have answers to many questions I had
>

The record should be available in a month or two in Russian.

Thanks. Dmitry.


>
>   [1]:
> https://www.researchgate.net/publication/374470404_IR_JIT_Framework_a_base_for_the_next_generation_JIT_for_PHP
>