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.41
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 /
bug74428 /
Delete
Unzip
Name
Size
Permission
Date
Action
bug74428.jpg
1.86
KB
-rw-rw-r--
2022-10-31 11:36
bug74428.phpt
954
B
-rw-rw-r--
2022-10-31 11:36
Save
Rename
--TEST-- Bug #74428 (exif_read_data(): "Illegal IFD size" warning occurs with correct exif format) --SKIPIF-- <?php if (!extension_loaded('exif')) print 'skip exif extension not available';?> --INI-- output_handler= zlib.output_compression=0 --FILE-- <?php $infile = __DIR__.'/bug74428.jpg'; var_dump(exif_read_data($infile)); ?> ===DONE=== --EXPECTF-- array(11) { ["FileName"]=> string(12) "bug74428.jpg" ["FileDateTime"]=> int(%d) ["FileSize"]=> int(1902) ["FileType"]=> int(2) ["MimeType"]=> string(10) "image/jpeg" ["SectionsFound"]=> string(19) "ANY_TAG, IFD0, EXIF" ["COMPUTED"]=> array(5) { ["html"]=> string(22) "width="88" height="28"" ["Height"]=> int(28) ["Width"]=> int(88) ["IsColor"]=> int(1) ["ByteOrderMotorola"]=> int(0) } ["Orientation"]=> int(1) ["Exif_IFD_Pointer"]=> int(38) ["ExifImageWidth"]=> int(88) ["ExifImageLength"]=> int(28) } ===DONE===