| 103 |
|
|
| 104 |
(b) PCRE_BUILD_PCREGREP can be see OFF not to build pcregrep, but only |
(b) PCRE_BUILD_PCREGREP can be see OFF not to build pcregrep, but only |
| 105 |
if PCRE_BUILD_TESTS is also set OFF, because the tests use pcregrep. |
if PCRE_BUILD_TESTS is also set OFF, because the tests use pcregrep. |
| 106 |
|
|
| 107 |
|
25. Forward references, both numeric and by name, in patterns that made use of |
| 108 |
|
duplicate group numbers, could behave incorrectly or give incorrect errors, |
| 109 |
|
because when scanning forward to find the reference group, PCRE was not |
| 110 |
|
taking into account the duplicate group numbers. A pattern such as |
| 111 |
|
^X(?3)(a)(?|(b)|(q))(Y) is an example. |
| 112 |
|
|
| 113 |
|
|
| 114 |
|
|
| 115 |
Version 7.8 05-Sep-08 |
Version 7.8 05-Sep-08 |