Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Updated bundled PCRE library to version 2.08 | Andrey Hristov | 1999-09-14 | 1 | -111/+234 |
| | | | | | | | | - Made it possible to specify external location of the PCRE library - Reworked PCRE extension to use updated PCRE library API Hopefully now everything behaves just like Perl.. | ||||
* | Fixed PCRE so that global matching with patterns with \b works. | Andrey Hristov | 1999-05-29 | 1 | -3/+17 |
| | |||||
* | -Modified PCRE library slightly to do what needs to be done | Andrey Hristov | 1999-05-28 | 1 | -1/+5 |
| | | | | | | | -Updated preg_replace() code to handle stuff properly -Removed ability to specify external PCRE library source to link against (since our bundled version is patched now) | ||||
* | -Added PCRE library source | Andrey Hristov | 1999-05-26 | 1 | -0/+4336 |
-Updated configuration process |