php getimagesize i plik swf
Paweł Kośka
pawel at viop.pl
Sun Mar 12 19:34:48 CET 2017
Witam,
Mam problem z php
nie działa mi getimagesize
Szybki test:
cd /tmp/
wget http://www.adobe.com/swf/software/flash/about/flashAbout_info_small.swf
[root at pldmachine /tmp]# php56 -r
"print_r(getimagesize('flashAbout_info_small.swf'));"
Array
(
[0] => 0
[1] => 0
[2] => 13
[3] => width="0" height="0"
[mime] => application/x-shockwave-flash
)
Szybki test na ubuntu i mam:
$ php5 -r "print_r(getimagesize('flashAbout_info_small.swf'));"
Array
(
[0] => 159
[1] => 91
[2] => 13
[3] => width="159" height="91"
[mime] => application/x-shockwave-flash
)
Jakiś pomysł co może być nie tak?
Paweł
More information about the pld-devel-pl
mailing list