diff options
author | Pierre Joye <pajoye@php.net> | 2006-02-05 16:05:46 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2006-02-05 16:05:46 +0000 |
commit | 9c7d105c9ba160ef463f6ed902f34fce57868ee2 (patch) | |
tree | f2fcb3bdcdb56bca4e2d5d8d1f6a7c142797fe14 /php.ini-dist | |
parent | d78e8d749c5e49a9e451bbd99a1fc0962b2cdc80 (diff) | |
download | php-git-9c7d105c9ba160ef463f6ed902f34fce57868ee2.tar.gz |
- MFB: ini entry for gd.jpeg_ignore_warning
Diffstat (limited to 'php.ini-dist')
-rw-r--r-- | php.ini-dist | 6 |
1 files changed, 6 insertions, 0 deletions
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 |