| 41 |
unwanted data. My guess is that the person linked everything into his |
unwanted data. My guess is that the person linked everything into his |
| 42 |
program rather than using a library. Anyway, it does no harm. |
program rather than using a library. Anyway, it does no harm. |
| 43 |
|
|
| 44 |
|
8. A pattern such as /\x{123}{2,2}+/8 was incorrectly compiled; the trigger |
| 45 |
|
was a minimum greater than 1 for a wide character in a possessive |
| 46 |
|
repetition. Chaos could result. |
| 47 |
|
|
| 48 |
|
9. The restrictions on what a pattern can contain when partial matching is |
| 49 |
|
requested for pcre_exec() have been removed. All patterns can now be |
| 50 |
|
partially matched by this function. In addition, if there are at least two |
| 51 |
|
slots in the offset vector, the offsets of the first-encountered partial |
| 52 |
|
match are set in them when PCRE_ERROR_PARTIAL is returned. |
| 53 |
|
|
| 54 |
|
|
| 55 |
Version 7.9 11-Apr-09 |
Version 7.9 11-Apr-09 |
| 56 |
--------------------- |
--------------------- |