Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add comment to test | Anatol Belski | 2015-10-07 | 1 | -0/+2 |
* | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-09-02 | 1 | -0/+24 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-09-01 | 1 | -0/+24 |
| |\ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-09-01 | 1 | -0/+24 |
| | |\ | |||||
| | | * | Fix bug #70345 (Multiple vulnerabilities related to PCRE functions) | Stanislav Malyshev | 2015-08-28 | 1 | -0/+24 |
| | | * | Upgrade PCRE to 8.36, it fixes some crashes | Stanislav Malyshev | 2015-04-27 | 3 | -4/+10 |
| | | * | typo fixes | Veres Lajos | 2013-07-15 | 4 | -12/+12 |
| | | * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 3 | -3/+3 |
* | | | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-08-13 | 1 | -0/+68 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix #70232: Incorrect bump-along behavior with \K and empty string match | Christoph M. Becker | 2015-08-13 | 1 | -0/+68 |
* | | | | add new error constant PREG_JIT_STACKLIMIT_ERROR | Christoph M. Becker | 2015-07-26 | 1 | -0/+10 |
* | | | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-07-26 | 2 | -0/+8 |
|\ \ \ \ | |/ / / | |||||
| * | | | allow to skip slow tests | Christoph M. Becker | 2015-07-26 | 2 | -0/+8 |
* | | | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-06-23 | 2 | -0/+60 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Christoph M. Becker | 2015-06-23 | 2 | -0/+60 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the st... | Christoph M. Becker | 2015-06-23 | 2 | -0/+60 |
* | | | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-06-23 | 1 | -0/+36 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Christoph M. Becker | 2015-06-23 | 1 | -0/+36 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed bug #69864 (Segfault in preg_replace_callback) | Christoph M. Becker | 2015-06-23 | 1 | -0/+36 |
* | | | | Deprecate PHP 4 constructors | Andrea Faulds | 2015-03-31 | 1 | -1/+1 |
* | | | | Improve test scripts | Xinchen Hui | 2015-03-21 | 3 | -72/+46 |
* | | | | More error conditions | Xinchen Hui | 2015-03-21 | 2 | -4/+21 |
* | | | | Improved impelmentation(and cleanup behaviro with errors conditions) | Xinchen Hui | 2015-03-21 | 4 | -53/+20 |
* | | | | Implement preg_replace_callback_array function | Wei Dai | 2015-03-13 | 4 | -0/+158 |
* | | | | added PCRE JIT availability info to phpinfo() | Anatol Belski | 2015-02-07 | 1 | -0/+14 |
* | | | | Remove preg_replace /e modifier | Nikita Popov | 2015-01-26 | 3 | -25/+2 |
* | | | | Use "float" and "integer" in typehint and zpp errors | Andrea Faulds | 2014-12-21 | 1 | -2/+2 |
* | | | | Enabled JIT for preg_split(). Use better zend_hash_*() functions. | Dmitry Stogov | 2014-12-19 | 1 | -0/+2 |
* | | | | use a suitable number of patterns to show the bug is resolved, not a stupid n... | krakjoe | 2014-08-21 | 1 | -1/+2 |
* | | | | Bundle pcre-8.35 with sljit support | Dmitry Stogov | 2014-06-06 | 2 | -0/+2 |
|/ / / | |||||
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2014-05-09 | 1 | -0/+10 |
|\ \ \ | |/ / | |||||
| * | | Bug #67238 Ungreedy and min/max quantifier bug in PCRE 8.34 upstream | Anatol Belski | 2014-05-09 | 1 | -0/+10 |
* | | | Add support for PCRE marks | Nikita Popov | 2014-03-17 | 1 | -0/+202 |
|/ / | |||||
* | | pcre tests go with 8.34 upgrade | Anatol Belski | 2014-02-04 | 3 | -4/+10 |
* | | typo fixes | Veres Lajos | 2013-07-15 | 4 | -12/+12 |
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 3 | -3/+3 |
* | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-10-18 | 1 | -0/+23 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-18 | 1 | -0/+23 |
| |\ | |||||
| | * | Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite) | Xinchen Hui | 2012-10-18 | 1 | -0/+23 |
* | | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-10-10 | 2 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 2 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 2 | -0/+0 |
| | * | These regexes don't fail under the new backtrack limit, so lower it just for ... | Ferenc Kovacs | 2011-09-04 | 1 | -0/+2 |
| | * | - Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it retu... | Felipe Pena | 2010-11-06 | 4 | -3/+16 |
| | * | - Fixed bug #52971 (PCRE-Meta-Characters not working with utf-8) | Felipe Pena | 2010-10-03 | 1 | -0/+43 |
| | * | Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fix... | Kalle Sommer Nielsen | 2010-08-11 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.4' | Stanislav Malyshev | 2012-08-28 | 1 | -0/+42 |
|\ \ \ | |/ / | |||||
| * | | fix bug #55856: preg_replace should fail on trailing garbage | Stanislav Malyshev | 2012-08-28 | 1 | -0/+42 |
| * | | Delete empty test files (old MQ tests) | Pierrick Charron | 2011-07-22 | 1 | -0/+0 |
| * | | - remove magic quotes support, functions are kept (see the NEWS entry for the... | Pierre Joye | 2011-07-22 | 1 | -13/+0 |