Answer the question
In order to leave comments, you need to log in
Problems after updating PHP to 5.3.8?
Yesterday, the devil pulled the installation of the curl extension for PHP, which updated PHP to 5.3.8, as a result of which problems began on some sites. Basically, these are errors of the E_DEPRECATED type, which in principle does not matter. But much more serious is the fact that GD refused to eat JPEG. returns
Warning: imagecreatefromjpeg() [function.imagecreatefromjpeg]: 'somepic.jpg' is not a valid JPEG file
. GD Version => 2.0<br/>
FreeType Support => 1<br/>
FreeType Linkage => with freetype<br/>
T1Lib Support => 1<br/>
GIF Read Support => 1<br/>
GIF Create Support => 1<br/>
JPEG Support => 1<br/>
PNG Support => 1<br/>
WBMP Support => 1<br/>
XPM Support => <br/>
XBM Support => <br/>
JIS-mapped Japanese Font Support =>
Answer the question
In order to leave comments, you need to log in
Maybe this will help: http://php.net/manual/en/image.configuration.php ?
To see the current PHP settings use phpinfo();
“I already set error_reporting to 0 in php.ini, it still climbs.”
This can be programmatically enabled, look for ini_set in the project or in .htaccess php_value, php_flag. Perhaps somewhere the inclusion of errors was messed up.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question