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!
st
Subject: [PHP-DEV] PCRE JIT broken in PHP 7.2
Greetings,
just an heads up, I started testing my project with PHP 7.2.0RC2 but it was
causing a segmentation fault.
I tracked down the problem to preg_match(), in particular when JIT is
enabled and ONLY when running through Apache2 with event MPM. Th
_
From: giovann...@gmail.com on behalf of Giovanni
Giacobbi
Sent: Monday, September 18, 2017 2:28:35 PM
To: PHP Internals List
Subject: [PHP-DEV] PCRE JIT broken in PHP 7.2
Greetings,
just an heads up, I started testing my project with PHP 7.2.0RC2 but it was
causing a segmentation fault.
I tr
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 people can
>> response to it without spamming the
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 think bugs are urgent enough to email the internal
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 bugs.php.net first, so that pe
Greetings,
just an heads up, I started testing my project with PHP 7.2.0RC2 but it was
causing a segmentation fault.
I tracked down the problem to preg_match(), in particular when JIT is
enabled and ONLY when running through Apache2 with event MPM. This problem
does not occur with command line in