Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-09-23 | 1 | -9/+15 |
|\ | |||||
| * | Fix bug #73121 Bundled PCRE doesn't compile because JIT isn't supported on s390 | Anatol Belski | 2016-09-23 | 1 | -9/+15 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Andrea Faulds | 2016-09-11 | 1 | -58/+0 |
|\ \ | |/ | |||||
| * | Remove zpp fallback code (always use Fast ZPP) | Andrea Faulds | 2016-09-11 | 1 | -58/+0 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2016-09-05 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2016-09-05 | 1 | -0/+1 |
| |\ | |||||
| | * | Implement #47456: Missing PCRE option 'J' | Christoph M. Becker | 2016-09-05 | 1 | -0/+1 |
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-08-29 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | fix possible memory leak | Anatol Belski | 2016-08-29 | 1 | -0/+5 |
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-07-27 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-07-27 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix #72688: preg_match missing group names in matches | Christoph M. Becker | 2016-07-27 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-06-23 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #72476 (Memleak in jit_stack) | Xinchen Hui | 2016-06-23 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-06-22 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #72463 mail fails with invalid argument | Anatol Belski | 2016-06-22 | 1 | -1/+1 |
| * | | 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 |
* | | | fix #72143 (preg_replace uses int instead of size_t on zend_string_allocs) | Joe Watkins | 2016-05-14 | 1 | -2/+2 |
* | | | Simplified condition | Dmitry Stogov | 2016-04-29 | 1 | -1/+1 |
|/ / | |||||
* | | 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 | 1 | -1/+34 |
* | | Fix bug #71659 | Nikita Popov | 2016-03-09 | 1 | -24/+4 |
* | | Fixed bug #71537 (PCRE segfault from Opcache) | Xinchen Hui | 2016-02-07 | 1 | -6/+8 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 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 |
| | |\ | |||||
* | | | | Fixed bug #71178 (preg_replace with arrays creates [0] in replace array if no... | Xinchen Hui | 2015-12-21 | 1 | -1/+1 |
* | | | | 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 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | 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 |
* | | | | 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 | 1 | -9/+14 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix #70232: Incorrect bump-along behavior with \K and empty string match | Christoph M. Becker | 2015-08-13 | 1 | -9/+14 |
* | | | | add new error constant PREG_JIT_STACKLIMIT_ERROR | Christoph M. Becker | 2015-07-26 | 1 | -1/+9 |
* | | | | 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 | 1 | -4/+27 |
|\ \ \ \ | |/ / / | |||||
| * | | | 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.6' | Christoph M. Becker | 2015-06-23 | 1 | -5/+17 |
|\ \ \ \ | |/ / / | |||||
| * | | | 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 |