libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / web / php / php-8_1 / files / exif.ini
blobbf5d59e2c819e7654f6afca67adf956eb8f1171b
1 [exif]
2 extension=exif.so
4 ; Exif UNICODE user comments are handled as UCS-2BE/UCS-2LE and JIS as JIS.
5 ; With mbstring support this will automatically be converted into the encoding
6 ; given by corresponding encode setting. When empty mbstring.internal_encoding
7 ; is used. For the decode settings you can distinguish between motorola and
8 ; intel byte order. A decode setting cannot be empty.
9 ;exif.encode_unicode = ISO-8859-15
10 ;exif.decode_unicode_motorola = UCS-2BE
11 ;exif.decode_unicode_intel = UCS-2LE
12 ;exif.encode_jis =
13 ;exif.decode_jis_motorola = JIS
14 ;exif.decode_jis_intel = JIS