Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #73174 - heap overflow in php_pcre_replace_impl | Stanislav Malyshev | 2016-09-28 | 1 | -8/+14 |
* | Fix various int size overflows. | Stanislav Malyshev | 2016-09-12 | 1 | -7/+7 |
* | Implement #47456: Missing PCRE option 'J' | Christoph M. Becker | 2016-09-05 | 1 | -0/+1 |
* | Fix #72688: preg_match missing group names in matches | Christoph M. Becker | 2016-07-27 | 1 | -1/+1 |
* | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-09-01 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-5.4.45' into PHP-5.5.29 | Stanislav Malyshev | 2015-09-01 | 1 | -74/+74 |
| |\ | |||||
* | \ | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-09-01 | 1 | -69/+69 |
|\ \ \ | |||||
| * \ \ | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-09-01 | 1 | -73/+73 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | Fix bug #70345 (Multiple vulnerabilities related to PCRE functions) | Stanislav Malyshev | 2015-08-28 | 1 | -76/+76 |
* | | | Fix #70232: Incorrect bump-along behavior with \K and empty string match | Christoph M. Becker | 2015-08-13 | 1 | -9/+14 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Christoph M. Becker | 2015-06-23 | 1 | -4/+27 |
|\ \ \ | |/ / | |||||
| * | | Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the st... | Christoph M. Becker | 2015-06-23 | 1 | -4/+27 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Christoph M. Becker | 2015-06-23 | 1 | -6/+18 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #69864 (Segfault in preg_replace_callback) | Christoph M. Becker | 2015-06-23 | 1 | -6/+18 |
| * | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-11-03 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-11-03 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Initialize the offset table - PCRE may sometimes miss offsets | Stanislav Malyshev | 2014-11-03 | 1 | -1/+1 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | Add support for PCRE marks | Nikita Popov | 2014-03-17 | 1 | -2/+42 |
* | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | Avoid interned hash key duplication and hash key length recaclulation | Dmitry Stogov | 2013-11-29 | 1 | -4/+6 |
|/ / | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-03-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Anatol Belski | 2013-03-14 | 1 | -1/+1 |
| |\ | |||||
| | * | fix zts check | Anatol Belski | 2013-03-14 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-03-04 | 1 | -1/+8 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Anatol Belski | 2013-03-04 | 1 | -1/+8 |
| |\ \ | | |/ | |||||
| | * | Fixed PCRE locale crash in Windows/TS | Stephen A. Zarkos | 2013-03-04 | 1 | -1/+8 |
| | * | Happy New Year~ | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | * | Safer way to call pcre_fullinfo - bug 60986 | Rasmus Lerdorf | 2012-02-06 | 1 | -1/+2 |
| | * | Fix for bug 60986 | Rasmus Lerdorf | 2012-02-06 | 1 | -2/+2 |
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | * | - revert incorrect fix introduced in r316528 | Pierre Joye | 2011-09-12 | 1 | -1/+0 |
| | * | Ensure we are working with strings here | Hannes Magnusson | 2011-09-12 | 1 | -0/+1 |
| | * | efree match_sets on an error here - found by Coverity | Rasmus Lerdorf | 2011-08-05 | 1 | -0/+1 |
| | * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | * | Increase the overly conservative pcre backtrack limit from 100000 to 1000000 | Rasmus Lerdorf | 2011-05-21 | 1 | -1/+1 |
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | * | - Coding standards | Felipe Pena | 2010-11-06 | 1 | -3/+2 |
| | * | - Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it retu... | Felipe Pena | 2010-11-06 | 1 | -1/+7 |
| | * | - Fixed bug #52971 (PCRE-Meta-Characters not working with utf-8) | Felipe Pena | 2010-10-03 | 1 | -1/+8 |
| * | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.4' | Adam Harvey | 2012-11-12 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Update arginfo for preg_match_all() to reflect reality. | Adam Harvey | 2012-11-12 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.4' | Dmitry Stogov | 2012-10-26 | 1 | -0/+18 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #63180 (Corruption of hash tables) | Dmitry Stogov | 2012-10-26 | 1 | -0/+18 |