Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2016-09-05 | 2 | -0/+102 |
|\ | |||||
| * | Implement #47456: Missing PCRE option 'J' | Christoph M. Becker | 2016-09-05 | 2 | -0/+102 |
* | | fix possible memory leak | Anatol Belski | 2016-08-29 | 1 | -0/+5 |
* | | Revert "upgraded to PCRE 8.39" | Anatol Belski | 2016-07-31 | 61 | -5976/+4238 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-07-27 | 2 | -1/+18 |
|\ \ | |/ | |||||
| * | Fix #72688: preg_match missing group names in matches | Christoph M. Becker | 2016-07-27 | 2 | -1/+18 |
* | | upgraded to PCRE 8.39 | Anatol Belski | 2016-07-26 | 61 | -4238/+5976 |
* | | Rewrite test to avoid sending emails | Matteo Beccati | 2016-07-06 | 2 | -5/+27 |
* | | yet another test rewrite | Anatol Belski | 2016-06-23 | 1 | -3/+8 |
* | | Fixed bug #72476 (Memleak in jit_stack) | Xinchen Hui | 2016-06-23 | 1 | -1/+1 |
* | | rewrite test | Anatol Belski | 2016-06-22 | 1 | -2/+3 |
* | | Fixed bug #72463 mail fails with invalid argument | Anatol Belski | 2016-06-22 | 2 | -1/+13 |
* | | Revert "Revert "fix #72143 (preg_replace uses int instead of size_t on zend_s... | Xinchen Hui | 2016-05-16 | 1 | -2/+2 |
* | | Revert "fix #72143 (preg_replace uses int instead of size_t on zend_string_al... | Xinchen Hui | 2016-05-16 | 1 | -2/+2 |
* | | fix #72143 (preg_replace uses int instead of size_t on zend_string_allocs) | Joe Watkins | 2016-05-14 | 1 | -2/+2 |
* | | if there's no JIT support, no RINIT is really needed | Anatol Belski | 2016-03-22 | 1 | -2/+6 |
* | | decrease the default PCRE JIT stack to 64K | Anatol Belski | 2016-03-21 | 1 | -1/+1 |
* | | Increase PCRE JIT stack size | Anatol Belski | 2016-03-21 | 3 | -2/+970 |
* | | Fix bug #71659 | Nikita Popov | 2016-03-09 | 1 | -24/+4 |
* | | Fix bug #71575 removing extra semicolons outside macros | James Titcumb | 2016-03-03 | 1 | -1/+1 |
* | | Happy Year of Monkey (Forgot test of #71537) | Xinchen Hui | 2016-02-08 | 1 | -0/+9 |
* | | Fixed bug #71537 (PCRE segfault from Opcache) | Xinchen Hui | 2016-02-07 | 1 | -6/+8 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2016-01-31 | 51 | -1573/+3279 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2016-01-31 | 50 | -1511/+3141 |
| |\ | |||||
| | * | Upgrade bundled PCRE to 8.38 | Stanislav Malyshev | 2016-01-31 | 50 | -1511/+3141 |
* | | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
| * | | 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 | 2 | -74/+98 |
| | |\ | |||||
* | | | | Fixed bug #71178 (preg_replace with arrays creates [0] in replace array if no... | Xinchen Hui | 2015-12-21 | 1 | -1/+1 |
* | | | | add comment to test | Anatol Belski | 2015-10-07 | 1 | -0/+2 |
* | | | | Removed or simplified incorrect SEPARATE_*() macros usage. | Dmitry Stogov | 2015-09-29 | 1 | -2/+0 |
* | | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-09-02 | 2 | -3/+27 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-09-01 | 2 | -69/+93 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-09-01 | 2 | -73/+97 |
| | |\ \ \ | | | |/ / | | |/| / | | | |/ | |||||
| | | * | Fix bug #70345 (Multiple vulnerabilities related to PCRE functions) | Stanislav Malyshev | 2015-08-28 | 2 | -76/+100 |
* | | | | add some range checks to pcre | Anatol Belski | 2015-08-26 | 1 | -0/+15 |
* | | | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-08-13 | 2 | -9/+82 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix #70232: Incorrect bump-along behavior with \K and empty string match | Christoph M. Becker | 2015-08-13 | 2 | -9/+82 |
* | | | | Merge branch 'pull-request/1439' | Christoph M. Becker | 2015-07-29 | 2 | -1/+19 |
|\ \ \ \ | |||||
| * | | | | add new error constant PREG_JIT_STACKLIMIT_ERROR | Christoph M. Becker | 2015-07-26 | 2 | -1/+19 |
* | | | | | first stone on using the unified globals accessor | Anatol Belski | 2015-07-29 | 1 | -6/+1 |
|/ / / / | |||||
* | | | | 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 |
* | | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -38/+38 |
* | | | | Improved zend_string API (Francois Laupretre) | Dmitry Stogov | 2015-06-29 | 1 | -2/+2 |
* | | | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-06-23 | 3 | -4/+87 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Christoph M. Becker | 2015-06-23 | 3 | -4/+87 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the st... | Christoph M. Becker | 2015-06-23 | 3 | -4/+87 |
* | | | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-06-23 | 2 | -5/+53 |
|\ \ \ \ | |/ / / |