summaryrefslogtreecommitdiff
path: root/ext/standard/math.c
Commit message (Expand)AuthorAgeFilesLines
* improve fix for bug #71201Anatol Belski2016-01-201-3/+9
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* Bug #71201 round() segfault on 64-bit buildsAnatol Belski2015-12-231-1/+9
* bump yearXinchen Hui2015-01-151-1/+1
* add T_POW (**) operatordatibbaw2014-02-061-37/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* code related typo fixesVeres Lajos2013-08-181-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fix test fails: ext/standard/tests/general_functions/bug27678.phptReeze Xia2012-07-171-0/+4
* Fix bug #62112: number_format() is not binary safeGustavo André dos Santos Lopes2012-05-231-2/+18
* fix stack overflow in php_intlog10abs()Nuno Lopes2012-05-111-2/+2
* - Year++Felipe Pena2012-01-011-1/+1
* - Reverted r301991, which is a (partial) fix to bug #52550, addressing anGustavo André dos Santos Lopes2011-06-121-5/+17
* MFH: Fixed comilation on x86_64Stanislav Malyshev2011-05-271-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Implement FR #53457 (number_format must support more than one character forAdam Harvey2010-12-031-17/+20
* Additional fix for bug #52550 & fix test & warning from previous fixesIlia Alshanetsky2010-08-081-1/+7
* - Fix buildFelipe Pena2010-08-061-1/+1
* WSIlia Alshanetsky2010-08-061-3/+3
* Another fix for issue indentified in bug #52550Ilia Alshanetsky2010-08-061-1/+5
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed floating point mathematic speed degradation (Christian)Dmitry Stogov2009-03-181-9/+3
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Implemented http://wiki.php.net/rfc/roundingChristian Seiler2008-12-021-47/+164
* Fixed bug #42294 (Unified solution for round() based on C99 round)Ilia Alshanetsky2008-10-291-20/+54
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-1/+1
* Fix buildMatt Wilmas2008-05-081-1/+1
* * Changed php_*h() to be staticKalle Sommer Nielsen2008-05-061-5/+5
* - Fixed build.Derick Rethans2008-05-051-1/+1
* Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), lo...Kalle Sommer Nielsen2008-05-051-17/+66
* New parameter parsing [DOC]Felipe Pena2008-02-211-245/+158
* ws->tab fixesAntony Dovgal2008-02-211-6/+5
* Fixing 44092Zoe Slattery2008-02-121-7/+7
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Simplify codeIlia Alshanetsky2007-05-231-9/+3
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Allocation safety checksIlia Alshanetsky2006-12-251-1/+1
* Fixed bug #39873 (number_format() breaks with locale & decimal points).Ilia Alshanetsky2006-12-221-1/+5
* MFH:Hannes Magnusson2006-08-271-4/+0
* - MFH Fixed Bug #29538 number_format and problem with 0Marcus Boerger2006-07-161-18/+19
* MFH: initialize variables and reduce the number of warningsAntony Dovgal2006-02-061-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* - Fixed bug #33917 (number_format() output with > 1 char separators)foobar2005-07-291-2/+2
* move math_standard_deviation and math_variance to the stats PECL extensionAndrey Hristov2005-05-131-76/+0
* rename math_std_dev to math_standard_deviation (the API wasn't publishedAndrey Hristov2005-05-101-2/+2
* ws + cs + proto fixesfoobar2005-05-071-90/+46
* update protosAndrey Hristov2005-05-071-2/+2
* fix protofoobar2005-05-051-1/+1
* fixed div by zeroAndrey Hristov2005-05-021-0/+8