]> granicus.if.org Git - php/commitdiff
- ini entry for gd.jpeg_ignore_warning
authorPierre Joye <pajoye@php.net>
Sun, 5 Feb 2006 16:04:11 +0000 (16:04 +0000)
committerPierre Joye <pajoye@php.net>
Sun, 5 Feb 2006 16:04:11 +0000 (16:04 +0000)
php.ini-dist
php.ini-recommended

index 2987ac498a7091cc0da43d038ad7e15d1cf7b01a..e3f33858fb713fbdbab6e2a1888c00e5e464fc60 100644 (file)
@@ -1150,6 +1150,12 @@ pfpro.defaulttimeout = 30
 ;fbsql.max_results = 128
 ;fbsql.batchSize = 1000
 
+[gd]
+; Tell the jpeg decode to libjpeg warnings and try to create
+; a gd image. The warning will then be displayed as notices
+; disabled by default
+;gd.jpeg_ignore_warning = 0
 [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
index fd1988f53518055fc60ce4077738eba23c696b3c..34cab3e3c5b1b9bef0c06f2d809b8ef001ecf66b 100644 (file)
@@ -1208,6 +1208,12 @@ pfpro.defaulttimeout = 30
 ;fbsql.max_results = 128
 ;fbsql.batchSize = 1000
 
+[gd]
+; Tell the jpeg decode to libjpeg warnings and try to create
+; a gd image. The warning will then be displayed as notices
+; disabled by default
+;gd.jpeg_ignore_warning = 0
+
 [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