mirror of
https://github.com/php/php-src.git
synced 2026-04-16 12:31:06 +02:00
We must not pass values to `gdImageScale()` which cannot be represented by an `unsigned int`. Instead we return FALSE, according to what we already did for negative integers.