mirror of
https://github.com/php/php-src.git
synced 2026-03-26 09:12:14 +01:00
Make sure bcmatch scale is between 0 and INT_MAX, both for the ini setting, and all the functions accepting a scale argument. A ValueError is thrown if a function argument is out of range. Closes GH-5455.