Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26759 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32433 invoked by uid 1010); 1 Dec 2006 22:03:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 32418 invoked from network); 1 Dec 2006 22:03:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Dec 2006 22:03:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=andrei@gravitonic.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=andrei@gravitonic.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gravitonic.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from [204.11.219.139] ([204.11.219.139:35687] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 20/FE-40958-286A0754 for ; Fri, 01 Dec 2006 17:03:17 -0500 Received: from [66.228.175.145] (borndress-lm.corp.yahoo.com [66.228.175.145]) (authenticated bits=0) by lerdorf.com (8.13.8/8.13.8/Debian-2) with ESMTP id kB1M2eYS024275; Fri, 1 Dec 2006 14:02:40 -0800 In-Reply-To: <039F934E-0D36-4C05-B745-FF0A14DBF108@prohost.org> References: <0c60b01d19ec7e242ade31e29120ee27@gravitonic.com> <039F934E-0D36-4C05-B745-FF0A14DBF108@prohost.org> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: Content-Transfer-Encoding: 7bit Cc: php-dev Internals Date: Fri, 1 Dec 2006 14:02:41 -0800 To: Ilia Alshanetsky X-Mailer: Apple Mail (2.624) Subject: Re: [PHP-DEV] PHP 5.2: Serialization patch From: andrei@gravitonic.com (Andrei Zmievski) We can put it in 5.3 perhaps. -Andrei On Dec 1, 2006, at 1:51 PM, Ilia Alshanetsky wrote: > 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 > > >