Searched refs:exif (Results 1 – 25 of 112) sorted by relevance
12345
/PHP-8.2/ext/exif/ |
H A D | config.w32 | 3 ARG_ENABLE('exif', 'Exchangeable image information (EXIF) Support', 'no'); 7 if(ADD_EXTENSION_DEP('exif', 'mbstring')) 11 EXTENSION('exif', 'exif.c', null, '/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1');
|
H A D | config.m4 | 1 PHP_ARG_ENABLE([exif], 3 [AS_HELP_STRING([--enable-exif], 8 PHP_NEW_EXTENSION(exif, exif.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
|
/PHP-8.2/ext/exif/tests/ |
H A D | bug64739.phpt | 4 exif 13 echo 'Error, failed to read exif data'; 20 ini_set('exif.decode_unicode_motorola', 'UCS-2LE'); 25 echo 'Error, failed to read exif data';
|
H A D | exif004.phpt | 5 exif 13 exif.decode_unicode_intel=UCS-2LE 14 exif.decode_unicode_motorola=UCS-2BE 15 exif.encode_unicode=ISO-8859-1
|
H A D | bug73737.phpt | 4 exif 7 $exif = exif_thumbnail(__DIR__ . '/bug73737.tiff'); 8 var_dump($exif);
|
H A D | bug78793.phpt | 2 Bug #78793: Use-after-free in exif parsing under memory sanitizer 4 exif
|
H A D | bug79046.phpt | 2 Bug #79046: NaN to int cast undefined behavior in exif 4 exif
|
H A D | bug79282.phpt | 2 Bug #79282: Use-of-uninitialized-value in exif 4 exif
|
H A D | bug76423.phpt | 2 Bug #76423 (Int Overflow lead to Heap OverFlow in exif_thumbnail_extract of exif.c) 4 exif
|
H A D | bug72627.phpt | 4 exif 7 $exif = exif_read_data(__DIR__ . '/bug72627.tiff',0,0,true); 8 var_dump($exif);
|
H A D | bug60150.phpt | 2 Bug #60150 (Integer overflow during the parsing of invalid exif header) 4 exif
|
H A D | exif003.phpt | 4 exif 13 exif.decode_unicode_motorola=UCS-2BE 14 exif.encode_unicode=ISO-8859-15
|
H A D | bug78910.phpt | 2 Bug #78910: Heap-buffer-overflow READ in exif (OSS-Fuzz #19044) 4 exif
|
H A D | bug76557.phpt | 2 Bug 76557 (heap-buffer-overflow (READ of size 48) while reading exif data) 4 exif 31 Warning: exif_read_data(): Further exif parsing errors have been suppressed in %s on line %d
|
H A D | nesting_level_oom.phpt | 4 exif
|
H A D | zero_length_makernote_leak.phpt | 4 exif
|
H A D | bug77753.phpt | 4 exif
|
H A D | bug77988.phpt | 4 exif
|
H A D | bug78222.phpt | 4 exif
|
H A D | bug78256.phpt | 4 exif
|
H A D | bug77950.phpt | 4 exif
|
H A D | temporary_buffer_leak.phpt | 4 exif
|
/PHP-8.2/ext/exif/tests/bug50660/ |
H A D | bug50660.phpt | 2 Bug #50660 (exif_read_data(): Illegal IFD offset (works fine with other exif readers)) 4 exif
|
/PHP-8.2/sapi/fuzzer/ |
H A D | README.md | 4 …he fuzzing SAPI, as well as all available fuzzers. If you don't build the exif/json/mbstring exten… 14 --enable-exif \ 30 * `php-fuzz-exif`: Fuzzing `exif_read_data()` function (requires --enable-exif) 40 cp -r sapi/fuzzer/corpus/exif ./my-exif-corpus 41 sapi/fuzzer/php-fuzz-exif ./my-exif-corpus
|
/PHP-8.2/ext/exif/tests/bug74428/ |
H A D | bug74428.phpt | 2 Bug #74428 (exif_read_data(): "Illegal IFD size" warning occurs with correct exif format) 4 exif
|
Completed in 27 milliseconds
12345