Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68436 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 191 invoked from network); 8 Aug 2013 11:11:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Aug 2013 11:11:56 -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 209.85.212.178 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.212.178 mail-wi0-f178.google.com Received: from [209.85.212.178] ([209.85.212.178:37565] helo=mail-wi0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C5/C1-06453-CFC73025 for ; Thu, 08 Aug 2013 07:11:56 -0400 Received: by mail-wi0-f178.google.com with SMTP id j17so428549wiw.11 for ; Thu, 08 Aug 2013 04:11:53 -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 :cc:content-type; bh=t5GK0u3j36e8Y4mnULXyQOWzWx5TpQyOglehtYuxKCU=; b=ybi2zmYFB0rfNRbfzpzhE5hBi56jRyJz43UxOcRbOH1xeazfHn7nbycRj/RjZwa1cK fu3wFLT1V/o7+v9OeSj6re391Y3cAFUtvsvMMWP5g4mQunS10CFeEJovP6PX2ptNgMnM pDm3ObeJmpzB+AALBZ5NXIBP8dQW7+BRkqh7i5mYv1gzZVXQ138iCIhEzpKlwlA6Al1J ArFRwKWo3sP9oHiUCnxahn7wRnY8P6dMtwA/Ux9S1AjLtq3QjX71AcVR1NdQal61KSip s/8h2zr0WxMlGeGYplQpqQcyfbkhqjADd7n19k1V3Pj92Ya5OFD4myOA3qTgADucdSj2 mc5Q== MIME-Version: 1.0 X-Received: by 10.180.37.20 with SMTP id u20mr4751450wij.21.1375960313681; Thu, 08 Aug 2013 04:11:53 -0700 (PDT) Received: by 10.216.182.193 with HTTP; Thu, 8 Aug 2013 04:11:53 -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 12:11:53 +0100 Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=e89a8f64770db8ddbd04e36db947 Subject: Re: [PHP-DEV] "php_serialize" session serialize handler From: leight@gmail.com (Leigh) --e89a8f64770db8ddbd04e36db947 Content-Type: text/plain; charset=ISO-8859-1 On 8 August 2013 12:05, Yasuo Ohgaki wrote: > What's the point of having old serialzers that is bonded to > "register_globals"? > This kind of change should have done when 5.4.0 was released, IMO. > Because somebodies code will depend on functionality not changing, and we shouldn't break their code without a very good reason. I can't judge the scope of the break, or how many users will be affected. I just want to say that breaks without a good reason shouldn't happen. --e89a8f64770db8ddbd04e36db947--