summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/pcre.h
Commit message (Collapse)AuthorAgeFilesLines
* - Updated bundled PCRE library to version 2.08Andrey Hristov1999-09-141-4/+24
| | | | | | | | - 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-1/+1
|
* -Modified PCRE library slightly to do what needs to be doneAndrey Hristov1999-05-281-1/+1
| | | | | | | -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/+74
-Updated configuration process