Re: [PHP-DEV] Re: [RFC] Normalize token_get_all() output (with flag)

2016-01-17 Thread Stig Bakken
On Jan 17, 2016 05:23, "Sara Golemon" wrote: > > Okay, i've got a starting point up at > https://github.com/phplang/php-token . It's basically just > token_get_all() and token_name() as they currently stand (I didn't > even bother overriding the behavior in token_name() yet). I did > change some

Re: [PHP-DEV] Re: [RFC][VOTE] Number Format Separator

2016-01-17 Thread Björn Larsson
Den 2016-01-16 kl. 02:40, skrev Andrea Faulds: Hi Thomas, Thomas Punt wrote: Hi internals! Voting has opened for the inclusion of a digit separator in PHP[1]. Voting ends in one week's time on January 20th. Thanks, Tom [1]: http://wiki.php.net/rfc/number_format_separator Initially I was

Re: [PHP-DEV] Re: [RFC][VOTE] Number Format Separator

2016-01-17 Thread Andrea Faulds
Hi Björn, Björn Larsson wrote: Den 2016-01-16 kl. 02:40, skrev Andrea Faulds: One could add that for programmers coming from another language using _ as number separator there is a value in having the same functionality. No need to relearn at all... Yes, this is a fair point. Came to think o

Re: [PHP-DEV] Re: [RFC][VOTE] Number Format Separator

2016-01-17 Thread Stanislav Malyshev
Hi! > Came to think on license keys for games. They always have a separator > (using -) to increase readability. Which leads me to thinking, could the > proposed number separator be used in cryptographic keys and is there > a value in that? Probably not. Crypto keys are usually pretty long intege

Re: [PHP-DEV] Re: Internals and Newcomers and the Sidelines -- "let's proceed to ideas"

2016-01-17 Thread Bishop Bettini
On Sat, Jan 16, 2016 at 7:25 PM, Andi Gutmans wrote: > On 1/14/16, 7:47 AM, "stig.bak...@gmail.com on behalf of Stig Bakken" < > stig.bak...@gmail.com on behalf of s...@stigbakken.com> wrote: > > >I agree whole-heartedly with Zeev here! > > > >Anyone who has a clue about organizational psychology

Re: [PHP-DEV] Re: [RFC] Normalize token_get_all() output (with flag)

2016-01-17 Thread Sara Golemon
On Sun, Jan 17, 2016 at 3:34 AM, Stig Bakken wrote: > On Jan 17, 2016 05:23, "Sara Golemon" wrote: >> >> Okay, i've got a starting point up at >> https://github.com/phplang/php-token . It's basically just >> token_get_all() and token_name() as they currently stand (I didn't >> even bother overri

Re: [PHP-DEV] [RFC] Allow specifying keys in list()

2016-01-17 Thread Bishop Bettini
On Sat, Jan 16, 2016 at 9:32 PM, Andrea Faulds wrote: > Hi everyone, > > Here's an RFC that would extend the syntax of list() to be more useful > with associative arrays: > > https://wiki.php.net/rfc/list_keys > > Please read it and tell me your thoughts. > Nice, Andrea, thanks! Destructuring is

[PHP-DEV] Bug #68276 Reproducible memory corruption: pgsql conflicts with openssl extension

2016-01-17 Thread Yasuo Ohgaki
Hi openssl module maintainers, This bug https://bugs.php.net/bug.php?id=68276 is categorized as pgsql bug, but it would be more appropriate if categorized as openssl bug. This bug report includes PR https://github.com/php/php-src/pull/1223 and it seems it7s a good one. Could any openssl module m

Re: [PHP-DEV] [RFC] Allow specifying keys in list()

2016-01-17 Thread Andrea Faulds
Hi Bishop, Bishop Bettini wrote: On Sat, Jan 16, 2016 at 9:32 PM, Andrea Faulds wrote: Hi everyone, Here's an RFC that would extend the syntax of list() to be more useful with associative arrays: https://wiki.php.net/rfc/list_keys Please read it and tell me your thoughts. Nice, Andrea,

Re: [PHP-DEV] [RFC] Allow specifying keys in list()

2016-01-17 Thread Pierre Joye
hi Andrea, I very much like this proposal. Good work as usual! The only part where I think we should not rely on list is the future scope. I can see the logic that leads to use list for named arguments. However I really think it is a very different topic and having to use list to define arguments

Re: [PHP-DEV] [RFC] Allow specifying keys in list()

2016-01-17 Thread Michael Wallner
On 17/01/16 03:32, Andrea Faulds wrote: > Hi everyone, > > Here's an RFC that would extend the syntax of list() to be more useful > with associative arrays: > > https://wiki.php.net/rfc/list_keys > > Please read it and tell me your thoughts. Hi! I found the idea convincing from the first read,