8 |
particular, this includes all (DEFINE) patterns), a call to pcre_study() |
particular, this includes all (DEFINE) patterns), a call to pcre_study() |
9 |
computed the wrong minimum data length (which is of course zero for such |
computed the wrong minimum data length (which is of course zero for such |
10 |
subpatterns). |
subpatterns). |
11 |
|
|
12 |
|
2. For patterns such as (?i)a(?-i)b|c where an option setting at the start of |
13 |
|
the pattern is reset in the first branch, pcre_compile() failed with |
14 |
|
"internal error: code overflow at offset...". This happened only when |
15 |
|
the reset was to the original external option setting. (An optimization |
16 |
|
abstracts leading options settings into an external setting, which was the |
17 |
|
cause of this.) |
18 |
|
|
19 |
|
|
20 |
Version 8.00 19-Oct-09 |
Version 8.00 19-Oct-09 |