summaryrefslogtreecommitdiff
path: root/ext/bcmath/bcmath.c
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-10/+10
* Fixed bug #80545Jens de Nies2021-01-121-53/+144
* Update bcmath.scale when calling bcscale()Nikita Popov2020-10-211-1/+5
* Promote some warnings in BCMath to ErrorsGeorge Peter Banyard2020-09-111-11/+3
* Remove proto comments from C filesMax Semenik2020-07-061-30/+15
* make bcpowmod stricter by not returning false, instead throw exceptionVladyslav Startsev2020-06-221-4/+10
* Fix [-Wundef] warning in BCMath extensionGeorge Peter Banyard2020-05-161-1/+1
* Convert UNKNOWN default values to null in ext/bcmathMáté Kocsis2020-05-021-71/+88
* Ensure bcmath scale is between 0 and INT_MAXVladyslav Startsev2020-04-271-27/+85
* Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-041-15/+1
* Elevate warnings to Error Exceptions in ext/bcmathChristoph M. Becker2019-10-281-3/+4
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Add BCMath PHP stubsSimon Podlipsky2019-08-101-65/+5
* Add return type for bcmath extension functionsGabriel Caruso2019-06-011-9/+9
* Warn about non well-formed arguments in bcmathvladyslavstartsev2019-05-141-4/+12
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
* Fix some misspellingsGabriel Caruso2018-08-121-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* year++Xinchen Hui2018-01-021-1/+1
* 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-061-4/+17
|\
| * Scale support for bcmod()Christoph M. Becker2017-11-061-4/+17
* | Merge branch 'pull-request/2742'Christoph M. Becker2017-09-181-54/+7
|\ \
| * | Fixed bug #66364 (BCMath bcmul ignores scale parameter)Christoph M. Becker2017-09-081-54/+7
| |/
* | Fix proto and indentationChristoph M. Becker2017-09-061-2/+2
* | Fix arginfoChristoph M. Becker2017-09-061-1/+1
* | Merge branch 'pull-request/778' into bcscale-return-old-valueChristoph M. Becker2017-09-061-3/+8
|\ \ | |/ |/|
| * Return old scale value from bcscale()Chris Wright2014-08-181-5/+9
* | Fixed bug #46564Libor M2017-01-071-2/+2
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | Convert bcmath to new parameter parsing APISara Golemon2016-12-271-44/+69
* | Use zend_string in bcmath paramsSara Golemon2016-12-271-45/+36
* | fix mergeAnatol Belski2016-04-271-2/+3
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-04-271-0/+21
|\ \
| * \ Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-04-261-19/+41
| |\ \
| | * | Fix bug #72093: bcpowmod accepts negative scale and corrupts _one_ definitionStanislav Malyshev2016-04-241-19/+41
| | * | Bump yearXinchen Hui2015-01-151-1/+1
| | * | Bump yearXinchen Hui2014-01-031-1/+1
* | | | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* | | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ \ \ | |/ / /
| * | | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * | | bump yearXinchen Hui2015-01-151-1/+1
* | | | cleaning up the version macrosAnatol Belski2015-03-231-1/+1
* | | | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-2/+2
* | | | bump yearXinchen Hui2015-01-151-1/+1
* | | | trailing whitespace removalStanislav Malyshev2015-01-101-17/+17