| 42 |
correctly handled. The rule now is that both the assertion and what follows |
correctly handled. The rule now is that both the assertion and what follows |
| 43 |
in the first alternative must satisfy the test. |
in the first alternative must satisfy the test. |
| 44 |
|
|
| 45 |
9. If auto-callout was enabled in a pattern with a conditional group, PCRE |
9. If auto-callout was enabled in a pattern with a conditional group whose |
| 46 |
could crash during matching, both with pcre_exec() and pcre_dfa_exec(). |
condition was an assertion, PCRE could crash during matching, both with |
| 47 |
|
pcre_exec() and pcre_dfa_exec(). |
| 48 |
|
|
| 49 |
10. The PCRE_DOLLAR_ENDONLY option was not working when pcre_dfa_exec() was |
10. The PCRE_DOLLAR_ENDONLY option was not working when pcre_dfa_exec() was |
| 50 |
used for matching. |
used for matching. |