pajoye Sun Feb 5 16:05:46 2006 UTC Modified files: /php-src php.ini-dist php.ini-recommended Log: - MFB: ini entry for gd.jpeg_ignore_warning http://cvs.php.net/viewcvs.cgi/php-src/php.ini-dist?r1=1.243&r2=1.244&diff_format=u Index: php-src/php.ini-dist diff -u php-src/php.ini-dist:1.243 php-src/php.ini-dist:1.244 --- php-src/php.ini-dist:1.243 Sat Jan 21 02:49:32 2006 +++ php-src/php.ini-dist Sun Feb 5 16:05:46 2006 @@ -1161,6 +1161,12 @@ ;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 http://cvs.php.net/viewcvs.cgi/php-src/php.ini-recommended?r1=1.192&r2=1.193&diff_format=u Index: php-src/php.ini-recommended diff -u php-src/php.ini-recommended:1.192 php-src/php.ini-recommended:1.193 --- php-src/php.ini-recommended:1.192 Sat Jan 21 02:49:32 2006 +++ php-src/php.ini-recommended Sun Feb 5 16:05:46 2006 @@ -1218,6 +1218,12 @@ ;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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php