summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* Fix #68690: Hypothetical off-by-one conditionChristoph M. Becker2020-04-031-1/+1
* Promote unknown encoding throws in encoding array/string listGeorge Peter Banyard2020-04-037-70/+132
* Refactor mb_substr_count()George Peter Banyard2020-04-024-19/+29
* Convert if branch to assertion in mb_strlenGeorge Peter Banyard2020-04-023-9/+11
* Promote mb_str_split warning to ValueErrorGeorge Peter Banyard2020-04-024-13/+42
* Merge mb_strstr() variants under a common implementationGeorge Peter Banyard2020-04-021-124/+37
* Improve code flowGeorge Peter Banyard2020-04-021-13/+13
* Use ZEND_NUM_ARGS() macro instead of custom variableGeorge Peter Banyard2020-04-021-5/+4
* Promote empty string warning to ValueError in mb_ord()George Peter Banyard2020-04-022-10/+10
* Merge branch 'PHP-7.4'George Peter Banyard2020-04-011-0/+17
|\
| * Merge branch 'PHP-7.3' into PHP-7.4George Peter Banyard2020-04-013-4/+17
| |\
| | * Fix bug 79441George Peter Banyard2020-04-013-4/+17
| | * Fix #79371: mb_strtolower (UTF-32LE): stack-buffer-overflowChristoph M. Becker2020-03-162-1/+15
| * | Fix #79371: mb_strtolower (UTF-32LE): stack-buffer-overflowChristoph M. Becker2020-03-162-1/+15
* | | Promote unsupported encoding warnings to ValueErrorGeorge Peter Banyard2020-04-014-38/+36
* | | Use php_mb_get_encoding instead of mbfl_name2encoding to get encodingGeorge Peter Banyard2020-03-312-37/+67
* | | Move encoding fetching out of php_mb_convert_encoding()Nikita Popov2020-03-313-30/+29
* | | Remove unnecesary check in php_mb_check_encoding()Nikita Popov2020-03-311-4/+0
* | | Use explicit helperGeorge Peter Banyard2020-03-311-9/+7
* | | Encoding argument is always MBREX(current_mbctype)George Peter Banyard2020-03-311-7/+8
* | | Convert some unknown encoding warnings to ValueErrors in ext/mbstringGeorge Peter Banyard2020-03-3130-403/+550
* | | Make sure mbstring.internal_encoding deprecation is always thrownNikita Popov2020-03-317-9/+21
* | | mb_detect_order(): Use proper array|string argumentNikita Popov2020-03-303-23/+19
* | | Remove persistent arg from parse_encoding_array()Nikita Popov2020-03-301-8/+8
* | | mb_check_encoding(): Make var a proper array|string argNikita Popov2020-03-303-22/+21
* | | mb_detect_encoding(): Use proper array|string parameterNikita Popov2020-03-303-27/+23
* | | mb_convert_variables(): Make $from an array|string argumentNikita Popov2020-03-303-23/+18
* | | mb_convert_encoding(): Make $input a proper array|string argNikita Popov2020-03-303-16/+8
* | | mb_convert_encoding(): Make $from_encodings a proper array|string argNikita Popov2020-03-303-26/+22
* | | Parse mb_convert_encoding() encodings only onceNikita Popov2020-03-303-79/+60
* | | Properly report unknown encoding in encoding listsNikita Popov2020-03-306-164/+123
* | | Move encoding fetching outside php_mb_stripos()Nikita Popov2020-03-302-12/+18
* | | Fix #76999: mb_regex_set_options() return current optionsChristoph M. Becker2020-03-272-3/+27
* | | Fix #79371: mb_strtolower (UTF-32LE): stack-buffer-overflowChristoph M. Becker2020-03-162-1/+15
* | | Update Unicode tables to 13.0.0Nikita Popov2020-03-121-3508/+3605
* | | Change argument error message formatMáté Kocsis2020-02-261-2/+2
* | | Fix mbstring regex variable types to correspond to OnigurumaGeorge Peter Banyard2020-02-261-2/+6
* | | Fix [-Wmissing-field-initializers] compiler warning in mbstringGeorge Peter Banyard2020-02-2165-166/+341
* | | Make type error messages more consistentMáté Kocsis2020-02-171-2/+2
* | | Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-172-4/+6
* | | Replace @param annotations with type declarationsChristoph M. Becker2020-02-162-6/+4
* | | var_dump(): Don't skip recursion detection on first levelNikita Popov2020-02-121-12/+1
* | | Reindent phpt filesNikita Popov2020-02-0370-647/+647
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-301-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-301-0/+2
| |\ \ | | |/
| | * Add SKIPIF to test requiring mbregexNikita Popov2020-01-301-0/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-304-9/+11
|\ \ \ | |/ /
| * | Fix shift ub in mbstringNikita Popov2020-01-302-8/+8
| * | Restore digit check in mb_decode_numericentity()Nikita Popov2020-01-302-1/+3
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-292-4/+9
|\ \ \ | |/ /