Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch core for PCRE2 support | Anatol Belski | 2017-11-13 | 1 | -727/+0 |
| | | | | RFC https://wiki.php.net/rfc/pcre2-migration | ||||
* | Upgrade bundled PCRE to 8.41 | Anatol Belski | 2017-07-11 | 1 | -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.36 | Arjen Schol | 2015-02-04 | 1 | -140/+209 |
| | |||||
* | Bundle pcre-8.35 with sljit support | Dmitry Stogov | 2014-06-06 | 1 | -2/+0 |
| | |||||
* | pcre upgraded to 8.34 | Anatol Belski | 2014-02-04 | 1 | -6/+9 |
| | |||||
* | merged PCRE 8.32 | Anatol Belski | 2013-03-03 | 1 | -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.31 | Anatoliy Belsky | 2012-10-19 | 1 | -143/+197 |
| | |||||
* | MFH: Upgraded bundled PCRE to version 8.10. | Ilia Alshanetsky | 2010-08-14 | 1 | -5/+17 |
| | |||||
* | Upgraded bundled PCRE to version 8.02. | Ilia Alshanetsky | 2010-03-29 | 1 | -113/+158 |
| | |||||
* | upgrade PCRE to version 7.9 | Nuno Lopes | 2009-04-11 | 1 | -118/+240 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | upgrade to PCRE 7.8. this includes a security improvement. I'll upgrade HEAD ↵ | Nuno Lopes | 2008-09-09 | 1 | -106/+144 |
| | | | | later (not urgent..) | ||||
* | upgrade to PCRE 7.6. | Nuno Lopes | 2008-01-29 | 1 | -1/+1 |
| | | | | | #changes to code are minimal. this fixes a security bug | ||||
* | upgrade pcre to version 7.4 | Nuno Lopes | 2007-10-07 | 1 | -108/+221 |
| | |||||
* | remove the -DHAVE_CONFIG_H switch again to fix things on windows | Nuno Lopes | 2007-09-11 | 1 | -2/+0 |
| | | | | | this means that the upgrade script strips the #ifdef automatically | ||||
* | upgrade to PCRE 7.3 | Nuno Lopes | 2007-09-01 | 1 | -0/+4 |
| | |||||
* | upgrade PCRE to version 7.2 RC3 | Nuno Lopes | 2007-06-15 | 1 | -1/+5 |
| | | | | | # I'll update to the final version early next week when its released | ||||
* | upgrade pcre to version 7.0 | Nuno Lopes | 2007-02-09 | 1 | -4/+8 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFH (Import PCRE 6.6) | Andrei Zmievski | 2006-03-06 | 1 | -43/+107 |
| | |||||
* | Upgrade to PCRE version 6.2. | Andrei Zmievski | 2005-08-08 | 1 | -0/+129 |
# Don't worry, upgrade for other branches is coming |