[pcre-dev] [Bug 2432] Fail with Unicode character scripts wh…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Old-Topics: [pcre-dev] [Bug 2432] New: Fail with Unicode character scripts when JIT is enabled
Subject: [pcre-dev] [Bug 2432] Fail with Unicode character scripts when JIT is enabled
https://bugs.exim.org/show_bug.cgi?id=2432

Hamid <halaeiv@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|10.33 (PCRE2)               |10.34 (PCRE2)


--- Comment #6 from Hamid <halaeiv@???> ---
I compiled PHP 7.4.4 with the following commit being cherry picked (Upgrade
bundled PCRE2 to 10.34):
https://github.com/php/php-src/commit/52d07834df3ebd3720fd4f7d0a6eb11c52d33fb1#diff-11f931a880ffd4e578ff0eb98bd92335

I can confirm the bug still exists. The behaviour is changed, but the new one
is still buggy.

I guess the following can help you better understand the bug still exists. It
will be the very nice of you to help find where the bug is, in PHP or PCRE.

./pcre2test -jit
PCRE2 version 10.34 2019-11-21
re> /(*UTF)([\p{L}\p{Arabic}]+)/g,utf
data> lower UPPER


Actual output
0: lower UPPER
1: lower UPPER
Expected output
0: lower
1: lower
0: UPPER
1: UPPER

--
You are receiving this mail because:
You are on the CC list for the bug.