Re: [PHP-DEV] PCRE JIT broken in PHP 7.2

2017-09-18 Thread Giovanni Giacobbi
On 18 September 2017 at 19:04, Dmitry Stogov wrote: > This commit should fix the problem https://github.com/php/php-src/commit/ > 5ef10d08ec2d0823fb21ad189dacfb43d900a0b5 > > > Yes! I tested 7.2.0RC2 with this patch applied and it fixes the problem. Thank you!

Re: [PHP-DEV] PCRE JIT broken in PHP 7.2

2017-09-18 Thread Dmitry Stogov
ubject: Re: [PHP-DEV] PCRE JIT broken in PHP 7.2 [This sender failed our fraud detection checks and may not be who they appear to be. Learn about spoofing at http://aka.ms/LearnAboutSpoofing] The problem may be caused by "incorrect" dynamic linking to different libpcre instances.

Re: [PHP-DEV] PCRE JIT broken in PHP 7.2

2017-09-18 Thread Dmitry Stogov
The problem may be caused by "incorrect" dynamic linking to different libpcre instances. e.g one libbcre is use by Apache or some Apache module and another is embedded into PHP. The backtrace would be useful, to prove this guess. Thanks. Dmitry. From:

Re: [PHP-DEV] PCRE JIT broken in PHP 7.2

2017-09-18 Thread Rowan Collins
On 18 September 2017 13:05:53 BST, Giovanni Giacobbi wrote: >On 18 September 2017 at 13:46, Dan Ackroyd >wrote: >> Even if you think bugs are urgent enough to email the internals list >- >> please open a bug report at bugs.php.net first, so that

Re: [PHP-DEV] PCRE JIT broken in PHP 7.2

2017-09-18 Thread Giovanni Giacobbi
On 18 September 2017 at 13:46, Dan Ackroyd wrote: > On 18 September 2017 at 12:28, Giovanni Giacobbi > wrote: > > > > just an heads up, I started testing my project with PHP 7.2.0RC2 but it > was > > causing a segmentation fault. > > Even if you

Re: [PHP-DEV] PCRE JIT broken in PHP 7.2

2017-09-18 Thread Dan Ackroyd
On 18 September 2017 at 12:28, Giovanni Giacobbi wrote: > > just an heads up, I started testing my project with PHP 7.2.0RC2 but it was > causing a segmentation fault. Even if you think bugs are urgent enough to email the internals list - please open a bug report at