summaryrefslogtreecommitdiff
path: root/ext/standard/math.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate passing invalid character to base_convert etcScott Dutton2019-07-081-6/+25
* Avoid more UB in round()Nikita Popov2019-06-191-1/+1
* Fix _php_math_round UBNikita Popov2019-06-191-1/+1
* Allow exceptions in __toString()Nikita Popov2019-06-051-1/+4
* 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
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Replace always true condition with ZEND_ASSERT()Dmitry Stogov2017-11-301-1/+2
* Kill compiler warnings in ext/standardKalle Sommer Nielsen2017-08-241-1/+1
* Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-10/+10
* Ensure number_format() doesn't include sign for zeroCraig Duncan2017-05-091-0/+5
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Use new param API in standard/mathSara Golemon2016-12-301-30/+43
* Remove Netware supportKalle Sommer Nielsen2016-11-121-1/+1
* Merge branch 'PHP-7.1'Stanislav Malyshev2016-11-051-14/+6
|\
| * 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-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 'DedupNANINF'Andrea Faulds2016-10-261-3/+4
|\ \ \
| * | | Deduplicate NAN/INF portability, move to ZendAndrea Faulds2016-03-201-3/+4
* | | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-121-3/+10
|\ \ \ \ | | |_|/ | |/| |
| * | | Revert "Fix for #73240 - Write out of bounds at number_format"Anatol Belski2016-10-121-3/+10
* | | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-121-6/+6
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | 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
* | | 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