summaryrefslogtreecommitdiff
path: root/ext/bcmath
Commit message (Expand)AuthorAgeFilesLines
* Migrate skip checks to --EXTENSIONS--, p1Max Semenik2021-03-2247-135/+95
* Add test cases for bcmath ValueErrorsAlex McLean2021-03-0310-0/+232
* Improve class entry generationMáté Kocsis2021-02-161-1/+0
* Implicitly enable function entry generation when class entry generation is en...Máté Kocsis2021-02-092-5/+2
* Generate class entries for a few extensionsMáté Kocsis2021-02-032-2/+6
* Replace zend_bool uses with boolNikita Popov2021-01-151-10/+10
* Fixed bug #80545Jens de Nies2021-01-123-84/+244
* Fix memory leak with bcsqrt on number 0<X<1Nikita Popov2020-11-122-1/+3
* Update bcmath.scale when calling bcscale()Nikita Popov2020-10-212-1/+13
* Update gmp+bcmath parameter namesNikita Popov2020-09-294-25/+21
* Promote some warnings in BCMath to ErrorsGeorge Peter Banyard2020-09-1118-152/+99
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-091-1/+0
* Remove proto comments from C filesMax Semenik2020-07-061-30/+15
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* make bcpowmod stricter by not returning false, instead throw exceptionVladyslav Startsev2020-06-226-10/+38
* Fix [-Wundef] warning in BCMath extensionGeorge Peter Banyard2020-05-161-1/+1
* Convert UNKNOWN default values to null in ext/bcmathMáté Kocsis2020-05-023-88/+105
* Ensure bcmath scale is between 0 and INT_MAXVladyslav Startsev2020-04-276-36/+177
* Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-044-26/+30
* Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-176-10/+10
* Fix #78880: Final spelling fixesMáté Kocsis2020-01-161-1/+1
* Fix smaller issues with stubsMáté Kocsis2019-12-201-9/+9
* Merge branch 'PHP-7.4'Stanislav Malyshev2019-12-161-1/+0
|\
| * Test fixesStanislav Malyshev2019-12-161-1/+0
* | Merge branch 'PHP-7.4'Stanislav Malyshev2019-12-162-2/+15
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-12-162-2/+15
| |\
| | * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-12-162-2/+15
| | |\
| | | * Fix #78878: Buffer underflow in bc_shift_addsubChristoph M. Becker2019-12-162-2/+15
* | | | Add union return types for function stubsMáté Kocsis2019-11-112-3/+2
* | | | Clean DONE tags from testsFabien Villepinte2019-11-079-18/+0
* | | | Elevate warnings to Error Exceptions in ext/bcmathChristoph M. Becker2019-10-286-17/+30
* | | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-252-4/+0
* | | | 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
| | |\ \ | | | |/