Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26757 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22582 invoked by uid 1010); 1 Dec 2006 21:53:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 22566 invoked from network); 1 Dec 2006 21:53:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Dec 2006 21:53:02 -0000 Authentication-Results: pb1.pair.com header.from=iliaal@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=iliaal@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.227 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iliaal@gmail.com X-Host-Fingerprint: 64.233.162.227 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.227] ([64.233.162.227:20466] helo=nz-out-0102.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/CC-40958-8F3A0754 for ; Fri, 01 Dec 2006 16:52:27 -0500 Received: by nz-out-0102.google.com with SMTP id k1so1850894nzf for ; Fri, 01 Dec 2006 13:51:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=VBJ6D5KXHVC1TWUTkYBXytdW+WRNHN59gse/ktqfza0IyqleiIICIzmztw/PrDyg11YHOJoVAqeA092q3rAXYORCvWWtAkV8LH6uHIT9tzwLLh/iM66W00fPotL0htTAMIfLK/yt2P/PeFKCOW41eC4kmICkgo3FMXtMgIkJtY0= Received: by 10.65.219.6 with SMTP id w6mr306992qbq.1165009910034; Fri, 01 Dec 2006 13:51:50 -0800 (PST) Received: from ?192.168.1.5? ( [74.108.69.82]) by mx.google.com with ESMTP id c5sm30712004qbc.2006.12.01.13.51.47; Fri, 01 Dec 2006 13:51:47 -0800 (PST) In-Reply-To: <0c60b01d19ec7e242ade31e29120ee27@gravitonic.com> References: <0c60b01d19ec7e242ade31e29120ee27@gravitonic.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <039F934E-0D36-4C05-B745-FF0A14DBF108@prohost.org> Cc: php-dev Internals Content-Transfer-Encoding: 7bit Date: Fri, 1 Dec 2006 16:51:42 -0500 To: Andrei Zmievski X-Mailer: Apple Mail (2.752.3) Sender: Ilia Alshanetsky Subject: Re: [PHP-DEV] PHP 5.2: Serialization patch From: ilia@prohost.org (Ilia Alshanetsky) Before we commit, let's explore how it will affect existing applications. The last thing I want to do is break the serialization format BC in a minor release. On 1-Dec-06, at 4:43 PM, Andrei Zmievski wrote: > When serializing binary strings in PHP 6, we have to escape non- > ASCII characters and then unescape them on unserialization. This > patch adds the unescapement support to PHP 5.2, in order to make it > easier to exchange data between PHP 5 and 6. If no one has > objections, I will commit soon. > > -Andrei > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php Ilia Alshanetsky