summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/pcre.c
Commit message (Collapse)AuthorAgeFilesLines
* - Updated bundled PCRE library to version 2.08Andrey Hristov1999-09-141-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 Hristov1999-05-291-3/+17
|
* -Modified PCRE library slightly to do what needs to be doneAndrey Hristov1999-05-281-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 sourceAndrey Hristov1999-05-261-0/+4336
-Updated configuration process