| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed bug #73646 (mb_ereg_search_init null pointer dereference) | Xinchen Hui | 2016-12-09 | 1 | -0/+11 |
| * | Fixed bug #73532 (Null pointer dereference in mb_eregi) | Xinchen Hui | 2016-11-16 | 1 | -0/+8 |
| * | Merge branch 'pull-request/2115' into PHP-7.1 | Christoph M. Becker | 2016-09-06 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix #72948: Uncatchable "Catchable" fatal error for class to string conversions | Christoph M. Becker | 2016-09-03 | 1 | -1/+1 |
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Yasuo Ohgaki | 2016-09-06 | 1 | -0/+53 |
| |\ \ | |||||
| | * \ | Merge branch 'PHP-5.6' into PHP-7.0 | Yasuo Ohgaki | 2016-09-06 | 1 | -0/+53 |
| | |\ \ | |||||
| | | * | | Fixed Bug #66964 mb_convert_variables() cannot detect recursion | Yasuo Ohgaki | 2016-09-06 | 1 | -0/+53 |
| * | | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-09-04 | 1 | -0/+17 |
| |\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| | * | | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-09-04 | 1 | -0/+17 |
| | |\ \ | | |/ | |||||
| | | * | Fix #72994: mbc_to_code() out of bounds read | Christoph M. Becker | 2016-09-04 | 1 | -0/+17 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-08-30 | 1 | -0/+23 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-08-30 | 1 | -0/+23 |
| | |\ \ | | |/ | |||||
| | | * | Fix #66797: mb_substr only takes 32-bit signed integer | Christoph M. Becker | 2016-08-30 | 1 | -0/+23 |
| * | | | Fix #72711: `mb_ereg` does not clear the `$regs` parameter on failure | ju1ius | 2016-08-05 | 5 | -48/+95 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-07-30 | 1 | -0/+12 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-07-30 | 1 | -0/+12 |
| | |\ \ | | |/ | |||||
| | | * | fixes bad address given to onig_error_code_to_str | ju1ius | 2016-07-30 | 1 | -0/+12 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-07-28 | 2 | -4/+25 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-07-28 | 1 | -0/+21 |
| | |\ \ | | |/ | |||||
| | | * | Fix #72694: mb_ereg_search_setpos does not accept a string's last position | Christoph M. Becker | 2016-07-28 | 1 | -0/+21 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-07-28 | 2 | -4/+45 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-07-28 | 2 | -4/+45 |
| | |\ \ | | |/ | |||||
| | | * | Fix #72693: mb_ereg_search increments search position when a match zero-width | Christoph M. Becker | 2016-07-28 | 2 | -4/+45 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-07-28 | 1 | -0/+48 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-07-28 | 1 | -0/+48 |
| | |\ \ | | |/ | |||||
| | | * | Fix #72691: mb_ereg_search raises a warning if a match zero-width | Christoph M. Becker | 2016-07-28 | 1 | -0/+48 |
| * | | | add test | Masaki Kagaya | 2016-07-17 | 1 | -0/+21 |
| * | | | Implement RFC "Deprecate mb_ereg_replace eval option" | Christoph M. Becker | 2016-07-11 | 2 | -1/+4 |
| * | | | Merge branch 'throw-error-in-extensions' | Aaron Piotrowski | 2016-07-05 | 1 | -3/+10 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'master' into throw-error-in-extensions | Aaron Piotrowski | 2016-06-10 | 10 | -241/+499 |
| | |\ \ \ | |||||
| | * | | | | Convert E_ERROR to thrown Error in extensions | Aaron Piotrowski | 2015-07-05 | 1 | -3/+10 |
| * | | | | | Merge branch 'PHP-7.0' | Stanislav Malyshev | 2016-06-21 | 1 | -0/+17 |
| |\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| | * | | | | Merge branch 'PHP-7.0.8' into PHP-7.0 | Stanislav Malyshev | 2016-06-21 | 1 | -0/+17 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | Merge branch 'PHP-5.6.23' into PHP-7.0.8 | Stanislav Malyshev | 2016-06-21 | 1 | -0/+17 |
| | | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | | | * | | | Merge branch 'PHP-5.5' into PHP-5.6.23 | Stanislav Malyshev | 2016-06-21 | 1 | -0/+17 |
| | | | |\ \ \ | |||||
| | | | | * | | | Fix bug #72402: _php_mb_regex_ereg_replace_exec - double free | Stanislav Malyshev | 2016-06-18 | 1 | -0/+17 |
| | | | | * | | | added missing parentheses | Masaki Kagaya | 2015-03-08 | 1 | -0/+12 |
| | | | | * | | | put this test back to XFAIL, as it was before, since it is still leaking memory | Ferenc Kovacs | 2014-04-29 | 1 | -0/+2 |
| | | | | * | | | tests still failing, so xfail for now until fixed | Stanislav Malyshev | 2014-01-29 | 2 | -2/+4 |
| | | | * | | | | added missing parentheses | Masaki Kagaya | 2015-03-08 | 1 | -0/+12 |
| | | | * | | | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 2 | -2/+2 |
| * | | | | | | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-06-13 | 1 | -0/+10 |
| |\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | | | |||||
| | * | | | | | Fixed bug #72399 (Use-After-Free in MBString (search_re)) | Xinchen Hui | 2016-06-13 | 1 | -0/+10 |
| | |/ / / / | |||||
| * | | | | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-05-05 | 1 | -0/+14 |
| |\ \ \ \ \ | |/ / / / | |||||
| | * | | | | Fixed bug #72164 (Null Pointer Dereference - mb_ereg_replace) | Xinchen Hui | 2016-05-05 | 1 | -0/+14 |
| | | |_|/ | |/| | | |||||
| * | | | | mb_strpos()/mb_stripos(): Add support for negative offset | Francois Laupretre | 2016-03-09 | 7 | -151/+255 |
| * | | | | mb_ereg_search_setpos(): Add support for negative position | Francois Laupretre | 2016-03-09 | 1 | -0/+70 |
| * | | | | mb_strimwidth(): Add support for negative 'start' and 'width' | Francois Laupretre | 2016-03-09 | 1 | -11/+25 |
| * | | | | strpos()/stripos(): Add support for negative offsets | Francois Laupretre | 2016-03-09 | 1 | -87/+143 |
| |/ / / | |||||
| * | | | Finish PHP 4 constructor deprecation | Nikita Popov | 2015-03-31 | 1 | -1/+1 |
