https://bugs.exim.org/show_bug.cgi?id=1189

--- Comment #10 from Anatol Belski <a...@php.net> ---
The actual replace code uses pcre_exec to match with the pattern yep, it's here
http://lxr.php.net/xref/PHP_7_0/ext/pcre/php_pcre.c#1165 . I can confirm that
the offsets are as you said {3,5}.

I've asked the reporter about the PCRE version. I myself use the bundled PCRE
lib compiled statically with PHP which is 8.38. Particular distributions can
decide to use another PCRE version (like a system wide shared lib), sometimes
that brings issues. At least with 8.38 it doesn't look like there is any issue
currently. I will come back when the info from the reporter is there.

Thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/pcre-dev 

Reply via email to