Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68013 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39205 invoked from network); 28 Jun 2013 21:45:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jun 2013 21:45:05 -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.215.50 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.215.50 mail-la0-f50.google.com Received: from [209.85.215.50] ([209.85.215.50:42669] helo=mail-la0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A3/40-37409-FD30EC15 for ; Fri, 28 Jun 2013 17:45:05 -0400 Received: by mail-la0-f50.google.com with SMTP id dy20so2626007lab.37 for ; Fri, 28 Jun 2013 14:45:00 -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 :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=5M77XVBgo26i3XbePJgSrFg1ACq6iBa1QDzplMUi0f4=; b=vSkYaca0e7/5jT0lqmfdisTItDVbB7ZoQOH7Vg4dM1b3zsze3ZqJyTl54U6SnHnH73 kD8rJJkydEWHNVmHJw1cX/ByMQWVxzK0fFBFKeksq/0XLdafjiB695C/jbuwCFoT+jlx WPBhMJGgzCb+QVnWyQ0iAgHwbAYCbfSGZ7Z1s89xxnooG6axSJktsEhxK9VtDQSY3n// jMipTaZrd/p+WRIR0VPp4gElqHFALXt2ZPnWdPOxKWQQ8fJPFYxnNUBB2GT8ROyqNf3X Iubt5sUpU3Wr3lToiYNrMapW1kHrd2FRjARARYPjQEan1WoGPaJZwKd7+yildWbUKblX qHcw== X-Received: by 10.152.22.42 with SMTP id a10mr7496176laf.30.1372455900079; Fri, 28 Jun 2013 14:45:00 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.112.4.233 with HTTP; Fri, 28 Jun 2013 14:44:19 -0700 (PDT) In-Reply-To: <51CDFAA1.3010900@sugarcrm.com> References: <51CDFAA1.3010900@sugarcrm.com> Date: Sat, 29 Jun 2013 06:44:19 +0900 X-Google-Sender-Auth: g40HYronqeKpnL57KSgl5xQP_tQ Message-ID: To: Stas Malyshev Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=089e0158b79464eefd04e03dca2c Subject: Re: [PHP-DEV] session.name limitation fix or not fix? From: yohgaki@ohgaki.net (Yasuo Ohgaki) --089e0158b79464eefd04e03dca2c Content-Type: text/plain; charset=ISO-8859-1 Hi Stas, 2013/6/29 Stas Malyshev > > session.name cannot be integer like string, since it will be > initialized as > > "long" key hash while session module trying to find as "string" key > hash. I > > don't understand why some users are willing to use digits only session > > name, but problem is problem. > > Yes, I think we need to generate some message on that, given that such > session name would not actually work properly. I'll check session.name by adding INI_MH for it. Since it does not work at all, I'll raise E_WARNING for string only session.name. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --089e0158b79464eefd04e03dca2c--