summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-07-28 17:25:55 +0000
committerMarcus Boerger <helly@php.net>2002-07-28 17:25:55 +0000
commit4f1e5943d87b790a2fae8ef914198e01fcc4dca9 (patch)
treed00a467267ace1e01412bec2df1afbdc1e5c805f /php.ini-dist
parent038342686008452d48bcf2e8e47b04af9cc1bede (diff)
downloadphp-git-4f1e5943d87b790a2fae8ef914198e01fcc4dca9.tar.gz
-add & document ini settings for exif
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist13
1 files changed, 13 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist
index ec0fb08625..97ec48f59f 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -951,6 +951,19 @@ sockets.use_system_read = On
; dictionary files. Include the base filename, but not the file extension.
; crack.default_dictionary = "c:\php\lib\cracklib_dict"
+[exif]
+; Exif UNICODE user comments are handled as UCS-2BE/UCS-2LE and JIS as JIS.
+; With mbstring support this will automatically be converted into the encoding
+; given by corresponding encode setting. When empty mbstring.internal_encoding
+; is used. For the decode settings you can distinguish between motorola and
+; intel byte order. A decode setting cannot be empty.
+;exif.encode_unicode = ISO-8859-15
+;exif.decode_unicode_motorola = UCS-2BE
+;exif.decode_unicode_intel = UCS-2LE
+;exif.encode_jis =
+;exif.decode_jis_motorola = JIS
+;exif.decode_jis_intel = JIS
+
; Local Variables:
; tab-width: 4
; End: