summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fixed tests (added missing zend.multibyte=On)Dmitry Stogov2014-04-103-0/+6
* | Fixed segfault due to incompleted refactoringXinchen Hui2014-03-241-3/+3
* | It's a tradition return NULL on error of args parsingXinchen Hui2014-03-2436-152/+152
* | Refactor mbstring (incompleted)Xinchen Hui2014-03-2412-53/+53
|/
* Enable zend.multibyte tests. Tipcal configuration works, but most tests fail.Yasuo Ohgaki2014-01-1914-95/+22
* non living code related typo fixesVeres Lajos2013-08-041-1/+1
* MFH: fixed #65045: mb_convert_encoding breaks well-formed character.Rui Hirokawa2013-07-312-9/+38
* Missed SKIPIFXinchen Hui2013-05-091-0/+2
* Fix test failed after 0ea83ff8478d867ebf1603a43cd5d3432022cee7Xinchen Hui2013-02-161-2/+0
* mb_split() can now handle empty matches like preg_split() does.Moriyoshi Koizumi2013-02-102-17/+24
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-073-0/+74
|\
| * Fixed bug #63447 (max_input_vars doesn't filter variables when mbstring.encod...Xinchen Hui2012-11-073-0/+74
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
|\ \ | |/
| * Remove executable permission on phptXinchen Hui2012-10-101-0/+0
| * Fixed bug #61631 mbstring mail related tests failAnatoliy Belsky2012-04-108-0/+24
* | Allow null as a default value for length in mb_substr() and mb_strcut()Lars Strojny2012-09-021-2/+0
* | Fixed bug #61631 mbstring mail related tests failAnatoliy Belsky2012-04-108-16/+16
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-03-221-3/+3
|\ \ | |/
| * Fix test, and merge the modification from trunkXinchen Hui2012-03-221-3/+3
| * fixed failed tests (backport from PHP_5_4/trunk).Rui Hirokawa2012-01-143-3/+6
| * - Fixed possible crash in mb_ereg_search_init() using empty patternFelipe Pena2011-11-211-0/+18
| * MFH: fixed #40685: removed '&' in mb_decode_numericentity().Rui Hirokawa2011-09-241-0/+20
| * - add skipifPierre Joye2011-09-061-0/+2
| * - Fixed bug #54494: mb_substr() mishandles UTF-32LE and UCS-2LE.Gustavo André dos Santos Lopes2011-04-091-0/+52
| * - Fix bug #53273 (mb_strcut() returns garbage with the excessive length param...Moriyoshi Koizumi2010-11-091-0/+31
| * - Fixed tests not passing under windows because of the directory separatorPatrick Allaert2010-11-081-2/+2
| * - Fixed bug #52981 (Unicode casing table was out-of-date).Gustavo André dos Santos Lopes2010-10-051-0/+23