Modifying GD library settings in php.ini
Posted: Sat Mar 25, 2006 9:49 am
Hi, I need to set 'gd.jpeg_ignore_warning' to 1 in GD, but I am having trouble doing that.
In my php.ini file, there is no section for GD, like there is for MySQL and others,
even thought I know GD works fine for sure.
I tried appending this to the end of the php.ini file:
[GD]
gd.jpeg_ignore_warning = 1
but that does not fix the problem.
Does anybody know how I can set 'gd.jpeg_ignore_warning' to 1?
(Using ini_set() function in .php pages does not seem to work either)
Thanks.
In my php.ini file, there is no section for GD, like there is for MySQL and others,
even thought I know GD works fine for sure.
I tried appending this to the end of the php.ini file:
[GD]
gd.jpeg_ignore_warning = 1
but that does not fix the problem.
Does anybody know how I can set 'gd.jpeg_ignore_warning' to 1?
(Using ini_set() function in .php pages does not seem to work either)
Thanks.