summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/pcre_tables.c
Commit message (Collapse)AuthorAgeFilesLines
* Patch core for PCRE2 supportAnatol Belski2017-11-131-727/+0
| | | | RFC https://wiki.php.net/rfc/pcre2-migration
* Upgrade bundled PCRE to 8.41Anatol Belski2017-07-111-2/+4
| | | | | | | | | | | | | | | | | | | | | | HEADSUP! With PCRE 8.39 the JIT related code was changed in the way, that additional valgrind options became almost unavoidable. Valgrind had it already sometimes hard with JIT, now there are seem to be more cases requiring special valgrind options. For this reason, the new configure option --with-pcre-valgrind was introduced. The option is development/debugging only and turns on the Valgrind related pieces in PCRE, so then false positives are avoided to the big part. In addition, run-tests.php was added a new valgrind option, when the leak check is enabled and the test filepath contains pcre. Thus, to debug the code related to PCRE with JIT enabled, two things would likely make sense - configure --with-pcre-valgrind - valgrind option --smc-check=all if run-tests.php is not used The checks so far reveal no new issues.
* Upgrade pcre to 8.36Arjen Schol2015-02-041-140/+209
|
* Bundle pcre-8.35 with sljit supportDmitry Stogov2014-06-061-2/+0
|
* pcre upgraded to 8.34Anatol Belski2014-02-041-6/+9
|
* merged PCRE 8.32Anatol Belski2013-03-031-4/+72
| | | | | - defined HAVE_CONFIG_H to simplify the future merges - PCRE NEWS http://pcre.org/news.txt
* Fixed bug #63284 PCRE upgrade to 8.31Anatoliy Belsky2012-10-191-143/+197
|
* MFH: Upgraded bundled PCRE to version 8.10.Ilia Alshanetsky2010-08-141-5/+17
|
* Upgraded bundled PCRE to version 8.02.Ilia Alshanetsky2010-03-291-113/+158
|
* upgrade PCRE to version 7.9Nuno Lopes2009-04-111-118/+240
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* upgrade to PCRE 7.8. this includes a security improvement. I'll upgrade HEAD ↵Nuno Lopes2008-09-091-106/+144
| | | | later (not urgent..)
* upgrade to PCRE 7.6.Nuno Lopes2008-01-291-1/+1
| | | | | #changes to code are minimal. this fixes a security bug
* upgrade pcre to version 7.4Nuno Lopes2007-10-071-108/+221
|
* remove the -DHAVE_CONFIG_H switch again to fix things on windowsNuno Lopes2007-09-111-2/+0
| | | | | this means that the upgrade script strips the #ifdef automatically
* upgrade to PCRE 7.3Nuno Lopes2007-09-011-0/+4
|
* upgrade PCRE to version 7.2 RC3Nuno Lopes2007-06-151-1/+5
| | | | | # I'll update to the final version early next week when its released
* upgrade pcre to version 7.0Nuno Lopes2007-02-091-4/+8
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* MFH (Import PCRE 6.6)Andrei Zmievski2006-03-061-43/+107
|
* Upgrade to PCRE version 6.2.Andrei Zmievski2005-08-081-0/+129
# Don't worry, upgrade for other branches is coming