Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73267 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37387 invoked from network); 18 Mar 2014 11:17:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Mar 2014 11:17:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.176 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 74.125.82.176 mail-we0-f176.google.com Received: from [74.125.82.176] ([74.125.82.176:38970] helo=mail-we0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EA/82-23742-C3B28235 for ; Tue, 18 Mar 2014 06:17:17 -0500 Received: by mail-we0-f176.google.com with SMTP id x48so5579923wes.7 for ; Tue, 18 Mar 2014 04:17:14 -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:cc :content-type; bh=ODfKuXqWHTXxSWzu6fFVqPXf/KqTpq7o20RbadAxyqQ=; b=v3TmsVm9TJ1hhmLnfRhxxyTmslzBKXFdcNCItN/BJ+8ZbRhQw590dpplwnzuLd8osE EDYaF3FM2jCNcc4WbliN+t5VXTcPtoXJrlc+RpqZsbprkjrgRMXkKjOCpsH01R4Arw8V 7YSgvc0ahgVjvldYTwM840WV49fhOrf5at6A8oftUcnbFmsP2kbZF91gtR7einzjw4Ar HsYQ4rFndWmjYc2UB8YZ64eopaBacNAWO705kEUqRDpmbjUkFFkRL/0QoHe7qr+jyoiN 30/b7VfovkVnaV85L42HQCfxftj+IoeRAfTSr5Ag/agjS+DCD61sKhCAu63Jmm0v0EeC masg== MIME-Version: 1.0 X-Received: by 10.180.105.65 with SMTP id gk1mt14337892wib.12.1395141434172; Tue, 18 Mar 2014 04:17:14 -0700 (PDT) Received: by 10.217.122.65 with HTTP; Tue, 18 Mar 2014 04:17:14 -0700 (PDT) In-Reply-To: <5327F947.5020308@sugarcrm.com> References: <53277BE2.8020203@sugarcrm.com> <5327F947.5020308@sugarcrm.com> Date: Tue, 18 Mar 2014 11:17:14 +0000 Message-ID: Cc: Yasuo Ohgaki , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=f46d0442708c991e7a04f4dfad6b Subject: Re: [PHP-DEV] Re: Session: deprecating create_sid() method and add createSid()? From: leight@gmail.com (Leigh) --f46d0442708c991e7a04f4dfad6b Content-Type: text/plain; charset=ISO-8859-1 I might be missing something but I have to agree with On 18 March 2014 07:44, Stas Malyshev wrote: > > Doing to all this length for what? To rename a function? Looks hardly > worth it. The method is named as it is in userland because it maps 1:1 with the underlying interface open -> open destroy -> destroy create_sid -> create_sid Seems like a big waste of time, and hassle for people who use it, when you go around renaming things for the sake of it. Especially when that's all it is, a rename, no extra functionality. --f46d0442708c991e7a04f4dfad6b--