Home
last modified time | relevance | path

Searched refs:exif (Results 1 – 25 of 103) sorted by last modified time

12345

/PHP-7.4/
H A DNEWS910 . Fixed bug #79336 (ext/exif/tests/bug79046.phpt fails on Big endian arch).
1033 . Fixed bug #79282 (Use-of-uninitialized-value in exif). (CVE-2020-7064)
1205 . Fixed bug #79046 (NaN to int cast undefined behavior in exif). (Nikita)
H A Dphp.ini-development1704 [exif]
1710 ; http://php.net/exif.encode-unicode
1711 ;exif.encode_unicode = ISO-8859-15
1714 ;exif.decode_unicode_motorola = UCS-2BE
1717 ;exif.decode_unicode_intel = UCS-2LE
1719 ; http://php.net/exif.encode-jis
1720 ;exif.encode_jis =
1722 ; http://php.net/exif.decode-jis-motorola
1723 ;exif.decode_jis_motorola = JIS
1725 ; http://php.net/exif.decode-jis-intel
[all …]
H A Dphp.ini-production1704 [exif]
1710 ; http://php.net/exif.encode-unicode
1711 ;exif.encode_unicode = ISO-8859-15
1714 ;exif.decode_unicode_motorola = UCS-2BE
1717 ;exif.decode_unicode_intel = UCS-2LE
1719 ; http://php.net/exif.encode-jis
1720 ;exif.encode_jis =
1722 ; http://php.net/exif.decode-jis-motorola
1723 ;exif.decode_jis_motorola = JIS
1725 ; http://php.net/exif.decode-jis-intel
[all …]
/PHP-7.4/azure/macos/
H A Djob.yml36 --enable-exif \
/PHP-7.4/azure/i386/
H A Djob.yml34 --enable-exif \
/PHP-7.4/ext/date/lib/
H A Dparse_date.re980 exif = year4 ":" monthlz ":" daylz " " hour24lz ":" minutelz ":" secondlz;
1495 xmlrpc | xmlrpcnocolon | soap | wddx | exif
1498 DEBUG_OUTPUT("xmlrpc | xmlrpcnocolon | soap | wddx | exif");
/PHP-7.4/ext/exif/
H A Dexif.c109 PHP_MINFO_FUNCTION(exif) in PHP_MINFO_FUNCTION() argument
129 ZEND_BEGIN_MODULE_GLOBALS(exif)
137 ZEND_END_MODULE_GLOBALS(exif)
208 PHP_MINIT_FUNCTION(exif) in PHP_MINIT_FUNCTION() argument
222 PHP_MSHUTDOWN_FUNCTION(exif) in PHP_MSHUTDOWN_FUNCTION() argument
248 PHP_MINIT(exif),
249 PHP_MSHUTDOWN(exif),
251 PHP_MINFO(exif),
253 PHP_MODULE_GLOBALS(exif),
254 PHP_GINIT(exif),
[all …]
/PHP-7.4/ext/exif/tests/bug75785/
H A Dbug75785.phpt4 <?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
/PHP-7.4/travis/
H A Dcompile.sh50 --enable-exif \
/PHP-7.4/ext/exif/tests/
H A Dbug77563.phpt4 <?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
H A Dbug78910.phpt2 Bug #78910: Heap-buffer-overflow READ in exif (OSS-Fuzz #19044)
H A Dbug79282.phpt2 Bug #79282: Use-of-uninitialized-value in exif
H A Dbug79046.phpt2 Bug #79046: NaN to int cast undefined behavior in exif
H A Dbug78793.phpt2 Bug #78793: Use-after-free in exif parsing under memory sanitizer
5 $f = "ext/exif/tests/bug77950.tiff";
H A Dbug34704-mb.phpt4 <?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
H A Dbug34704.phpt4 <?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
H A Dbug60150.phpt2 Bug #60150 (Integer overflow during the parsing of invalid exif header)
4 <?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
H A Dbug68547.phpt4 <?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
/PHP-7.4/azure/
H A Dmsan_job.yml40 --enable-exif \
H A Dconfigure.yml24 --enable-exif \
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_error4.phpt820 "heroku-sys\\/ext-exif": "*",
/PHP-7.4/ext/exif/tests/bug50660/
H A Dbug50660.phpt2 Bug #50660 (exif_read_data(): Illegal IFD offset (works fine with other exif readers))
4 <?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
/PHP-7.4/ext/exif/tests/bug72819/
H A Dbug72819.phpt4 <?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
/PHP-7.4/ext/exif/tests/bug73115/
H A Dbug73115.phpt4 <?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>
/PHP-7.4/ext/exif/tests/bug74428/
H A Dbug74428.phpt2 Bug #74428 (exif_read_data(): "Illegal IFD size" warning occurs with correct exif format)
4 <?php if (!extension_loaded('exif')) print 'skip exif extension not available';?>

Completed in 83 milliseconds

12345