Re: [PHP-DEV] Exposing object handles to userland

2017-07-10 Thread tyson andre
>> How long should I wait to see if there are objections before creating a pull >> request? >AFAIK you can create PR any time. I created a PR implementing spl_object_id(object $o) : int several days ago, at https://github.com/php/php-src/pull/2611 -- PHP Internals - PHP Runtime Development Mailin

Re: [PHP-DEV] OBJECT_OPERATOR vs. DOUBLE_COLON

2017-07-10 Thread BohwaZ/PHP
Le 06/07/2017 16:46, Stanislav Malyshev a écrit : Hi! I think that using :: on a variable that contains an object should not "fall back" to a static access on the object's class. Instead the runtime should error out. Why should it not do what it does now? What would it achieve? I don't see an

[PHP-DEV] Wiki karma for mixed type RFC

2017-07-10 Thread Michael Moravec
Hello everyone, I'd like to request a Wiki karma to be able to create an RFC for adding the mixed type. There is already a PR for this: https://github.com/php/php-src/pull/2603 Wiki username in question is "majkl". Thank you, M.

[PHP-DEV] GOOD Benchmark Results for PHP Master 2017-07-09

2017-07-10 Thread lp_benchmark_robot
Results for project PHP master, build date 2017-07-09 19:23:09-07:00 commit: e24a801 previous commit:fc336c7 revision date: 2017-07-09 17:54:46+02:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

Re: [PHP-DEV] request access to wiki for rfc on samesite cookie implementation

2017-07-10 Thread Ferenc Kovacs
On Mon, Jul 10, 2017 at 10:50 AM, Frederik Bosch | Genkgo wrote: > LS, > > Hereby I am requesting karma to create a RFC for pull request > https://github.com/php/php-src/pull/2613 on the implementation of same > site cookies. This same site cookie is a proposed standard on protecting > browsers/u

[PHP-DEV] request access to wiki for rfc on samesite cookie implementation

2017-07-10 Thread Frederik Bosch | Genkgo
LS, Hereby I am requesting karma to create a RFC for pull request https://github.com/php/php-src/pull/2613 on the implementation of same site cookies. This same site cookie is a proposed standard on protecting browsers/users against CSRF. The standard is adopted by Chrome and planned by Firef

RE: [PHP-DEV] Re: [RFC] Distrust SHA-1 Certificates

2017-07-10 Thread Anatol Belski
Hi, > -Original Message- > From: Anatol Belski [mailto:weltl...@outlook.de] > Sent: Thursday, July 6, 2017 4:52 PM > To: Niklas Keller > Cc: Sara Golemon ; Jakub Zelenka ; PHP > Internals > Subject: RE: [PHP-DEV] Re: [RFC] Distrust SHA-1 Certificates > > Morning, guys, > > > -Origi