summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyson Andre <tysonandre775@hotmail.com>2018-07-04 14:09:21 -0700
committerChristoph M. Becker <cmbecker69@gmx.de>2018-07-05 12:11:56 +0200
commit5bbe6080b47169b3d3b466bd14cb2ec52ffdcac1 (patch)
tree48fbcb28e3261d245babfeaa78c864e140cf2166
parent0d235517a36ea99c7fc1116e0dc90cba3c21a1f7 (diff)
downloadphp-git-5bbe6080b47169b3d3b466bd14cb2ec52ffdcac1.tar.gz
[ci skip] Fix a typo. RANGE_RANGE should be RAND_RANGE
-rw-r--r--UPGRADING.INTERNALS2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index 99d2250d1a..433be4972c 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -95,7 +95,7 @@ PHP 7.3 INTERNALS UPGRADE NOTES
zend_register_persistent_resource_ex() should beused to register
persistent resources, instead of manual insertion into EG(persistent_list).
- i. The RANGE_RANGE() macro has been removed. php_mt_rand_range() should be
+ i. The RAND_RANGE() macro has been removed. php_mt_rand_range() should be
used instead.
j. The cast_object() object handler now also accepts the _IS_NUMBER type. The