-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP Version 5.3.0 Issues #1
Comments
Note that this ticket was migrated from the old issue tracker... |
Fixed JPEG support detection in PHP 5.3 closed by c0f780b |
the second one (reflection thing) is fixable. i've had the same problem, here how you fix it: public function createReflection ($percent, $reflection, $white, $border, $borderColor, $that) (just delete the & before the $that) |
In my error log, I'm getting these errors. The result of this, is that the plugins don't work anymore.
PHP Notice: Undefined index: JPG Support in /home/images/public_html/functions/GdThumb.inc.php on line 1080
and
PHP Warning: Parameter 6 to GdReflectionLib::createReflection() expected to be a reference, value given in /home/images/public_html/functions/ThumbBase.inc.php on line 197
Any ideas how to fix these issues?
Notes:
PHP Thumb Version 3.0.063
PHP 5.3
GD 2.0.34
The text was updated successfully, but these errors were encountered: