summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #63284 PCRE upgrade to 8.31Anatoliy Belsky2012-10-1957-28456/+39654
|
* Fix Windows build, this really should be in a patch file / README.Scott MacVicar2011-05-131-1/+3
| | | | | I'll fix this up later.
* Update bundled PCRE to 8.12Scott MacVicar2011-05-1321-71/+750
|
* - Fix PCRE build on Windows; closes bug #53606.Gustavo André dos Santos Lopes2010-12-241-1/+3
|
* Upgraded\ bundled\ PCRE\ to\ version\ 8.11.Ilia Alshanetsky2010-12-2414-1449/+2075
|
* Win32 build fixesIlia Alshanetsky2010-08-142-1/+13
|
* MFH: Upgraded bundled PCRE to version 8.10.Ilia Alshanetsky2010-08-1426-1259/+4211
|
* - fix buildPierre Joye2010-07-291-1/+4
|
* - Fixed bug #52436 (Compile error in pcre if systems do not have stdint.h)Sriram Natarajan2010-07-271-0/+7
| | | | | | # PCRE's config.h can very well reuse the definitions made available from # PHP's configure script output available within php_config.h
* - fix buildPierre Joye2010-04-011-2/+3
|
* Upgraded bundled PCRE to version 8.02.Ilia Alshanetsky2010-03-2918-3000/+3566
|
* - fix win build, use bundled stdintPierre Joye2010-01-211-1/+5
|
* Upgraded bundled PCRE to version 8.01Ilia Alshanetsky2010-01-2123-455/+956
|
* Update PCRE to 8.00Scott MacVicar2009-11-0341-3394/+7012
|
* upgrade PCRE to version 7.9Nuno Lopes2009-04-1144-1508/+3204
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3122-22/+22
|
* export the pcre API when compiling with gcc 4. this fixes e.g. the linkage ↵Nuno Lopes2008-12-101-0/+10
| | | | of APC (reported by shire)
* upgrade to PCRE 7.8. this includes a security improvement. I'll upgrade HEAD ↵Nuno Lopes2008-09-0943-3676/+3412
| | | | later (not urgent..)
* fix CVE-2008-2371. patch by Tavis OrmandyNuno Lopes2008-07-061-1/+1
| | | | | # currently there's no release of PCRE with this fix. PCRE's author recommended applying this patch in the meantime
* upgrade to PCRE 7.7Nuno Lopes2008-07-0621-1106/+2024
|
* upgrade to PCRE 7.6.Nuno Lopes2008-01-2935-788/+1048
| | | | | #changes to code are minimal. this fixes a security bug
* upgrade PCRE to version 7.5Nuno Lopes2008-01-1324-2253/+1065
|
* upgrade pcre to version 7.4Nuno Lopes2007-10-0739-418/+1474
|
* remove the -DHAVE_CONFIG_H switch again to fix things on windowsNuno Lopes2007-09-1122-44/+0
| | | | | this means that the upgrade script strips the #ifdef automatically
* upgrade to PCRE 7.3Nuno Lopes2007-09-0151-1650/+3872
|
* final PCRE 7.2 release :-)Nuno Lopes2007-06-1910-16/+51
|
* upgrade PCRE to version 7.2 RC3Nuno Lopes2007-06-1573-10729/+8663
| | | | | # I'll update to the final version early next week when its released
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-271-1/+1
|
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-242-10/+9
|
* upgrade pcre to version 7.0Nuno Lopes2007-02-0962-4627/+10188
|
* MFH: revert pcrelib version stringHannes Magnusson2007-01-031-1/+1
|
* MFHAntony Dovgal2007-01-031-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-0123-24/+24
|
* remove old file (which was already removed from 4.4 and HEAD trees)Nuno Lopes2006-11-161-770/+0
|
* Upgrade PCRE lib to 6.7Ilia Alshanetsky2006-08-3037-1265/+3691
|
* remove the pcre_dfa_exec.c file, as it is needed (we dont expose that API)Nuno Lopes2006-06-141-2027/+0
|
* MFH (Import PCRE 6.6)Andrei Zmievski2006-03-0664-17170/+8435
|
* removed unused varsIlia Alshanetsky2005-08-231-2/+0
|
* Upgrade to PCRE version 6.2.Andrei Zmievski2005-08-0872-6560/+35937
| | | | | # Don't worry, upgrade for other branches is coming
* Netware also uses autoconf based config nowfoobar2005-06-301-2/+0
|
* kill unused var.Ilia Alshanetsky2005-06-011-1/+0
|
* Upgrade library to version 5.0.Andrei Zmievski2005-05-2728-2138/+20392
|
* - Fix outside-source-tree builds. Always include generated header filesfoobar2005-01-091-1/+1
| | | | | with #include <some_header.h> to make sure the correct file is used.
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-086-6/+6
|
* MFBAndrei Zmievski2003-12-1620-3656/+4359
|
* Upgrading PCRE library to version 4.3.Andrei Zmievski2003-06-2732-8377/+5338
|
* Bump year.Sebastian Bergmann2002-12-316-6/+6
|
* Nuke one more win32 linking warning.Edin Kadribasic2002-11-181-1/+1
|
* Upgrade to version 3.92.Andrei Zmievski2002-10-1537-7060/+10995
|
* Update bundled pcrelib to 3.9.Wez Furlong2002-09-1438-718/+3288
| | | | | # Tested under Linux only