| 1499 |
The PCRE_NO_START_OPTIMIZE option disables the start-up optimizations, possibly |
The PCRE_NO_START_OPTIMIZE option disables the start-up optimizations, possibly |
| 1500 |
causing performance to suffer, but ensuring that in cases where the result is |
causing performance to suffer, but ensuring that in cases where the result is |
| 1501 |
"no match", the callouts do occur, and that items such as (*COMMIT) and (*MARK) |
"no match", the callouts do occur, and that items such as (*COMMIT) and (*MARK) |
| 1502 |
are considered at every possible starting position in the subject string. If |
are considered at every possible starting position in the subject string. If |
| 1503 |
PCRE_NO_START_OPTIMIZE is set at compile time, it cannot be unset at matching |
PCRE_NO_START_OPTIMIZE is set at compile time, it cannot be unset at matching |
| 1504 |
time. |
time. |
| 1505 |
.P |
.P |
| 1506 |
Setting PCRE_NO_START_OPTIMIZE can change the outcome of a matching operation. |
Setting PCRE_NO_START_OPTIMIZE can change the outcome of a matching operation. |