mirror of
https://github.com/mosbth/cimage.git
synced 2025-01-17 19:18:15 +01:00
finally setting jpeg_ignore_warning to true #34
This commit is contained in:
parent
8dde82993b
commit
4ed55d59e3
@ -103,6 +103,6 @@ return array(
|
||||
ini_set('display_errors', 1); // Display all errors
|
||||
ini_set('output_buffering', 0); // Do not buffer outputs, write directly
|
||||
set_time_limit(20);
|
||||
ini_set('gd.jpeg_ignore_warning', 0); // Ignore warning of corrupt jpegs
|
||||
ini_set('gd.jpeg_ignore_warning', 1); // Ignore warning of corrupt jpegs
|
||||
},
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user