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 /
bug73115 /
Delete
Unzip
Name
Size
Permission
Date
Action
bug73115.jpg
12.08
KB
-rw-rw-r--
2022-10-31 11:36
bug73115.phpt
359
B
-rw-rw-r--
2022-10-31 11:36
Save
Rename
--TEST-- Bug #73115 (exif_read_data triggers warning on reading binary strings) --SKIPIF-- <?php if (!extension_loaded('exif')) print 'skip exif extension not available';?> --INI-- output_handler= zlib.output_compression=0 --FILE-- <?php $infile = __DIR__.'/bug73115.jpg'; var_dump(count(exif_read_data($infile))); ?> ===DONE=== --EXPECT-- int(80) ===DONE===