Re: [PHP-DEV] PCRE2 support

2017-10-15 Thread Anatol Belski
Hi Stas, On 10/15/2017 11:55 PM, Stanislav Malyshev wrote: > Hi! > >> I'd suggest to integrate PCRE2 into 7.3. Will go for an RFC, if necessary. > > Yes, RFC would be nice. Does the move mean 7.3 could not be built on > environments without pcre2? May be OK, but we'll need to make that > clear.

Re: [PHP-DEV] Session extension cannot be used in a loop/CLI since 7.2

2017-10-15 Thread Stanislav Malyshev
Hi! > I'm having a hard time fixing Symfony's tests suite to 7.2 because of the > added warnings+ini_set-rejections in the Session module. > > Testing the session on the CLI is not possible anymore without starting one > PHP process per test case. Why not, you may say. That doesn't sound good, d

Re: [PHP-DEV] PCRE2 support

2017-10-15 Thread Stanislav Malyshev
Hi! > I'd suggest to integrate PCRE2 into 7.3. Will go for an RFC, if necessary. Yes, RFC would be nice. Does the move mean 7.3 could not be built on environments without pcre2? May be OK, but we'll need to make that clear. There may also be other aspects of the code that we need to pay attention

Re: [PHP-DEV] Re: Suggestion Method Constant

2017-10-15 Thread Andrea Faulds
Hi Niklas, Niklas Keller wrote: Hi Mathias, Mathias Grimm wrote: I would like to suggest a method constant that could be used the same way we use the ::class one I don't have a strong personal preference but it could be something like: MyController::myActionMethod::method, no sure about t