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

2016-01-16 Thread Sara Golemon
On Thu, Jan 14, 2016 at 7:59 PM, Andrea Faulds wrote: >> 2. Make a new extension to prototype this PhpToken class outside of >> the php-src tree, add all the extra goodies we want (array of token >> return, iterator of token return, extra info, limited info, etc...) >> 3. When this extension is go

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

2016-01-16 Thread Andrea Faulds
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. Thanks! -- Andrea Faulds https://ajf.me/ -- PHP Internals - PHP Runtime Development Mailing List To unsub

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

2016-01-16 Thread Andi Gutmans
On 1/14/16, 7:47 AM, "stig.bak...@gmail.com on behalf of Stig Bakken" wrote: >I agree whole-heartedly with Zeev here! > >Anyone who has a clue about organizational psychology will tell you to >focus on what you want more of, not on what you want to eliminate. Heck, >anyone who is a parent tod

[PHP-DEV] ارايه نسخه هاي اورجينال و اصلي لايسنس هاي محصولات مايکروسافت

2016-01-16 Thread Microsoft Persia
فروش ويژه لايسنس اصلي (اورجينال) محصولات اصلي مايکروسافت تخفيفات ويژه تا پايان دي ماه از 20 تا 50 درصد ويندوز 10 ، آفيس 2016 ، ويندوز سرور و . . . ليست قيمت و خريد آنلاين http://www.microsoftpersia.ir 021284282 تنها همکار تجاري رسمي مايکروسافت در ايران برخي از مزاياي استفاده از نسخه اصلي ويند

Re: [PHP-DEV] [RFC] [Draft] Adopt Code of Conduct

2016-01-16 Thread Stig Bakken
Hi Anthony, Have you looked at the IETF's approach to the same issue? https://tools.ietf.org/html/draft-crocker-diversity-conduct-06 - Stig On Jan 10, 2016 04:48, "Anthony Ferrara" wrote: > All, > > > I was not hesitant (or, let's maybe call it "intentionally > procrastinating") to post on th

[PHP-DEV] Quick password_hash() Argon2 Update

2016-01-16 Thread Scott Arciszewski
Hey, I haven't submitted the pull request yet. I'm waiting to see how the Argon2 team handles the mitigation for an attack on the memory-hardness of Argon2i (specifically; other Argon2 variants were unaffected). So if anyone was holding their breath, please don't. :) Scott Arciszewski Chief Dev