Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68433 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96523 invoked from network); 8 Aug 2013 10:53:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Aug 2013 10:53:37 -0000 Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.43 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 74.125.82.43 mail-wg0-f43.google.com Received: from [74.125.82.43] ([74.125.82.43:64301] helo=mail-wg0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 23/01-06453-0B873025 for ; Thu, 08 Aug 2013 06:53:37 -0400 Received: by mail-wg0-f43.google.com with SMTP id z12so2395091wgg.34 for ; Thu, 08 Aug 2013 03:53:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=msUgvf4OSugfuRnpfopI9VXiVvi8HznuuHM6gY6eo6c=; b=Gly1PBTXTUDauyU9oYlA/NATrRR+lsX70jA2e6vk/IOzSgNn56ix1kRb53ngUJfYVF /R9SLfl8kxC6wbjcM35Qdj1dsEE6yXMbYlAweSKd4FjZkXrPJFLpJgz0F3Y3Z1N1kQZc eqRabqRl0gdhflCEjjYbNis9UbWpxWOYWohJpMJ7aZBzV+O1YJsXSTQCLeG4zlpfZT39 GUb8UjXNMsyRNa4FkM3HnSHBjgM7agLiv6xyarQwPgvj7qgCLm0jqBeF03GhYttXyxV8 wIBT5nP1GZn1rOiUUZeIgqSErO23rQeJP3p1w1aZrsljMgQGSTOmge+lmywUvjzFI6mS HV0g== MIME-Version: 1.0 X-Received: by 10.194.176.74 with SMTP id cg10mr2919603wjc.75.1375959214007; Thu, 08 Aug 2013 03:53:34 -0700 (PDT) Received: by 10.216.182.193 with HTTP; Thu, 8 Aug 2013 03:53:33 -0700 (PDT) In-Reply-To: References: <5202AF52.9060200@sugarcrm.com> <5202EE67.5020307@sugarcrm.com> <5202FC8A.2070307@sugarcrm.com> <52035622.1090301@lsces.co.uk> Date: Thu, 8 Aug 2013 11:53:33 +0100 Message-ID: To: Yasuo Ohgaki , internals@lists.php.net Content-Type: multipart/alternative; boundary=089e01419e8c2d2c0f04e36d7897 Subject: Re: [PHP-DEV] "php_serialize" session serialize handler From: leight@gmail.com (Leigh) --089e01419e8c2d2c0f04e36d7897 Content-Type: text/plain; charset=ISO-8859-1 Sorry I failed at reply to all. On 8 August 2013 11:38, Yasuo Ohgaki wrote: > Hi Leigh, > > On Thu, Aug 8, 2013 at 7:23 PM, Leigh wrote: > >> Are you keeping it as optional for 5.6 and not the default? If you're >> making it default don't we need to vote on BC breaks? > > > I suppose affected users are other language users, but there are > codes that outside of our control. I'm not going to remove old > serializers. BC issue is matter of php.ini setting for them. > > If many of us feel vote is needed, I don't mind at all writing RFC. > Well a change to default behaviour is a BC break. In my opinion its fine to add a new serialise handler, but I'm not sure if it should be default behaviour. --089e01419e8c2d2c0f04e36d7897--