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

2017-10-22 Thread Anatol Belski
Hi, On 10/16/2017 10: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 a > review. > poke on t

Re: [PHP-DEV] Strict type declarations not enforced for ReflectionAPI invocation

2017-10-22 Thread Andrea Faulds
Hi Nikita, Nikita Popov wrote: I believe that the proper way to fix this is to handle dynamic function invocations differently from direct invocations. Direct invocations should use the strictness level of the call-site, while dynamic invocations should use the strictness level of the declaratio