From 9c7d105c9ba160ef463f6ed902f34fce57868ee2 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 5 Feb 2006 16:05:46 +0000 Subject: - MFB: ini entry for gd.jpeg_ignore_warning --- php.ini-dist | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'php.ini-dist') diff --git a/php.ini-dist b/php.ini-dist index e8d4a1e8a6..e3b14a29d7 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -1161,6 +1161,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 -- cgit v1.2.1