[pcre-dev] [Bug 976] pcre_exec after pcre_study work incorre…

Top Page
Delete this message
Author: Felipe Pena
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 976] pcre_exec after pcre_study work incorrectly.
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=976

Felipe Pena <felipensp@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |felipensp@???





--- Comment #1 from Felipe Pena <felipensp@???> 2010-04-21 18:08:16 ---
I got a possible related issue from a PHP bug report
(http://bugs.php.net/bug.php?id=51575):

$ /usr/local/bin/pcretest -C
PCRE version 8.02 2010-03-19
Compiled with
UTF-8 support
Unicode properties support
Newline sequence is LF
\R matches all Unicode newlines
Internal link size = 2
POSIX malloc threshold = 10
Default match limit = 10000000
Default recursion depth limit = 10000000
Match recursion uses stack
felipe:~/pcre-8.02$ /usr/local/bin/pcretest
PCRE version 8.02 2010-03-19

re> /(*UTF8)Ф/i
data> ф

0: \x{444}
data>
re> /(*UTF8)Ф/iS
data> ф

No match


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email