Re: [PHP-DEV] Re: [RFC VOTE] Unbundle ext/interbase

2019-04-15 Thread Pierre Joye
Hi Martin, On Mon, Apr 15, 2019, 5:08 PM Nikita Popov wrote: > On Mon, Apr 15, 2019 at 11:51 AM Köditz, Martin > wrote: > > > Hello everybody, > > > > I want to give you the general state of the Firebird driver. At the end > of > > January, I agreed to continue developing the Firebird driver

Re: [PHP-DEV] Re: [RFC VOTE] Unbundle ext/interbase

2019-04-15 Thread Dan Ackroyd
Hi Martin, On Mon, 15 Apr 2019 at 10:50, Köditz, Martin wrote: > I agreed to continue developing the Firebird driver as a maintainer. As mentioned previously, possibly the first thing you should do is to make clear if you're maintaining it as something that is compatible with Firebird, or

Re: [PHP-DEV] Re: [RFC] Arrow functions / short closures

2019-04-15 Thread Björn Larsson
Den 2019-04-15 kl. 13:48, skrev Benjamin Morel: Even though I was originally hoping for something closer to JS syntax, considering Nikita's summary it looks like the best contender is still fn(), as originally proposed. At least it looks like a function indeed, to the uninitiated. So FWIW, I

Re: [PHP-DEV] Re: [RFC] Arrow functions / short closures

2019-04-15 Thread Stephen Reay
> On 14 Apr 2019, at 23:52, Nikita Popov wrote: > > On Mon, Apr 8, 2019 at 4:06 PM Nikita Popov wrote: > >> On Wed, Mar 13, 2019 at 4:56 PM Nikita Popov wrote: >> >>> Hi internals, >>> >>> Motivated by the recent list comprehensions RFC, I think it's time we >>> took another look at short

Re: [PHP-DEV] Re: [RFC] Arrow functions / short closures

2019-04-15 Thread Benjamin Morel
Even though I was originally hoping for something closer to JS syntax, considering Nikita's summary it looks like the best contender is still fn(), as originally proposed. At least it looks like a function indeed, to the uninitiated. So FWIW, I think that a vote for the fn() syntax only still

Re: [PHP-DEV] Re: [RFC] Arrow functions / short closures

2019-04-15 Thread Björn Larsson
Den 2019-04-14 kl. 18:52, skrev Nikita Popov: On Mon, Apr 8, 2019 at 4:06 PM Nikita Popov wrote: On Wed, Mar 13, 2019 at 4:56 PM Nikita Popov wrote: Hi internals, Motivated by the recent list comprehensions RFC, I think it's time we took another look at short closures:

AW: [PHP-DEV] Re: [RFC VOTE] Unbundle ext/interbase

2019-04-15 Thread Köditz , Martin
I cannot find my translations too. I've create German translations for these files: - ibase-add-user.xml - ibase-delete-user.xml - ibase-modify-user.xml Last time I was logged in I saw it still in pending state. I thought nobody was able to verify in German. But now the translations are gone

Re: [PHP-DEV] Re: [RFC VOTE] Unbundle ext/interbase

2019-04-15 Thread Nikita Popov
On Mon, Apr 15, 2019 at 12:17 PM Köditz, Martin wrote: > Hi Nikita, > > > To update the documentation you can either use the editor at > edit.php.net (useful for smaller changes and does not require > permissions), > > or also request direct commit access to the documentation. > I've added the

[PHP-DEV] Re: [RFC VOTE] Unbundle ext/interbase

2019-04-15 Thread Köditz , Martin
Hi Nikita, > To update the documentation you can either use the editor at edit.php.net > (useful for smaller changes and does not require permissions), > or also request direct commit access to the documentation. I've added the changes via edit.php.net. But nothing happened since then. I think

Re: [PHP-DEV] Re: [RFC VOTE] Unbundle ext/interbase

2019-04-15 Thread Nikita Popov
On Mon, Apr 15, 2019 at 11:51 AM Köditz, Martin wrote: > Hello everybody, > > I want to give you the general state of the Firebird driver. At the end of > January, I agreed to continue developing the Firebird driver as a > maintainer. In this regard, I first took care of getting familiar with

[PHP-DEV] Re: [RFC VOTE] Unbundle ext/interbase

2019-04-15 Thread Köditz , Martin
Hello everybody, I want to give you the general state of the Firebird driver. At the end of January, I agreed to continue developing the Firebird driver as a maintainer. In this regard, I first took care of getting familiar with the code and an important bug (# 72175). Obviously, this

Re: [PHP-DEV] PHP deserialization techniques offer rich pickings for security researchers

2019-04-15 Thread Stanislav Malyshev
Hi! > Thanks for responding to this issue. > > Will calling getMetaData still parse and  > execute malicious code? If it's contained in phar and serialized data and the surrounding code (I understand that most techniques mentioned in the article rely on certain vulnerable code being present)