mirror of
https://github.com/php/php-src.git
synced 2026-04-24 08:28:26 +02:00
2f05830a5f
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.