summaryrefslogtreecommitdiff
path: root/ext/bcmath
Commit message (Expand)AuthorAgeFilesLines
* Add BCMath PHP stubsSimon Podlipsky2019-08-103-65/+74
* Merge branch 'PHP-7.4'Nikita Popov2019-06-211-0/+1
|\
| * Fix leak in bcpowmodNikita Popov2019-06-211-0/+1
* | Add return type for bcmath extension functionsGabriel Caruso2019-06-011-9/+9
|/
* Warn about non well-formed arguments in bcmathvladyslavstartsev2019-05-146-10/+89
* Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* [ci skip] Rename libbcmath license file to LICENSEPeter Kokot2019-05-0725-33/+33
* [ci skip] Fix typoPeter Kokot2019-04-201-1/+1
* Refactor docs files for bcmath libraryPeter Kokot2019-04-206-42/+45
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-03-141-5/+12
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-141-5/+12
| |\
| | * Fixed bug #77742Nikita Popov2019-03-141-5/+12
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1514-14/+14
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-1425-29/+0
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-135-14/+14
| | * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-192-10/+5
| | |\
| | | * Refix the tests once moreAnatol Belski2018-05-192-10/+5
| | * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-194-2/+22
| | |\ \ | | | |/
| | | * Fix remaining AppVeyor test failures due to the image updateAnatol Belski2018-05-194-2/+22
| | | * year++Xinchen Hui2018-01-022-2/+2
| | * | year++Xinchen Hui2018-01-022-2/+2
| * | | Future-proof email addressesZeev Suraski2018-11-012-2/+2
| * | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1514-14/+14
| * | | Sync leading and final newlines in source code filesPeter Kokot2018-10-1419-22/+0
| * | | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-2/+4
* | | | Remove tests for zpp failure conditionsNikita Popov2019-03-0510-125/+0
* | | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | | Remove yearly range from copyright noticeZeev Suraski2019-01-302-2/+2
* | | | Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-1/+1
* | | | Future-proof email addresses...Zeev Suraski2018-11-012-2/+2
* | | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1514-14/+14
* | | | Sync leading and final newlines in source code filesPeter Kokot2018-10-1419-22/+0
* | | | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | | | Remove HAVE_ASSERT_HPeter Kokot2018-09-0921-21/+0
* | | | Fix some misspellingsGabriel Caruso2018-08-121-1/+1
|/ / /
* | | Remove unused Git attributes identPeter Kokot2018-07-254-8/+1
* | | Remove build system files of bundled library libbcmathPeter Kokot2018-05-2911-2505/+0
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-208-8/+8
* | | Add test for bcpwmodGabriel Caruso2018-02-121-0/+10
* | | year++Xinchen Hui2018-01-022-2/+2
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Don't reintroduce split_bc_num()Christoph M. Becker2017-11-071-20/+1
* | | Fixed build (missing function borrowed from PHP-7.2)Dmitry Stogov2017-11-071-0/+15
* | | Merge branch 'PHP-7.2'Sara Golemon2017-11-063-8/+21
|\ \ \ | |/ /
| * | Scale support for bcmod()Christoph M. Becker2017-11-063-8/+21
* | | Merge branch 'pull-request/2742'Christoph M. Becker2017-09-189-63/+90
|\ \ \
| * | | Fixed bug #66364 (BCMath bcmul ignores scale parameter)Christoph M. Becker2017-09-087-61/+88
* | | | Merge branch 'pull-request/2745'Christoph M. Becker2017-09-1312-123/+43
|\ \ \ \
| * | | | Fixed bug #75169 (BCMath errors/warnings bypass error handling)Christoph M. Becker2017-09-0912-123/+43