summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #62934Nikita Popov2017-07-281-0/+10
* Fix #71606: Segmentation fault mb_strcut with HTML-ENTITIESChristoph M. Becker2017-07-231-0/+13
* Merge branch 'PHP-5.6' into PHP-7.0Yasuo Ohgaki2016-09-061-0/+53
|\
| * Fixed Bug #66964 mb_convert_variables() cannot detect recursionYasuo Ohgaki2016-09-061-0/+53
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-041-0/+17
|\ \ | |/
| * Fix #72994: mbc_to_code() out of bounds readChristoph M. Becker2016-09-041-0/+17
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-08-301-0/+23
|\ \ | |/
| * Fix #66797: mb_substr only takes 32-bit signed integerChristoph M. Becker2016-08-301-0/+23
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-301-0/+12
|\ \ | |/
| * fixes bad address given to onig_error_code_to_strju1ius2016-07-301-0/+12
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-281-0/+21
|\ \ | |/
| * Fix #72694: mb_ereg_search_setpos does not accept a string's last positionChristoph M. Becker2016-07-281-0/+21
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-282-4/+45
|\ \ | |/
| * Fix #72693: mb_ereg_search increments search position when a match zero-widthChristoph M. Becker2016-07-282-4/+45
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-281-0/+48
|\ \ | |/
| * Fix #72691: mb_ereg_search raises a warning if a match zero-widthChristoph M. Becker2016-07-281-0/+48
* | Merge branch 'PHP-7.0.8' into PHP-7.0Stanislav Malyshev2016-06-211-0/+17
|\ \
| * \ Merge branch 'PHP-5.6.23' into PHP-7.0.8Stanislav Malyshev2016-06-211-0/+17
| |\ \ | | |/
| | * Merge branch 'PHP-5.5' into PHP-5.6.23Stanislav Malyshev2016-06-211-0/+17
| | |\
| | | * Fix bug #72402: _php_mb_regex_ereg_replace_exec - double freeStanislav Malyshev2016-06-181-0/+17
| | | * added missing parenthesesMasaki Kagaya2015-03-081-0/+12
| | | * put this test back to XFAIL, as it was before, since it is still leaking memoryFerenc Kovacs2014-04-291-0/+2
| | | * tests still failing, so xfail for now until fixedStanislav Malyshev2014-01-292-2/+4
| | * | added missing parenthesesMasaki Kagaya2015-03-081-0/+12
| | * | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-232-2/+2
* | | | Fixed bug #72399 (Use-After-Free in MBString (search_re))Xinchen Hui2016-06-131-0/+10
|/ / /
* | | Fixed bug #72164 (Null Pointer Dereference - mb_ereg_replace)Xinchen Hui2016-05-051-0/+14
* | | Finish PHP 4 constructor deprecationNikita Popov2015-03-311-1/+1
* | | Deprecate PHP 4 constructorsAndrea Faulds2015-03-311-2/+2
* | | added missing parenthesesMasaki Kagaya2015-03-081-0/+12
* | | Merge remote-tracking branch 'datibbaw/kill-ereg'Adam Harvey2015-03-055-34/+7
|\ \ \
| * | | Revert "Revert "Removing ext/ereg and dependencies""Tjerk Meesters2014-09-115-34/+7
* | | | Fix declare error behavior so that improper usages will actually errorAnthony Ferrara2015-02-204-2/+32
* | | | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-215-35/+35
* | | | Updated or skipped certain 32-bit testsAndrea Faulds2014-12-175-1/+6
* | | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-232-2/+2
* | | | Fix yy_limit computation after encoding switchNikita Popov2014-09-112-6/+0
* | | | Remove self-contradictory zend multibyte assertionNikita Popov2014-09-112-2/+3
|/ / /
* | | Revert "Removing ext/ereg and dependencies"Dmitry Stogov2014-09-115-7/+34
* | | Removing ext/ereg and dependenciesTjerk Meesters2014-09-115-34/+7
* | | Merge branch 'master' into phpngDmitry Stogov2014-05-131-1/+2
|\ \ \ | |/ /
| * | Fixed test for commit 997be125eb0228c5b1b6dd278f617791e71192c6Yasuo Ohgaki2014-05-121-1/+2
| * | XFAIL the leaking multibyte tests, we should really get to the bottom of thisFerenc Kovacs2014-05-013-0/+9
* | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-2610-13/+89
|\ \ \ | |/ /
| * | multibytes tests still fail, put them in XFAILStanislav Malyshev2014-04-055-9/+4
| * | Add missing E_DEPRECATED error for https://wiki.php.net/rfc/default_encodingYasuo Ohgaki2014-03-129-4/+11
| * | Implement RFC https://wiki.php.net/rfc/default_encodingYasuo Ohgaki2014-02-131-0/+73
| * | tests still failing, so xfail for now until fixedStanislav Malyshev2014-01-292-2/+4
| |/
| * Fixed zend.multibyte tests partiallyYasuo Ohgaki2014-01-295-14/+10
| * XFAIL multibyte tests until they are fixed (bug 66582)Stanislav Malyshev2014-01-267-0/+14