Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69793 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97402 invoked from network); 23 Oct 2013 01:07:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Oct 2013 01:07:12 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.178 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.217.178 mail-lb0-f178.google.com Received: from [209.85.217.178] ([209.85.217.178:43338] helo=mail-lb0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7A/42-10840-F3127625 for ; Tue, 22 Oct 2013 21:07:12 -0400 Received: by mail-lb0-f178.google.com with SMTP id o14so183853lbi.9 for ; Tue, 22 Oct 2013 18:07:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=iAA8+npXsiiijwDOpKmmLMIQ9ncejKkvKQ5lKKhrHZk=; b=nFLeY1Bu/HUKt0YtTF5IB7PvB1QxWS7bQl5xNK7+Tr05aagMIYXJ4QwJWNkILFtMbR L746R1GzQK/vt/+5zuh3HbxPYWDgD3/Spc38nLu44ghVWE20lT+rM7YzfYY6R3AttDXS /9Fzhq65GXqdj77EUrZ3liDPAz0KQi7ARwnbPC4wghvuA9d2WEGKfKYPbS3IpjVj7Wjo gtxbVKLBU4xUU4P6IL9vSi3hmzEI1zme4Kh2i1EUNLlvDTr4wKb+TqVo4hITfbc6mi2e pmJgq3PuDIvFNOm6y9DtvL2lMsLoYpZgrf50sW56ehpZ2jB+VVmdTJpVfiMJAl8Ifbyc vC7A== X-Received: by 10.112.128.166 with SMTP id np6mr308872lbb.7.1382490428765; Tue, 22 Oct 2013 18:07:08 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.154.201 with HTTP; Tue, 22 Oct 2013 18:06:28 -0700 (PDT) In-Reply-To: References: Date: Wed, 23 Oct 2013 10:06:28 +0900 X-Google-Sender-Auth: bEb7-r_ZTejIk3LSdHdtTjh7z28 Message-ID: To: Derick Rethans Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=047d7b343ef2e97bde04e95e22a0 Subject: Re: [PHP-DEV] session_regenerate_id(true) by default From: yohgaki@ohgaki.net (Yasuo Ohgaki) --047d7b343ef2e97bde04e95e22a0 Content-Type: text/plain; charset=UTF-8 Hi Derick, On Tue, Oct 22, 2013 at 6:12 PM, Derick Rethans wrote: > You can't just change subtle details like this. Big changes are a lot > easier to manage for users, but changing defaults that have a subtle > impact on already existing code are a bad idea in my book. > We can introduce new function and make session_regenerate_id() depreciated few versions later. This is valid option. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --047d7b343ef2e97bde04e95e22a0--