|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-06-23 19:12 UTC] sjoerd-php at linuxonly dot nl
[2009-06-23 19:39 UTC] majstor_kontakt at yahoo dot co dot uk
[2009-06-23 19:41 UTC] pajoye@php.net
[2009-07-01 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 00:00:02 2025 UTC |
Description: ------------ Big problem with "getimagesize($someUrl)" if my image is on my local NTFS partition (I use windows xp and PHP5.2.10). Image is wery small but function need about 1 sec to get data. (On Fat32 partition it is very fast). Reproduce code: --------------- $imgSize = getimagesize('http://localhost/aukcije/img.domen.com/admin/time_picker_small.png'); Expected result: ---------------- It must be fast. Actual result: -------------- It take about 1 sec!