Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Updated bundled PCRE library to version 2.08 | Andrey Hristov | 1999-09-14 | 1 | -19/+23 |
| | | | | | | | | - 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.. | ||||
* | Made preg_split() consistent with split(). | Andrey Hristov | 1999-06-22 | 1 | -1/+1 |
| | | | | | | Added a new /e modifier for preg_replace Kill a warning in pcrelib. | ||||
* | Fixed PCRE so that global matching with patterns with \b works. | Andrey Hristov | 1999-05-29 | 1 | -0/+1 |
| | |||||
* | -Added PCRE library source | Andrey Hristov | 1999-05-26 | 1 | -0/+338 |
-Updated configuration process |