6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/19/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#8155] Horde_Image_gd throws errors with the wrong message
*
Your Email Address
*
Spam protection
Enter the letters below:
.___.. ..___.__..__ _/ | |[__ | |[ __ ./__.|/\|| |__|[_./
Comment
> The PEAR::raiseError call is causing the following error message to > appear on my system Mac OSX. > > > > imageCreateFromString: Non-static method PEAR::raiseError() should > not be called statically, assuming $this from incompatible context > > > > This is a problem because it is the wrong error message, generated > from including PEAR.php at E_STRICT debug level. Suggest changing > the following lines like so: > > > > BEFORE > > > > require_once 'PEAR.php'; > > $result = PEAR::raiseError($function . ': ' . $php_errormsg); > > > > AFTER > > > > $errormsg = $php_errormsg; > > require_once 'PEAR.php'; > > $result = PEAR::raiseError($function . ': ' . $errormsg); > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers