Re: [PHP-DEV] Cleaning up unmaintained extensions - interbase

2018-06-19 Thread Stanislav Malyshev
Hi! > The last time I managed to patch php was over 15 years ago, I have not > been able to get a handle on the new structure used by PHP7 in part > because I've not had time to do any C coding since. I'm still working on > moving PHP5.2 code to work on PHP7 while keeping the stack working on > W1

Re: [PHP-DEV] [RFC][Under Discussion] Add functions array_key_first()and array_key_last()

2018-06-19 Thread Levi Morrison
I don't think I'm getting all the mail I am supposed to. I hope this gets seen. I propose 2 functions *only* which I believe covers the use-cases that all 4 of these do and more, with shorter names, and the ability to discern whether the call succeeded or not. list($key, $value) = array_first

[PHP-DEV] [RFC][Discussion] iterable_to_array() and iterable_count()

2018-06-19 Thread Michael Moravec
Hello internals, I'd like to propose two new functions for PHP 7.3: iterable_to_array() and iterable_count() These functions are supposed to work with iterables (7.1 pseudotype) - both arrays and iterators, unlike iterator_*() functions which only work with iterators. Here's an RFC for this: htt

[PHP-DEV] Cleaning up unmaintained extensions - interbase

2018-06-19 Thread Lester Caine
On 19/06/18 21:48, Stanislav Malyshev wrote: What Bug! It's passing all the test that I run on it perfectly stably otherwise I would not even bother with PHP7. But the problem supporting ANY driver is the exotic nature of PHP is just as difficult as the tools it needs to interface with to make a

Re: [PHP-DEV] [RFC] [VOTE] Cleaning up unmaintained extensions

2018-06-19 Thread Lester Caine
On 19/06/18 21:20, Nikita Popov wrote: and interbase (has a major bug since the PHP 7 migration and there is nobody with knowledge of this exotic DB driver to fix it). What Bug! It's passing all the test that I run on it perfectly stably otherwise I would not even bother with PHP7. But the pro

Re: [PHP-DEV] [RFC] [VOTE] Cleaning up unmaintained extensions

2018-06-19 Thread Stanislav Malyshev
Hi! > What Bug! > It's passing all the test that I run on it perfectly stably otherwise I > would not even bother with PHP7. But the problem supporting ANY driver > is the exotic nature of PHP is just as difficult as the tools it needs > to interface with to make a fully functional stack ... I ha

Re: [PHP-DEV] [RFC] [VOTE] Cleaning up unmaintained extensions

2018-06-19 Thread Stanislav Malyshev
Hi! > There are two extensions that I'm aware of where we have strong > technical grounds to remove them, that's wddx (for reasons of security > and questionable utility) and interbase (has a major bug since the PHP 7 > migration and there is nobody with knowledge of this exotic DB driver to > fix

Re: [PHP-DEV] [RFC] [VOTE] Cleaning up unmaintained extensions

2018-06-19 Thread Nikita Popov
On Sun, Jun 17, 2018 at 9:43 PM, Stanislav Malyshev wrote: > Hi! > > I would like to open the vote for the RFC about cleaning up the > unmaintained extensions: > > https://wiki.php.net/rfc/umaintained_extensions > > The vote ends 2018-06-26 23:59 PDT. > > I have added some discussion about active

Re: [PHP-DEV] [RFC] [VOTE] Cleaning up unmaintained extensions

2018-06-19 Thread Stanislav Malyshev
Hi! > Hi! > > I would like to open the vote for the RFC about cleaning up the > unmaintained extensions: > > https://wiki.php.net/rfc/umaintained_extensions > > > The vote ends 2018-06-26 23:59 PDT. > > > Just to be sur

[PHP-DEV] Re: [VOTE] Argon2id in Password Hash

2018-06-19 Thread Charles Portwood
Hi Christoph, Yes, https://github.com/php/php-src/pull/3311 is the correct merge request. --- Charles R. Portwood II On Jun 19, 2018, 10:28 AM -0500, Christoph M. Becker , wrote: > On 19.06.2018 at 17:12, Charles Portwood wrote: > > > The RFC has been accepted 17-0 in favor of adding this to PHP

[PHP-DEV] Re: [VOTE] Argon2id in Password Hash

2018-06-19 Thread Christoph M. Becker
On 19.06.2018 at 17:12, Charles Portwood wrote: > The RFC has been accepted 17-0 in favor of adding this to PHP 7.3. A merge > request with the implementation is available at  > https://github.com/php/php-src/pull/1997 for review and merging into 7.3 when > ready. Thanks! You mean

[PHP-DEV] Re: [VOTE] Argon2id in Password Hash

2018-06-19 Thread Charles Portwood
Hello Internals, The RFC has been accepted 17-0 in favor of adding this to PHP 7.3. A merge request with the implementation is available at  https://github.com/php/php-src/pull/1997 for review and merging into 7.3 when ready. Thanks, --- Charles R. Portwood II On Jun 6, 2018, 5:54 PM -0500, C

Re: [PHP-DEV] Re: [RFC] orphan extensions cleanup

2018-06-19 Thread Yasuo Ohgaki
On Tue, Jun 19, 2018 at 9:37 PM, Johannes Schlüter wrote: > Hi, > > On Di, 2018-06-12 at 13:54 +0200, Christoph M. Becker wrote: > > > > https://wiki.php.net/rfc/umaintained_extensions > > > > I think it is *very* important to finally tackle this topic. Since > > it > > > It's a good subject to

Re: [PHP-DEV] Re: [RFC] orphan extensions cleanup

2018-06-19 Thread Johannes Schlüter
Hi, On Di, 2018-06-12 at 13:54 +0200, Christoph M. Becker wrote: > > https://wiki.php.net/rfc/umaintained_extensions > > I think it is *very* important to finally tackle this topic.  Since > it It's a good subject to think about, but we should be careful not to end with a process and then foll

Re: [PHP-DEV] Re: [RFC][Under Discussion] Add functions array_key_first() and array_key_last()

2018-06-19 Thread Woortmann, Enno
Hello internals, On 15.06.2018 at 00:37, Enno Woortmann wrote: I've added the "Open Issues" section to the RFC and added the idea of Côme and Gabriel to add the corresponding functions for handling the values of the outer elements of an array to provide a complete set of functions. Currently I

Re: [PHP-DEV] [RFC] [VOTE] Cleaning up unmaintained extensions

2018-06-19 Thread Yasuo Ohgaki
On Mon, Jun 18, 2018 at 4:43 AM, Stanislav Malyshev wrote: > Hi! > > I would like to open the vote for the RFC about cleaning up the > unmaintained extensions: > > https://wiki.php.net/rfc/umaintained_extensions > > The vote ends 2018-06-26 23:59 PDT. > Just to be sure consequence of "readline"