summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/internal.h
Commit message (Collapse)AuthorAgeFilesLines
* - Updated bundled PCRE library to version 2.08Andrey Hristov1999-09-141-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 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-291-0/+1
|
* -Added PCRE library sourceAndrey Hristov1999-05-261-0/+338
-Updated configuration process