Re: [PHP-DEV] [VOTE] Direct execution opcode file without php source code file

2021-04-04 Thread Levi Morrison via internals
On Sun, Apr 4, 2021 at 8:11 PM €– ”k”k wrote: > > Hello everyone. > > Direct execution opcode file without php source code file RFC vote is now > open. > > https://wiki.php.net/rfc/direct-execution-opcode > > The deadline for voting is April 20. > > Regards > Chopin Xiao For those who want to ex

Re: [PHP-DEV] [VOTE] Direct execution opcode file without php source code file

2021-04-04 Thread Sara Golemon
On Sun, Apr 4, 2021 at 9:11 PM €– ”k”k wrote: > Direct execution opcode file without php source code file RFC vote is now > open. > > https://wiki.php.net/rfc/direct-execution-opcode > > The deadline for voting is April 20. > > Voted no because, as stated during discussion, this is brittle, provi

[PHP-DEV] [VOTE] Direct execution opcode file without php source code file

2021-04-04 Thread €– ”k”k
Hello everyone. Direct execution opcode file without php source code file RFC vote is now open. https://wiki.php.net/rfc/direct-execution-opcode The deadline for voting is April 20. Regards Chopin Xiao

Re: [PHP-DEV] [VOTE] Object scoped RNG implementation

2021-04-04 Thread Go Kudo
This RFC seems to have a lot of problems. But I would like to answer the question first. > - I really do not understand why we are introducing new functions. Can't the classes implement the necessary methods to get integers, doubles, and string of bytes? As a new user I would be completely overwh

[PHP-DEV] Re: [RFC] Add fetch_column method to mysqli

2021-04-04 Thread Kamil Tekiela
I am bumping this thread. I assume that it got lost a little bit with was going on over the past week. I have implemented changes to fetch_all by adding two new constants and another optional parameter. This is only MVP. Both changes can be seen together here https://github.com/php/php-src/compare/