------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=732
Summary: lazy matching (*?) fails with unicode
Product: PCRE
Version: N/A
Platform: All
URL: http://bugs.php.net/bug.php?id=45479
OS/Version: All
Status: NEW
Severity: bug
Priority: medium
Component: Code
AssignedTo: ph10@???
ReportedBy: nunoplopes@???
CC: pcre-dev@???
check out the following test (same regex and data. the only change is the
unicode flag):
$ pcretest
PCRE version 7.7 2008-05-07
re> /^[^d]*?$/
data> abc
0: abc
$ pcretest
PCRE version 7.7 2008-05-07
re> /^[^d]*?$/8
data> abc
No match
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email