 |
PCRE - Default branch
|
Section: Unix |
|
|
|
| Added: Mon, Jul 13th 1998 21:09 PDT (9 years, 10 months ago) |
Updated: Wed, May 7th 2008 11:09 PDT (9 days ago) |
|
|
About:
The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5, with just a few differences. PCRE is used by many programs, including Exim, Postfix, and PHP.
Author:
Philip Hazel [contact developer]
Homepage:
http://www.pcre.org/
Tar/GZ:
ftp://ftp.csx.cam.ac.uk/[..]oftware/programming/pcre/pcre-7.7.tar.gz
Tar/BZ2:
ftp://ftp.csx.cam.ac.uk/[..]ftware/programming/pcre/pcre-7.7.tar.bz2
Zip:
ftp://ftp.csx.cam.ac.uk/[..]b/software/programming/pcre/pcre-7.7.zip
CVS tree (cvsweb):
http://vcs.exim.org/viewvc/pcre/
Bug tracker:
http://bugs.exim.org/
Mailing list archive:
http://lists.exim.org/lurker/list/pcre-dev.html
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
8.81/10.00
(Rank N/A)
» Vitality: 1.17% (Rank 151)
» Popularity: 8.29% (Rank 322)

(click to enlarge graphs)
Record hits: 49,176
URL hits: 37,716
Subscribers: 297
|
|
Branches
Articles referencing this project
Comments
[»]
what about the recursion bug affecting php (probably all apps using pcre)
by Mr.700 - Jan 11th 2005 04:52:34
Are bugs like RH bug
#133891, PHP bug
#24460, PHP bug
#26171 and PHP bug
#27070 going to be addressed?
In short: with some match patterns and data from 1000 bytes pcre causes
php (and probably others) to crash. The problem seems to be that "PCRE uses
recursion to handle subpatterns and indefinite repetition" (from PHP bug #24460).
-- Mr.700
[reply]
[top]
[»]
WOW! Partial macthing rulez :)
by aldem - Sep 16th 2004 10:51:20
Finally... You did it.. It took some time, though... :)
Many thanks :)
[reply]
[top]
|
|
 |