summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib
Commit message (Collapse)AuthorAgeFilesLines
* - Updated bundled PCRE library to version 2.08Andrey Hristov1999-09-1429-281/+6142
| | | | | | | | - 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..
* make pcre test program compile again with Zeev'sPhilippe Verdy1999-08-151-2/+4
| | | | | additions in the pcre_exec() function parameters
* Made preg_split() consistent with split().Andrey Hristov1999-06-221-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 Hristov1999-05-293-4/+19
|
* -Modified PCRE library slightly to do what needs to be doneAndrey Hristov1999-05-282-2/+6
| | | | | | | -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)
* - fix CGI build (at least)Sascha Schumann1999-05-272-80/+2
|
* -Added PCRE library sourceAndrey Hristov1999-05-2630-0/+20933
-Updated configuration process