Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15169 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30303 invoked by uid 1010); 23 Feb 2005 21:03:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 30266 invoked by uid 1007); 23 Feb 2005 21:03:30 -0000 Message-ID: <20050223210329.30236.qmail@lists.php.net> To: internals@lists.php.net Reply-To: "l0t3k" References: Date: Wed, 23 Feb 2005 16:03:13 -0500 Lines: 12 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original X-Posted-By: 69.15.15.204 Subject: Re: Object custom serializing infrastructure From: cshmoove@hotmail.com ("l0t3k") Stas, can the serialized representation contain high-bit/control chars or would we need to base64 encode or similar in that case ? l0t3k "Stanislav Malyshev" wrote in message news:Pine.LNX.4.58.0502231318140.32475@shire.zend.office... >I have added the callbacks to class_entry structure and patches to > serialization mechanism to allow custom object > serialization/unserialization inside the PHP serialize mechanism.