i upgraded to PHP 4.3.0 today and anywhere in my scripts getimagesize() was passed a URL, it simply returns nothing, but gives no error message (makes it bad for doing
if ( $image_info = getimagesize('http://path/toimage') )
because that will return false even on a valid image. It works fine with local paths like /home/mydir/something.jpg
I'm using FreeBSD 4.7-RELEASE, I CVSup'd my ports and installed mod_php4. Everything went well except for this. Can anyone verify?