Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
php-7.4.33 /
ext /
exif /
tests /
bug75785 /
Delete
Unzip
Name
Size
Permission
Date
Action
P1000506.JPG
34.68
KB
-rw-rw-r--
2022-10-31 11:36
bug75785.phpt
518
B
-rw-rw-r--
2022-10-31 11:36
Save
Rename
--TEST-- Bug #75785 fix corrupt EXIF header issues; Related to mixed endianness. (Thank you @Richard Matzinger for providing the test photo) --SKIPIF-- <?php if (!extension_loaded('exif')) print 'skip exif extension not available';?> --FILE-- <?php $mixedEndiannessFile = dirname(__FILE__).'/P1000506.JPG'; $tags = exif_read_data($mixedEndiannessFile, 'EXIF', true, false); echo $tags['GPS']['GPSLatitude'][0] . PHP_EOL; echo $tags['GPS']['GPSLongitude'][0] . PHP_EOL; ?> ===DONE=== --EXPECTF-- 38/1 122/1 ===DONE===