[pcre-dev] [Bug 2168] preg_match bug

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2168] preg_match bug
https://bugs.exim.org/show_bug.cgi?id=2168

--- Comment #1 from Philip Hazel <ph10@???> ---
I can't do much about this unless you tell me which version of PCRE php 7.1.9
is using. I don't know much about php itself.

A quick test of that pattern with both PCRE1 and PCRE2 gives an "unmatched
parentheses" error. There seem to be 19 opening parens and 20 unquoted closing
parens. How does php handle PCRE compilation errors? How does php handle those
backslashes? If it's like C, then there will be even more unmatched closing
parens handed to PCRE.

Unless I can reproduce the problem in pcretest or pcre2test, I can't set about
trying to fix it.

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