16 |
3. Checking for potential integer overflow has been made more dynamic, and as a |
3. Checking for potential integer overflow has been made more dynamic, and as a |
17 |
consequence there is no longer a hard limit on the size of a subpattern that |
consequence there is no longer a hard limit on the size of a subpattern that |
18 |
has a limited repeat count. |
has a limited repeat count. |
19 |
|
|
20 |
4. When CRLF is a valid line-ending sequence, pcre_exec() and pcre_dfa_exec() |
4. When CRLF is a valid line-ending sequence, pcre_exec() and pcre_dfa_exec() |
21 |
no longer advance by two characters instead of one when an unanchored match |
no longer advance by two characters instead of one when an unanchored match |
22 |
fails at CRLF if there are explicit CR or LF matches within the pattern. |
fails at CRLF if there are explicit CR or LF matches within the pattern. |
23 |
This gets rid of some anomalous effects that previously occurred. |
This gets rid of some anomalous effects that previously occurred. |
24 |
|
|
25 |
|
5. Some PCRE-specific settings for varying the newline options at the start of |
26 |
|
a pattern have been added. |
27 |
|
|
28 |
|
|
29 |
Release 7.2 19-Jun-07 |
Release 7.2 19-Jun-07 |
30 |
--------------------- |
--------------------- |