На поведінку цих функцій випливають налаштування в php.ini.
| Назва | Початково | Де можна змінювати | Журнал змін | 
|---|---|---|---|
| gd.jpeg_ignore_warning | "1" | INI_ALL | 
Тут є коротке пояснення директив конфігурації.
gd.jpeg_ignore_warning
     bool
    Ignore warnings (but not errors) created by libjpeg(-turbo).
| Версія | Опис | 
|---|---|
| 7.1.0 | The default of gd.jpeg_ignore_warning has been changed from 0 to 1. | 
See also the exif configuration directives.
Image functions are very memory intensive. Be sure to set memory_limit high enough, if you are using the bundled version of the GD library.
