Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7522 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1765 invoked by uid 1010); 3 Feb 2004 23:39:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 1732 invoked from network); 3 Feb 2004 23:39:44 -0000 Received: from unknown (HELO central.agent911.com) (66.35.213.121) by pb1.pair.com with SMTP; 3 Feb 2004 23:39:44 -0000 Received: from central.agent911.com (localhost [127.0.0.1]) by central.agent911.com (8.12.9/8.12.9) with ESMTP id i13NiHHV010757 for ; Tue, 3 Feb 2004 15:44:19 -0800 (PST) Received: from localhost (david@localhost) by central.agent911.com (8.12.9/8.12.8/Submit) with ESMTP id i13NiHSj010754 for ; Tue, 3 Feb 2004 15:44:17 -0800 (PST) X-Authentication-Warning: central.agent911.com: david owned process doing -bs Date: Tue, 3 Feb 2004 15:44:17 -0800 (PST) To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: php5: Unserialize Large Objects with References From: david@agent911.com (David Giffin) Hi there, I've been using the unserialize and serialize methods in php5 on some rather large objects it seems that the larger object get the following errors: Notice: unserialize(): Error at offset 6167 of 31195 bytes in /root/doServerStates.php on line 37 Different smaller object: Notice: unserialize(): Error at offset 6179 of 21955 bytes in /root/doServerStates.php on line 37 The error offset is different based on the the size of the total file. I'm trying to put together a test case to replicate the issue. I wanted to see if anyone has already identified this issue before taking the time to do the test case. Thanks, David