Re: [PHP-DEV] [RFC][VOTE] Objects as Keys

2014-12-18 Thread Stanislav Malyshev
Hi! Luckily, we have SplObjectStorage, which maybe makes that rather less urgent as well. SplObjectStorage doesn't do this - SplObjectStorage uses objects' identity, which means two GMP(1)'s are different objects. -- Stas Malyshev smalys...@gmail.com -- PHP Internals - PHP Runtime

[PHP-DEV] Merging PHP5/PHP7

2014-12-18 Thread Anatol Belski
Hi, the native-tls branch was just merged into master. As all the TSRMLS_* occurrences was removed, some more merge conflicts are to expect when it comes from PHP5 to PHP7. I would like to suggest a merge strategy to minimize the negative effects. Also this will be useful to port the existing

Re: [PHP-DEV] [RFC][VOTE] Objects as Keys

2014-12-18 Thread Lester Caine
On 18/12/14 09:03, Stanislav Malyshev wrote: Luckily, we have SplObjectStorage, which maybe makes that rather less urgent as well. SplObjectStorage doesn't do this - SplObjectStorage uses objects' identity, which means two GMP(1)'s are different objects. Silly question time again ... What

Re: [PHP-DEV] Re: [RFC] pecl_http

2014-12-18 Thread Michael Wallner
On 18/12/14 01:38, Pierre Joye wrote: On Dec 17, 2014 5:26 PM, Michael Wallner m...@php.net mailto:m...@php.net wrote: Just a minor update: the two PECL depencies have been ported to ZE3. Btw, I still wonder if their features could be provided as part of php instead of having to add 3

Re: [PHP-DEV] Merging PHP5/PHP7

2014-12-18 Thread Ferenc Kovacs
On Thu, Dec 18, 2014 at 10:25 AM, Anatol Belski anatol@belski.net wrote: Hi, the native-tls branch was just merged into master. As all the TSRMLS_* occurrences was removed, some more merge conflicts are to expect when it comes from PHP5 to PHP7. I would like to suggest a merge strategy

[PHP-DEV] [RFC][accepted] Native TLS

2014-12-18 Thread Anatol Belski
Hi, The vote on the RFC https://wiki.php.net/rfc/native-tls#vote is now closed. The RFC was accepted by 100% of the voters and is merged into master. Regards Anatol -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [RFC][VOTE] Objects as Keys

2014-12-18 Thread Christoph Becker
Lester Caine wrote: On 18/12/14 09:03, Stanislav Malyshev wrote: Luckily, we have SplObjectStorage, which maybe makes that rather less urgent as well. SplObjectStorage doesn't do this - SplObjectStorage uses objects' identity, which means two GMP(1)'s are different objects. Silly question

Re: [PHP-DEV] [VOTE][RFC] Native TLS

2014-12-18 Thread Paul Dragoonis
On Wed, Dec 17, 2014 at 8:27 PM, Anatol Belski anatol@belski.net wrote: Hi, On Wed, December 10, 2014 20:04, Anatol Belski wrote: Hi, hereby the voting on https://wiki.php.net/rfc/native-tls#vote is opened. The vote starts on 12/10/2014 at 21:00 CET and ends on 12/17/2014 at

[PHP-DEV] Re: [VOTE][RFC] Unicode Codepoint Escape Syntax

2014-12-18 Thread Andrea Faulds
On 8 Dec 2014, at 23:51, Andrea Faulds a...@ajf.me wrote: I’m opening voting on the Unicode Codepoint Escape Syntax RFC. There’s been some discussion in the last two weeks since I introduced the RFC, but there’s nothing left which I feel needs changing. For the character name syntax

[PHP-DEV] Update your git client

2014-12-18 Thread Pierre Joye
Hi, Quick head up in case you missed it: Update your git client asap https://github.com/blog/1938-git-client-vulnerability-announced Cheers, Pierre