mirror of
https://github.com/php/php-src.git
synced 2026-04-27 18:23:26 +02:00
bb6dbdcf94
As is, passing `2147484` as `$timeout`, throws a `ValueError` stating the `$timeout` needs to be between 0 and 2147484, what is a confusing. Thus we report the proper threshold as float. While we're at it we also drop the superfluous `(double)` cast, and rely on C's usual arithmetic conversions.