> 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. -- Ralf Lang Linux Consultant / Developer Tel.: +49-170-6381563 Mail: l...@b1-systems.de B1 Systems GmbH Osterfeldstraße 7 / 85088 Vohburg / http://www.b1-systems.de GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537
signature.asc
Description: OpenPGP digital signature
-- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org