[PHP-DEV] Callout for bug tracker cleanup

2017-10-23 Thread Kalle Sommer Nielsen
Dear Internals I have in the past few days been working on, and I continue to work on cleaning up our bug tracker. We are close to 5000 open bugs[1], while about 1500 of those are FR requests, some opened as far back as 2001[2]. I would urge more to help bring down that number, even if you just

Re: [PHP-DEV] [RFC] Flexible Heredoc and Nowdoc Syntaxes

2017-10-23 Thread Christopher Jones
On 13/10/17 8:40 pm, Thomas Punt wrote: Morning internals, I'd like to propose an RFC to make the heredoc and nowdoc syntaxes more flexible[1]. Any thoughts? Thanks, Tom [1]: https://wiki.php.net/rfc/flexible_heredoc_nowdoc_syntaxes I like the added flexibility in placement of the

[PHP-DEV] json(Raw)Serializable?

2017-10-23 Thread Sara Golemon
https://bugs.php.net/bug.php?id=75400 is asking for a version of JsonSerializable which doesn't involve deserializing/reserialzing round trips when a chunk of JSON is known in advance. It's not terribly unreasonable IMO, but before I just writeup the RFC as described (jsonRawSerialize taking

RE: [PHP-DEV] [RFC] PCRE2 migration

2017-10-23 Thread Anatol Belski
Hi Jakub, > -Original Message- > From: jakub@gmail.com [mailto:jakub@gmail.com] On Behalf Of Jakub > Zelenka > Sent: Monday, October 23, 2017 10:43 PM > To: Anatol Belski > Cc: internals@lists.php.net > Subject: Re: [PHP-DEV] [RFC] PCRE2 migration > > Hey > > >

Re: [PHP-DEV] [RFC] PCRE2 migration

2017-10-23 Thread Jakub Zelenka
Hey On Mon, Oct 16, 2017 at 9:17 AM, Anatol Belski wrote: > Hi, > > I would like hereby to put the RFC about the PCRE2 migration for the > core https://wiki.php.net/rfc/pcre2-migration under discussion. A basic > port is available here https://github.com/php/php-src/pull/2857 for

[PHP-DEV] RE: [RFC] PCRE2 migration

2017-10-23 Thread Anatol Belski
Hi Christoph, > -Original Message- > From: Christoph M. Becker [mailto:cmbecke...@gmx.de] > Sent: Monday, October 23, 2017 4:24 PM > To: Anatol Belski ; internals@lists.php.net > Subject: Re: [RFC] PCRE2 migration > > In my opinion, the only real issue is that the internal

[PHP-DEV] Re: [RFC] PCRE2 migration

2017-10-23 Thread Christoph M. Becker
On 16.10.2017 at 10:17, Anatol Belski wrote: > I would like hereby to put the RFC about the PCRE2 migration for the > core https://wiki.php.net/rfc/pcre2-migration under discussion. A basic > port is available here https://github.com/php/php-src/pull/2857 for a > review. Thanks, Anatol, for