pajoye Sun Feb 5 16:04:11 2006 UTC
Modified files: (Branch: PHP_5_1)
/php-src php.ini-dist php.ini-recommended
Log:
- ini entry for gd.jpeg_ignore_warning
http://cvs.php.net/viewcvs.cgi/php-src/php.ini-dist?r1=1.231.2.8&r2=1.231.2.9&diff_format=u
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.231.2.8 php-src/php.ini-dist:1.231.2.9
--- php-src/php.ini-dist:1.231.2.8 Sat Jan 21 02:49:52 2006
+++ php-src/php.ini-dist Sun Feb 5 16:04:11 2006
@@ -1150,6 +1150,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.179.2.9&r2=1.179.2.10&diff_format=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.179.2.9
php-src/php.ini-recommended:1.179.2.10
--- php-src/php.ini-recommended:1.179.2.9 Sat Jan 21 02:49:52 2006
+++ php-src/php.ini-recommended Sun Feb 5 16:04:11 2006
@@ -1208,6 +1208,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