summaryrefslogtreecommitdiff
path: root/ext/bcmath/bcmath.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | 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
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+10
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-10/+0
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-7/+7
* - New parameter parsing APIFelipe Pena2008-06-241-179/+122
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* Added missing error check inside bcpowmod().Ilia Alshanetsky2007-06-081-6/+10
* MFH: improve the checks for integer overflowAntony Dovgal2007-06-061-9/+13
* MFH: bcmath.scale must be greater or equal to zeroAntony Dovgal2007-05-101-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Intialization code is moved from request startup to module startupDmitry Stogov2006-11-101-25/+15
* MFH: Fix double "wron param count" messagesHannes Magnusson2006-11-031-1/+1
* Added automatic module globals managementDmitry Stogov2006-06-151-5/+8
* MFH: arginfo, protos, vim foldingHannes Magnusson2006-06-111-10/+80
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* Bugfix# 28829 bcmath values for 0, 1, and 2 initialized/freed at wrong time f...Sara Golemon2004-07-141-7/+23
* - Added missing UNREGISTER_INI_ENTRIESMarcus Boerger2004-05-121-0/+2
* Wordsize fixesArd Biesheuvel2004-02-251-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* - Brought ext/bcmath to the new millenniumfoobar2003-12-091-44/+43
* proto fixesAndrey Hristov2003-06-121-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* Another CS fix.foobar2003-04-031-10/+14
* MFB: Check for negative precisionRasmus Lerdorf2003-04-021-9/+10
* WS & CS fixesfoobar2003-03-201-58/+65
* bc_raise() can return a scale lower than that passed into it. While most oth...Sara Golemon2003-02-061-7/+14
* - Please follow coding standards (this isn't java :)Andi Gutmans2003-02-041-1/+2
* fix ZTS buildMarcus Boerger2003-02-041-15/+15
* Bug#13551 bcmath functions should not apply scale to arguments, only to resultSara Golemon2003-02-041-14/+35
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Renamed bc_powmod to bcpowmod to keep it inline with existing moduleSara Golemon2002-12-111-4/+4
* Fixing ZTS BuildFrank M. Kromann2002-12-101-1/+1