On Thu, 5 Dec 2002, Tit "Black" Petric wrote: > > > From my point of view accessing a file should result in an > > > error if the file cannot be opened or in case of > > > GetImageSize() a file operation cannot be executed. For > > > example i would expect GetImageSize() to show an error if the > > > information cannot be retrieved due to file corruptions. > > > > I agree. Absolutely. Masking bona fide file operation errors would > > be a huge mistake, IMHO. > > I personally dissagree here - an error is a bit harsh if it doesn't hinder > execution - I dont see anything in getimagesize() which should return > E_ERROR - only E_NOTICE if the file is corrupt, unless I'm missing > something.
I'd go for an E_WARNING in case the file is corrupt. Derick -- ------------------------------------------------------------------------- Derick Rethans http://derickrethans.nl/ PHP Magazine - PHP Magazine for Professionals http://php-mag.net/ ------------------------------------------------------------------------- -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php