Skip to content

Commit f9ae196

Browse files
committed
Update link to RFC
1 parent 2483a75 commit f9ae196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/math.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ PHPAPI double _php_math_round(double value, int places, int mode) {
252252
/* {{{ _php_math_round_long */
253253
/*
254254
* Rounds a zend_long to a certain number of decimal places in a certain rounding
255-
* mode. For the specifics of the algorithm, see TODO: http://wiki.php.net/rfc/int_rounding
255+
* mode. For the specifics of the algorithm, see https://wiki.php.net/rfc/integer-rounding
256256
*/
257257
PHPAPI zend_result _php_math_round_long(zend_long value, int places, int mode, zend_long *result) {
258258
static const zend_long powers[] = {

0 commit comments

Comments
 (0)