summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Promote invalid case mode to ValueError in mb_case_converterGeorge Peter Banyard2020-04-055-54/+68
* | | mb_scrub() can't return false anymoreGeorge Peter Banyard2020-04-053-15/+4
* | | Promote some warnings to ValueError in mbstringGeorge Peter Banyard2020-04-057-45/+152
* | | Convert some if blocks to assertionsGeorge Peter Banyard2020-04-051-23/+12
* | | Generate functions entries from stubs for another set of extensionsMáté Kocsis2020-04-0534-811/+868
* | | Move variable declaration closer to its usageMáté Kocsis2020-04-051-1/+1
* | | Improve gen_stub.phpMáté Kocsis2020-04-0410-160/+303
* | | Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-0438-470/+484
* | | Annotate function aliases in stubsMáté Kocsis2020-04-0416-30/+133
* | | Merge branch 'PHP-7.4'George Peter Banyard2020-04-033-34/+17
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4George Peter Banyard2020-04-033-34/+17
| |\ \ | | |/
| | * Went to fast and forgot to update testsGeorge Peter Banyard2020-04-033-32/+16
* | | Merge branch 'PHP-7.4'George Peter Banyard2020-04-032-1/+12
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4George Peter Banyard2020-04-032-1/+12
| |\ \ | | |/
| | * Fix Bug #79448 0 is a valid Unicode codepoint, but mb_substitute_character(0)...George Peter Banyard2020-04-032-1/+12
* | | Fix stub for zend_terminate_string()Nikita Popov2020-04-032-2/+2
* | | Verify that all stubs have a return typeNikita Popov2020-04-0327-26/+121
* | | Stubs: Store information per-classNikita Popov2020-04-034-284/+308
* | | Remove now unnecessary PHP_FUNCTION() declarationsNikita Popov2020-04-0350-748/+0
* | | Generate function entries from stubsNikita Popov2020-04-034-762/+1502
* | | Do not include the same stub multiple timesMáté Kocsis2020-04-03105-2303/+2628
* | | 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
* | | add some output when generating arginfoRemi Collet2020-04-031-0/+2
* | | Move gen_stub.php to build directory and install it so phpize can take care o...Remi Collet2020-04-035-6/+8
* | | Merge branch 'PHP-7.4'Nikita Popov2020-04-031-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-031-1/+1
| |\ \ | | |/
| | * Fix incorrect free for last_messageQianqian Bu2020-04-031-1/+1
* | | 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'Nikita Popov2020-04-020-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-022-14/+22
| |\ \ | | |/
| | * Fixed bug #79434Nikita Popov2020-04-023-14/+26
* | | Merge branch 'PHP-7.4'Matteo Beccati2020-04-024-1/+24
|\ \ \ | |/ /
| * | Skip fpm tests not designed to be run as rootMatteo Beccati2020-04-024-0/+13
| * | Allow fpm tests to be run with long socket pathMatteo Beccati2020-04-021-1/+11
* | | news / UPGRADING for zip 1.19.0Remi Collet2020-04-022-1/+9
* | | - add ZipArchive::EM_UNKNOWN constant - add ZipArchive::EM_TRAD_PKWARE consta...Remi Collet2020-04-025-9/+141
* | | Fix #47983: mixed LF and CRLF line endings in mail()Christoph M. Becker2020-04-023-5/+23
* | | Prevent imap mail tests from borking instead of skippingChristoph M. Becker2020-04-021-1/+1
* | | use a better setter for zip_error_tRemi Collet2020-04-021-2/+2
* | | Remove <default> prefix from reflection dumpNikita Popov2020-04-0210-28/+24
* | | Display property default value in reflection dumpsNikita Popov2020-04-0210-79/+90
* | | Show property type in reflection exportNikita Popov2020-04-022-5/+15
* | | Avoid control flow warningNikita Popov2020-04-021-0/+5