Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26758 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24197 invoked by uid 1010); 1 Dec 2006 21:54:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 24181 invoked from network); 1 Dec 2006 21:54:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Dec 2006 21:54:21 -0000 Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 81.169.182.136 cause and error) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from [81.169.182.136] ([81.169.182.136:36348] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DE/4D-40958-A64A0754 for ; Fri, 01 Dec 2006 16:54:21 -0500 Received: from baumbart.mbo (dslb-084-063-016-090.pools.arcor-ip.net [84.63.16.90]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 6AD8E610289; Fri, 1 Dec 2006 22:53:43 +0100 (CET) Date: Fri, 1 Dec 2006 22:53:43 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <8110023596.20061201225343@marcus-boerger.de> To: Andrei Zmievski Cc: php-dev Internals In-Reply-To: <0c60b01d19ec7e242ade31e29120ee27@gravitonic.com> References: <0c60b01d19ec7e242ade31e29120ee27@gravitonic.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.2: Serialization patch From: helly@php.net (Marcus Boerger) Hello Andrei, this will be a problematic bc break as with the patch applied strings suddenly behave pretty different. Until now our policy was to notintroduce forward compatibility breaks. best regards marcus Friday, December 1, 2006, 10:43:32 PM, you 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 Best regards, Marcus