summaryrefslogtreecommitdiff
path: root/ext/standard/math.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-051-14/+6
|\
| * More int->size_t and string overflow fixesStanislav Malyshev2016-11-051-14/+6
| * Revert "Fix for #73240 - Write out of bounds at number_format"Anatol Belski2016-10-121-3/+10
| * Fix for #73240 - Write out of bounds at number_formatStanislav Malyshev2016-10-121-10/+3
| * Fix for #73240 - Write out of bounds at number_formatStanislav Malyshev2016-10-101-5/+12
* | Revert "Fix for #73240 - Write out of bounds at number_format"Anatol Belski2016-10-141-3/+10
* | Fix for #73240 - Write out of bounds at number_formatStanislav Malyshev2016-10-141-10/+3
* | Fix for #73240 - Write out of bounds at number_formatStanislav Malyshev2016-10-141-5/+12
* | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2016-09-111-180/+0
|\ \ | |/
| * Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-180/+0
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-2/+2
* | Replace php_math_is_finite with zend_finiteAndrea Faulds2016-03-201-13/+1
|/
* improve fix for bug #71201Anatol Belski2016-01-201-3/+9
* 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
| * Bug #71201 round() segfault on 64-bit buildsAnatol Belski2015-12-231-1/+9
| * bump yearXinchen Hui2015-01-151-1/+1
* | fix merge mistakeAnatol Belski2015-12-231-1/+1
* | Bug #71201 round() segfault on 64-bit buildsAnatol Belski2015-12-231-1/+9
* | Correct intdiv() argument names and descriptionAndrea Faulds2015-10-081-6/+6
* | Introduce ArithmeticErrorBob Weinand2015-07-021-1/+1
* | Use DivisionByZeroError instead of exception for %/intdiv()Bob Weinand2015-07-021-4/+4
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-9/+9
* | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-3/+3
* | [Math] ceil, floor added FAST_ZPP parameters passDmitry Patsura2015-05-191-0/+14
* | Better throw an exception in intdiv() for PHP_INT_MIN/-1Bob Weinand2015-04-181-1/+2
* | Fixed implicit declaration of function warningReeze Xia2015-04-071-0/+1
* | Fixed weird operators behavior. Division by zero now emits warning and return...Dmitry Stogov2015-04-061-2/+2
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-45/+45
* | FAST_ZPP for hot functionsXinchen Hui2014-12-231-0/+7
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-56/+55
* | fix datatype mismatchesAnatol Belski2014-10-231-13/+13
* | fix asinh delivering -0 when the arg is 0Anatol Belski2014-10-031-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Revert "Move safe_address into zend_multiply.h"Nikita Popov2014-09-061-0/+1
* | Move safe_address into zend_multiply.hNikita Popov2014-09-061-1/+0
* | fix acosh for vs2012 and earlierAnatol Belski2014-09-011-0/+8
* | fix asinh() on win64 for big negative valuesAnatol Belski2014-09-011-0/+9
* | first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-3/+3
* | master renames phase 3Anatol Belski2014-08-251-6/+6
* | master renames phase 1Anatol Belski2014-08-251-36/+36
* | further fixes to ext/standardAnatol Belski2014-08-181-3/+3
* | some more pure naming replacementsAnatol Belski2014-08-171-1/+1
* | several fixes -Anatol Belski2014-08-161-20/+20
* | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-19/+19
* | Merge branch 'master' into phpngDmitry Stogov2014-08-141-6/+18
|\ \
| * \ Merge branch 'pull-request/658'Sara Golemon2014-08-141-7/+20
| |\ \