1.0.62
When resources are not actually file pointers, but fopen
results from URL, the fstat
call fails. This resulted in an error in PHP 7.4 because it's more strict about variable handling. This affected the Util::getStreamSize
utility method.