Skip to content

Commit 802eb72

Browse files
authored
Update link to RFC
1 parent b5cdd24 commit 802eb72

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
@@ -207,7 +207,7 @@ PHPAPI double _php_math_round(double value, int places, int mode) {
207207
/* {{{ _php_math_round_long */
208208
/*
209209
* Rounds a zend_long to a certain number of decimal places in a certain rounding
210-
* mode. For the specifics of the algorithm, see TODO: http://wiki.php.net/rfc/int_rounding
210+
* mode. For the specifics of the algorithm, see https://wiki.php.net/rfc/integer-rounding
211211
*/
212212
PHPAPI zend_result _php_math_round_long(zend_long value, int places, int mode, zend_long *result) {
213213
static const zend_long powers[] = {

0 commit comments

Comments
 (0)