Quoting Eric Van Bocxlaer <e...@ping.be>:

Ralf Lang <lang <at> b1-systems.de> writes:


> Found something in the php log file:
> [14-Dec-2012 22:25:32 UTC] PHP Fatal error:  Call to a member function
rewind
> () on a non-object in C:\php\pear\Horde\Imap\Client\Socket.php on line 2878
>
> Is a non-object in php the same as a null?
> It seems not, because just before line 2878 there is following test:
>         if (is_null($data)) {
>             return $params;
>         }
>

A non-object is anything but an object, including null, integer,
strings, resources and arrays.

[snip]

$tmp->next() is not protected by a 'is_ojbect'
Correct?

All of this is irrelevant, since none of this code exists in the most recent version of the Horde_Imap_Client package. You need to upgrade that package.

michael

___________________________________
Michael Slusarz [slus...@horde.org]

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Reply via email to