summaryrefslogtreecommitdiff
path: root/ext/bcmath/bcmath.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-66/+66
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-181-16/+16
|\ \ \ \
| * | | | fix datatype mismatch warningsAnatol Belski2014-10-301-16/+16
* | | | | opcache, intl, gmp, exif, com, bcmath to use static tsrmlsAnatol Belski2014-10-171-0/+6
|/ / / /
* | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | | 's' works with size_t round 2Anatol Belski2014-08-271-1/+1
* | | | first show to make 's' work with size_tAnatol Belski2014-08-271-8/+8
* | | | master renames phase 1Anatol Belski2014-08-251-19/+19
* | | | fixes to ext/bcmathAnatol Belski2014-08-191-18/+18
* | | | basic macro replacements, all at onceAnatol Belski2014-08-191-1/+1
| |_|/ |/| |
* | | Refactor bcmathXinchen Hui2014-05-051-26/+9
|/ /
* | Bump yearXinchen Hui2014-01-031-1/+1
|/
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Fixed bug #60337 bcscale related crashed on 64bits platformsMateusz Kocielski2011-11-191-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Fixed bug#46847 (phpinfo() is missing some settings.)Hannes Magnusson2008-12-121-0/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-10/+0