Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:90929 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93811 invoked from network); 26 Jan 2016 07:17:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jan 2016 07:17:24 -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.160.182 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.160.182 mail-yk0-f182.google.com Received: from [209.85.160.182] ([209.85.160.182:34523] helo=mail-yk0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9A/91-10534-38D17A65 for ; Tue, 26 Jan 2016 02:17:23 -0500 Received: by mail-yk0-f182.google.com with SMTP id a85so189905924ykb.1 for ; Mon, 25 Jan 2016 23:17:23 -0800 (PST) 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:content-type; bh=RxEIa3nXbjVyrxw0bf0vo/U5j+bvbTqv3TBsyBKot9s=; b=IOenp5XGDWo8nzuscxlcc3uraJ+kRhX/Xn7XQNULz3R48QFQ9gsEui3ISq/VF7cQWP VyL/19g/f6QAfGMdmn7a7E9OH0/PRwNRAIFDljz+/GJO+SbCWKmWwSMzolh8O07p3yiS n/k9GHUur/FF3fXhsociwJUNamda8W2BUJzcI03bVtfoZ6kHq4xPbAZrc2uwQ7fBXjzg R8APPUsi8fNwkWRWfWbuYOjThqiCpnqu0t1MQwdRax7S9MbrAc4zAutX8q43/g9FA9rI wAPRwNrx9z+JTJcq+OpyPVtDfeEBbUVMiZmV6TcrLZy3hYDd4xnx5LPKr3ze4qteLmCp ZElg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:content-type; bh=RxEIa3nXbjVyrxw0bf0vo/U5j+bvbTqv3TBsyBKot9s=; b=m0XrDCfGZGH5JbctVWwSwyQkMtwVH+kBFq4nScIAXyKIC5XHmDQ3J0UcKnwk4Nrbr6 jFSnsEKwGmbYpQzcuDt6SJrfWAMLSSZAgNTjpGjwJmZ0VCHNZEzQWKXE7xua4otHcSly mQZWPExLIj2rs0T3YCfZ+tkzC6pmuC6A/KKViZEFdw7yE91lYUGC+NIKIR9bhAxImWE2 9RIn1aZeo+pRsqLdTcfpfR2jXPaOXrbu4kPiFoj8+Rs9p8M33TeHNhrzncQzCC2Ski+3 Gfa7Lmd8VX8Dorybu0W8FM5AmN88gFi1z/A8NUiNQXtbHZjH5urn2xAA35Q6Ipg134EM YRBA== X-Gm-Message-State: AG10YOTtFqrx0D23CGwtTLRbP+MkmU3a3hk78MAmdI92HQyOBNUgF3d2KXorO7sQQUOYHI9KUvA5eu593v7TBA== X-Received: by 10.37.59.20 with SMTP id i20mr10688089yba.27.1453792641283; Mon, 25 Jan 2016 23:17:21 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.129.88.139 with HTTP; Mon, 25 Jan 2016 23:16:41 -0800 (PST) In-Reply-To: References: Date: Tue, 26 Jan 2016 16:16:41 +0900 X-Google-Sender-Auth: wuP9Br-w01UGZb8nbFT5zy9Myzs Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [RFC Discussion] Precise Session Management From: yohgaki@ohgaki.net (Yasuo Ohgaki) On Tue, Jan 26, 2016 at 4:01 PM, Yasuo Ohgaki wrote: > Currently, the use of "PHPAPI php_session_valid_chars()" is up to save handler, > but it should be checked always by session module. Since the function > only allows Oops, sorry s/PHPAPI php_session_valid_chars()/PHPAPI php_session_valid_key()/ -- Yasuo Ohgaki yohgaki@ohgaki.net