Feature #92
pcre_study after pcre_compile
| Status: | Fixed | Start: | ||
| Priority: | Low | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | 1.4.9 | |||
| Pending: | Resolution: | fixed |
||
Description
speed up config cond-checking, even a simple (ab|c|defg|......) is 3-5 times faster.
lookup "man pcre_study" and/or http://cvs.php.net/php-src/ext/pcre/ for information :)
-- Xuefer <xuefer
Associated revisions
study pcre pattern (fixes #92) and handle broken regex as parse-error