summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Expand)AuthorAgeFilesLines
* - Updated bundled PCRE library to version 2.08Andrey Hristov1999-09-1434-373/+6362
* Static is good...Andrey Hristov1999-09-032-32/+27
* Practice what you preach, I guess.Andrey Hristov1999-09-032-15/+15
* Missing return types in prototypesRasmus Lerdorf1999-08-261-3/+3
* Here was also something missingEgon Schmid1999-08-191-1/+2
* - Fixed memory leaks. tsrm resource id deallocation still needs to be impleme...Andi Gutmans1999-08-191-0/+2
* make pcre test program compile again with Zeev'sPhilippe Verdy1999-08-151-2/+4
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-2/+2
* Another forgotten prototype. Andrey, why is preg_grep in PHP3 missing?Egon Schmid1999-08-011-1/+2
* *** empty log message ***Andrey Hristov1999-07-221-2/+2
* Added locale support.Andrey Hristov1999-07-202-4/+33
* -Kill compile warnings in apache.cAndrey Hristov1999-07-171-34/+43
* License updateZeev Suraski1999-07-161-20/+9
* *** empty log message ***Andrey Hristov1999-07-122-2/+2
* Don't touch refcount and EA directlyZeev Suraski1999-07-091-4/+2
* Step 2:Zeev Suraski1999-07-091-2/+2
* Step 1 in nuking the garbage collector:Zeev Suraski1999-07-091-1/+2
* Reduce clutter a bit.Andrey Hristov1999-07-081-1/+1
* Support PCRE under Win32Zeev Suraski1999-07-061-2/+5
* avoid two copies of pcre.c in the repositoryZeev Suraski1999-07-062-1/+1
* Correct option cachingAndrey Hristov1999-07-052-1/+7
* Made preg_split() consistent with split().Andrey Hristov1999-06-222-60/+160
* Added preg_grep() function.Andrey Hristov1999-06-102-1/+90
* A fix for a fix.Andrey Hristov1999-06-091-1/+1
* Fixed a bug in preg_split.Andrey Hristov1999-06-091-3/+3
* Fixed a bug in preg_replace.Andrey Hristov1999-06-091-5/+5
* Added preg_quote() function.Andrey Hristov1999-06-042-0/+66
* *** empty log message ***Andrey Hristov1999-06-041-0/+1
* *** empty log message ***Andrey Hristov1999-06-012-2/+2
* preg_match_all() now returns the number of global matches.Andrey Hristov1999-05-301-5/+2
* Updated preg_split().Andrey Hristov1999-05-291-11/+17
* Fix preg_match_all to do proper matching with \b.Andrey Hristov1999-05-291-9/+14
* Fixed PCRE so that global matching with patterns with \b works.Andrey Hristov1999-05-294-9/+22
* * Get Apache module to compile again with the regex stuff.Zeev Suraski1999-05-282-4/+4
* -Modified PCRE library slightly to do what needs to be doneAndrey Hristov1999-05-287-104/+58
* We don't need those there.Andrey Hristov1999-05-272-4/+0
* Really fix the configuration now so that it's possible to compile bothAndrey Hristov1999-05-275-25/+41
* - fix CGI build (at least)Sascha Schumann1999-05-275-98/+15
* Fix pcre buildZeev Suraski1999-05-271-1/+1
* -Added PCRE library sourceAndrey Hristov1999-05-2634-29/+21013
* Added preg_split. Same syntax as regular split().Andrey Hristov1999-05-262-7/+103
* A few changes here.Andrey Hristov1999-05-262-54/+161
* Some comments.Andrey Hristov1999-05-221-67/+57
* Added ability to pass array parameters to pcre_replace.Andrey Hristov1999-05-221-31/+135
* -Added regex cacheAndrey Hristov1999-05-212-18/+116
* Get rid of debug printf's.Andrey Hristov1999-05-211-5/+0
* Initial check-in of PCRE (Perl Compatible Regular Expressions) extension.Andrey Hristov1999-05-217-0/+601