mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
The return type has been zip_int64_t since 2009, so we shouldn't truncate to an int because the user may have requested a size that won't fit in an int. Closes GH-20509.