Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18819 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97543 invoked by uid 1010); 13 Sep 2005 10:43:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 97526 invoked from network); 13 Sep 2005 10:43:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Sep 2005 10:43:44 -0000 X-Host-Fingerprint: 64.233.184.198 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.198:22804] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 79/60-58045-06DA6234 for ; Tue, 13 Sep 2005 06:43:44 -0400 Received: by wproxy.gmail.com with SMTP id 36so2399281wra for ; Tue, 13 Sep 2005 03:43:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MP7X9jQH89jpFWsIIBvXC3duilV2HQCBcfdJQ5fOGr5EFkg7SJWhhTQyeFd22e8pr+lSh892Hdh7tMvZ+3pKoM53JT8QBuLrQiJRv7vTz8aMOcCx8CekDq0T1thEFP0EUHCp4fdIfffVHDFv4vJfdaEqsWFGkk8SD8zK1bEE8Zg= Received: by 10.54.43.21 with SMTP id q21mr376926wrq; Tue, 13 Sep 2005 03:43:40 -0700 (PDT) Received: by 10.54.154.16 with HTTP; Tue, 13 Sep 2005 03:43:40 -0700 (PDT) Message-ID: Date: Tue, 13 Sep 2005 12:43:40 +0200 Reply-To: pierre.php@gmail.com To: Antony Dovgal Cc: Derick Rethans , val khokhlov , internals@lists.php.net In-Reply-To: <4326A4E1.30304@zend.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43215A91.8050409@zend.com> <9CF57DC5-A18B-4264-B20B-8552B0BB66F1@gravitonic.com> <6.2.3.4.2.20050912175136.04449320@localhost> <43268C01.20006@zend.com> <1031242468.20050913123221@vk.kiev.ua> <43269F21.5030705@zend.com> <4326A4E1.30304@zend.com> Subject: Re: [PHP-DEV] unserialize() & unicode issues From: pierre.php@gmail.com (Pierre Joye) On 9/13/05, Antony Dovgal wrote: > Yes, in this case there is no way to avoid converting (while doing unseri= alize()), > but I don't see any point in creating Unicode strings when serializing wi= th unicode_semantics is Off. If I use serialized data on different hosts with different php, I can see a need of having unicode strings in serialize even if unicode_semantics is off. --Pierre