Re: [PHP-DEV] [RFC][VOTE] Session ID without hashing - Reopened

2016-07-25 Thread Davey Shafik
My suggestion: Re-start the vote, three options: Yes, new defaults (BC Break), Yes, old defaults (no BC break), No OR: add a second vote to the page, with: Use new defaults (BC Break), Use Old Defaults (No BC Break) On Sun, Jul 24, 2016 at 6:52 PM, Yasuo Ohgaki wrote: > Hi all, > > I would

Re: [PHP-DEV] Bundled SQLlite3

2016-07-25 Thread Davey Shafik
I'd like to see an updated SQLite in 7.1, this is part of shoring up the stability of the release IMO. - Davey On Sun, Jul 24, 2016 at 11:57 PM, Anatol Belski wrote: > Hi Christoph, > > > -Original Message- > > From: Christoph Becker [mailto:cmbecke...@gmx.de] > > Sent: Monday, July 25,

[PHP-DEV] stat cache / still needed these days?

2016-07-25 Thread Philip Hofstetter
Hi, I have just reported #72666 (touch() works differently on plain paths and file:// paths with regards to cleaning the stat cache) and I would gladly provide a PR with a fix and unit tests. However, before I start working on this (well - it would be an easy fix), I would like to question whether

Re: [PHP-DEV] Bundled SQLlite3

2016-07-25 Thread Christoph Becker
On 25.07.2016 at 09:11, Davey Shafik wrote: > I'd like to see an updated SQLite in 7.1, this is part of shoring up the > stability of the release IMO. Thanks, Anatol and Davey for the fast reply. After having a closer look at the release news, it seems that there have been no major bugs in 3.8.1

Re: [PHP-DEV] [RFC][VOTE] Session ID without hashing - Reopened

2016-07-25 Thread Yasuo Ohgaki
Hi Davey, On Mon, Jul 25, 2016 at 4:09 PM, Davey Shafik wrote: > My suggestion: > > Re-start the vote, three options: > > Yes, new defaults (BC Break), Yes, old defaults (no BC break), No > > OR: > > add a second vote to the page, with: > > Use new defaults (BC Break), Use Old Defaults (No BC Bre

Re: [PHP-DEV] [RFC][VOTE] Session ID without hashing - Reopened

2016-07-25 Thread Yasuo Ohgaki
Hi Davey, On Mon, Jul 25, 2016 at 5:46 PM, Yasuo Ohgaki wrote: > > On Mon, Jul 25, 2016 at 4:09 PM, Davey Shafik wrote: >> My suggestion: >> >> Re-start the vote, three options: >> >> Yes, new defaults (BC Break), Yes, old defaults (no BC break), No >> >> OR: >> >> add a second vote to the page,

Re: [PHP-DEV] [RFC][VOTE] Session ID without hashing - Reopened

2016-07-25 Thread Davey Shafik
Looks good to me, go for it :) Thanks, - Davey On Mon, Jul 25, 2016 at 2:14 AM, Yasuo Ohgaki wrote: > Hi Davey, > > On Mon, Jul 25, 2016 at 5:46 PM, Yasuo Ohgaki wrote: > > > > On Mon, Jul 25, 2016 at 4:09 PM, Davey Shafik wrote: > >> My suggestion: > >> > >> Re-start the vote, three options

RE: [PHP-DEV] stat cache / still needed these days?

2016-07-25 Thread Anatol Belski
Hi Philip, > -Original Message- > From: Philip Hofstetter [mailto:phofstet...@sensational.ch] > Sent: Monday, July 25, 2016 9:55 AM > To: PHP internals > Subject: [PHP-DEV] stat cache / still needed these days? > > Hi, > > I have just reported #72666 (touch() works differently on plain

[PHP-DEV] [RFC][VOTE] Session ID without hashing - Vote reopened and restarted

2016-07-25 Thread Yasuo Ohgaki
Hi all, Due to defects in the RFC, vote is reopened and restarted. Followings are changes from 1st vote. - Removed session.use_strict_mode change (Changed when vote reopened) - Added INI default vote options, incompatible and compatible. (Changed when 2nd vote is restarted) - Extended vo

Re: [PHP-DEV] [RFC][VOTE] Session ID without hashing - Reopened

2016-07-25 Thread Yasuo Ohgaki
Hi Davey, On Mon, Jul 25, 2016 at 6:35 PM, Davey Shafik wrote: > Looks good to me, go for it :) Done. Thank you for helping! -- Yasuo Ohgaki yohg...@ohgaki.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] GOOD Benchmark Results for PHP Master 2016-07-25

2016-07-25 Thread lp_benchmark_robot
Results for project PHP master, build date 2016-07-25 06:29:10+03:00 commit: abb228e previous commit:49ddd03 revision date: 2016-07-25 02:04:29+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] Pipe Operator v2

2016-07-25 Thread Björn Larsson
Den 2016-07-22 kl. 17:05, skrev David Rodrigues: It's possible to use the tilde ~ easyly on keyboards? For on BR/ABNT2 is easy. So maybe use ~> as operator could be fine, instead of the triangle |>, and linear sounds good too, like: $string~>escape($$)~>dump($$); It's used currently on PHP for

RE: [PHP-DEV] Bundled SQLlite3

2016-07-25 Thread Anatol Belski
> -Original Message- > From: Christoph Becker [mailto:cmbecke...@gmx.de] > Sent: Monday, July 25, 2016 10:30 AM > To: Davey Shafik ; Anatol Belski > Cc: internals@lists.php.net; Ferenc Kovacs > Subject: Re: [PHP-DEV] Bundled SQLlite3 > > On 25.07.2016 at 09:11, Davey Shafik wrote: > >

[PHP-DEV] Request for rfc karma

2016-07-25 Thread David Walker
Hi All, I'm desiring to propose my second RFC (thanks bishop for the intro) regarding PR2031 . Seems there has been a couple PR's attempting to raise a notice when accessing non-array-like containers; and I'd like to propose something to attempt to resolv