Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73209 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89701 invoked from network); 17 Mar 2014 10:24:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Mar 2014 10:24:02 -0000 Authentication-Results: pb1.pair.com header.from=narf@devilix.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=narf@devilix.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain devilix.net designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.213.42 mail-yh0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:56111] helo=mail-yh0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 79/31-17561-14DC6235 for ; Mon, 17 Mar 2014 05:24:02 -0500 Received: by mail-yh0-f42.google.com with SMTP id t59so5071221yho.1 for ; Mon, 17 Mar 2014 03:23:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=devilix.net; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=B8wNWgOnvGwgFhk/t1AmI/lapaIK8+VOnzHVgH4siBg=; b=CRculRMTepktIRt92kSrOxLLsrRGbN54hmTYlnutf/EEX+G2qzb5EAblizywbRkwgs ajIkr3iTSwiIY42lKJNN1WAhumn/cYJTaNFhtmow7Ml866PFZa7BpzrGmSdoNErBG7qD g2U/6DBga+5h+jIbEa0x4ChKNH2EBUT8LYx8w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=B8wNWgOnvGwgFhk/t1AmI/lapaIK8+VOnzHVgH4siBg=; b=OwfQdg83s40o8ZTLOiGSko3p5m/mua/Z7HZ4NaB2LQu1GyD3i0F6K7OYsQxCweTZgB ZD+Lv5pxHBWPV8VPPXDwzElLPtPfF4SP1tkhTrfWACWxxmbFllsfWQFrIoh6NSS/DCRW z7oPJAdO+VxEZF9hF0NPUIsqFcAkX/VcrNrxoKVF2rqjSk7XxfB2oMbnD1fzHz7L2LYK 4usEZfzWfIS34/V2dQ/07seHyBnYDBCuq9pKBd1EUMTAgxnp6/EuwPHMmUGErYa36Kvp vS8HNMZTFuEAcbYko2EFS7maeGS7dOu1XdB33+txOa1FA8TK6fhovmCqbFIiKlA51zE2 FluQ== X-Gm-Message-State: ALoCoQn6UsbD2rAUpQkOU2RrO3UwQOIu2+c4JM8eOm18VwOyHrMn6FdkZFJR0mp9UDBcqr55NfRO MIME-Version: 1.0 X-Received: by 10.236.134.140 with SMTP id s12mr652054yhi.138.1395051838780; Mon, 17 Mar 2014 03:23:58 -0700 (PDT) Received: by 10.170.188.139 with HTTP; Mon, 17 Mar 2014 03:23:58 -0700 (PDT) Date: Mon, 17 Mar 2014 12:23:58 +0200 Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Session: deprecating create_sid() method and add createSid()? From: narf@devilix.net (Andrey Andreev) Hi Yasuo, There's no SessionHandler::create_sid() or SessionHandlerInterface::create_sid() documented (see your own link to the docs) ... since when is this available? I'm not sure if exposing it is a good idea anyway, why is it necessary? Cheers, Andrey.