[ci skip] Fix a typo. RANGE_RANGE should be RAND_RANGE

This commit is contained in:
Tyson Andre 2018-07-04 14:09:21 -07:00 committed by Christoph M. Becker
parent 0d235517a3
commit 5bbe6080b4

View File

@ -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