| Commit message (Expand) | Author | Age | Files | Lines |
* | 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.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.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 |
* | | 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 |
* | | These regexes don't fail under the new backtrack limit, so lower it | Rasmus Lerdorf | 2011-06-12 | 1 | -0/+2 |
* | | - Added missing test | Felipe Pena | 2010-11-15 | 1 | -0/+43 |
* | | - Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it retu... | Felipe Pena | 2010-11-06 | 4 | -3/+16 |
* | | Implemented FR #53238 (Make third parameter of preg_match_all optional). | Adam Harvey | 2010-11-05 | 3 | -6/+15 |
* | | MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECAT... | Kalle Sommer Nielsen | 2010-08-11 | 1 | -1/+1 |
|/ |
|
* | Fixed tests | Dmitry Stogov | 2009-09-21 | 1 | -1/+1 |
* | Remove empty sections. Fix bad use of --SKIP-- | Zoe Slattery | 2009-07-21 | 1 | -2/+1 |
* | Fix test | andy wharmby | 2009-06-23 | 1 | -1/+1 |
* | - Fixed ini deprecation message issues in tests. | Jani Taskinen | 2009-05-06 | 1 | -1/+1 |
* | Added E_DEPRECATED startup notice (5.3 only) | Kalle Sommer Nielsen | 2009-05-04 | 1 | -1/+2 |
* | MFH | Arnaud Le Blanc | 2009-04-25 | 1 | -3/+3 |
* | MFH | Arnaud Le Blanc | 2009-04-24 | 1 | -5/+5 |
* | fix bug #47662: support more than 127 named subpatterns | Nuno Lopes | 2009-04-10 | 1 | -0/+18 |
* | fix bug #47229: preg_quote should escape '-' | Nuno Lopes | 2009-01-28 | 2 | -1/+38 |
* | New pcre extension tests. Tested on Windows, Linux and Linux 64-bit | andy wharmby | 2009-01-07 | 5 | -0/+169 |
* | - Opss, reverted accidental changes | Felipe Pena | 2008-11-03 | 9 | -0/+55 |
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 13 | -51/+36 |
* | remove unicode skipif, as the test doesnt require such support | Nuno Lopes | 2008-08-31 | 1 | -6/+0 |
* | - MFH preg_filter() | Marcus Boerger | 2008-08-29 | 1 | -0/+35 |
* | after rereading the documentation about preg_grep(), lets match the behavior ... | Nuno Lopes | 2008-08-14 | 1 | -10/+12 |
* | Fixed bug #44925 (preg_grep() modifies input array) | Nuno Lopes | 2008-08-14 | 1 | -0/+105 |
* | - New parameter parsing API (to preg_replace*) | Felipe Pena | 2008-06-30 | 3 | -14/+13 |
* | fix bug #44214: crash with preg_replace_callback and global variables | Nuno Lopes | 2008-03-08 | 2 | -0/+56 |
* | add new tests | Nuno Lopes | 2008-03-08 | 2 | -0/+94 |
* | Fix test | Felipe Pena | 2008-02-21 | 1 | -1/+5 |
* | fix test | Antony Dovgal | 2008-02-21 | 1 | -3/+1 |
* | New test | Felipe Pena | 2008-02-20 | 1 | -0/+14 |
* | Fixed bug #42945 (preg_split() swallows part of the string) | Nuno Lopes | 2008-01-13 | 1 | -0/+88 |
* | Add some more pcre tests | Robert Nicholson | 2007-11-21 | 30 | -0/+1459 |
* | Fixed bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines) | Nuno Lopes | 2007-10-07 | 1 | -0/+19 |
* | fix bug #37911: preg_replace_callback ignores named groups | Nuno Lopes | 2007-10-07 | 1 | -0/+41 |
* | MFH | Antony Dovgal | 2007-09-20 | 1 | -0/+22 |
* | new test | Nuno Lopes | 2007-09-01 | 1 | -0/+46 |
* | new test | Nuno Lopes | 2007-06-19 | 1 | -0/+38 |
* | add tests for pcre 7.0 regression | Nuno Lopes | 2007-06-15 | 3 | -0/+158 |