From: anelson at axiom-capital dot com Operating system: Windows 2000 PHP version: 5.1.4 PHP Bug Type: GetImageSize related Bug description: Can't Access Network Files
Description: ------------ getimagesize() allows me to access files from my C drive but over the local intranet I can't. I know the path is correct because it runs from the command prompt. I have the appropriate permissions (full control) of the file. Reproduce code: --------------- Warning: getimagesize(\\192.168.2.2\deals\04 Deals CLOSED\Interior\Mvc-003f.jpg) [function.getimagesize]: failed to open stream: Permission denied in C:\wamp\www\Pictures\report.php on line 135 Expected result: ---------------- I expect this function to return an array of 4 values. Actual result: -------------- The result is an empty value -- Edit bug report at http://bugs.php.net/?id=37849&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=37849&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=37849&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=37849&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=37849&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=37849&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=37849&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=37849&r=needscript Try newer version: http://bugs.php.net/fix.php?id=37849&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=37849&r=support Expected behavior: http://bugs.php.net/fix.php?id=37849&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=37849&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=37849&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=37849&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=37849&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=37849&r=dst IIS Stability: http://bugs.php.net/fix.php?id=37849&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=37849&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=37849&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=37849&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=37849&r=mysqlcfg
