summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-281-6/+6
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-098-0/+8
* Only force log startup errors if display_startup_errors disabledNikita Popov2020-08-054-16/+0
* Add a few missing parameter types in stubsMáté Kocsis2020-07-302-4/+7
* Fix UNKNOWN default values in ext/mbstring and ext/gdMáté Kocsis2020-07-284-140/+139
* Fix bug #79108Nikita Popov2020-07-241-2/+2
* Fix mb_ereg_search* arg and func infoNikita Popov2020-07-212-7/+10
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-105-18/+18
* Merge branch 'PHP-7.4'Nikita Popov2020-07-082-5/+29
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-082-5/+29
| |\
| | * Fix bug #79787XXiang2020-07-082-5/+29
* | | Remove proto comments from C filesMax Semenik2020-07-062-120/+60
* | | Replace ISO_8859-* with ISO8859-* aliases for MBStringChristoph M. Becker2020-06-3015-29/+29
* | | Replace EXPECTF when possibleFabien Villepinte2020-06-293-3/+3
* | | Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-2482-440/+2
* | | Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-171-0/+5
|\ \ \ | |/ /
| * | Add mbregex skipifNikita Popov2020-06-171-0/+5
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-162-5/+16
|\ \ \ | |/ /
| * | Fix non-default syntax in mb_ereg_search()Nikita Popov2020-06-162-5/+16
| * | Fix testNikita Popov2020-04-081-2/+3
* | | Fix count_commas implementationNikita Popov2020-06-121-4/+4
* | | Fix null pointer ub in encoding parsingNikita Popov2020-06-121-18/+21
* | | Fix MSVC level 1 (severe) warningsChristoph M. Becker2020-06-051-20/+20
* | | Improve type error messages when an object is givenMáté Kocsis2020-05-262-3/+3
* | | Fix [-Wundef] warning in MBString extensionGeorge Peter Banyard2020-05-1610-73/+73
* | | Refactor mb_substitute_character()George Peter Banyard2020-05-119-160/+289
* | | Fix test file encodingNikita Popov2020-05-072-8/+10
* | | Throw warning if invalid internal_encoding ini is specifiedNikita Popov2020-05-073-0/+10
* | | Remove no_language from mbfl_stringNikita Popov2020-05-075-57/+16
* | | Only allow "pass" as input/output encodingNikita Popov2020-05-0710-55/+93
* | | Return false from failed mb_convert_variables()Nikita Popov2020-05-072-33/+32
* | | Fix assertion failure when failing to detect encodingNikita Popov2020-05-062-4/+12
* | | Fix mbfl default allocatorsNikita Popov2020-05-041-3/+0
* | | Spec mbfl allocators as infallibleNikita Popov2020-05-046-129/+29
* | | Remove persistent allocators from libmbflNikita Popov2020-05-042-24/+0
* | | Improve a last couple of argument error messagesMáté Kocsis2020-04-203-3/+3
* | | Fix [-Wjump-misses-init] in php_mbregex.c by adding an inner scopeGeorge Peter Banyard2020-04-181-0/+2
* | | Improve some TypeError and ValueError messagesMáté Kocsis2020-04-1414-102/+102
* | | Adapt assertion as mbfl_strwidth returns a size_tGeorge Peter Banyard2020-04-121-1/+1
* | | Refactor and remove dead code in mb_ereg(i)_replaceGeorge Peter Banyard2020-04-101-39/+8
* | | Convert if blocks to assertions and adapt stubs accordinglyGeorge Peter Banyard2020-04-093-91/+68
* | | Cache MBFL encoding for Oniguruma regex functions.George Peter Banyard2020-04-091-26/+13
* | | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-16/+16
* | | Update mb_strrpos() stubNikita Popov2020-04-082-7/+2
* | | Merge branch 'PHP-7.4'George Peter Banyard2020-04-075-29/+35
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4George Peter Banyard2020-04-075-28/+33
| |\ \ | | |/
| | * Revert "Went to fast and forgot to update tests"George Peter Banyard2020-04-073-16/+32
| | * Revert "Fix Bug #79448 0 is a valid Unicode codepoint, but mb_substitute_char...George Peter Banyard2020-04-072-12/+1
* | | Generate function entries for another batch of extensionsMáté Kocsis2020-04-055-138/+192