Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62427 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49462 invoked from network); 23 Aug 2012 15:53:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Aug 2012 15:53:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=theanomaly.is@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=theanomaly.is@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: theanomaly.is@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:37789] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 71/E1-40468-BF156305 for ; Thu, 23 Aug 2012 11:53:32 -0400 Received: by lahl5 with SMTP id l5so531784lah.29 for ; Thu, 23 Aug 2012 08:53:28 -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:to :cc:content-type; bh=CHG2W39jNGgOQUBDwt3PNz5dWTWbMxFMSWcYRqiJHlQ=; b=QVip4eEyKcfhAY0u5PIGSJrMmnvWrd4xsNFF8991Xe5Yb1/Dlbjs6pG67SW+teerTg GZ2i/Qy49b7vUn+oEkgaBqWZH2idsCnTFFjicoQLE3nDyJJ/UBQ98SeHsTgj3ch1Hin5 M6yuZ+7Sp6f4gmxEtRU9AKzxeQo643VDY0B9wAAiG0KEBJPVc6oz3VH0oDUTx4Zw4YbS 68rKk+ppZOoP5O9wb5G6u6pcp9vC52G9tr1j9hDfUW1Rs/jGjv/8A7IhbD6nSU3WfDYc 8TSxaPVB/3vlmVnvwsKzy5UOnTw86KBkhHqmbZS6TAetNkZuEwJP0Q6mcHgrHtf/hC2H SRaQ== MIME-Version: 1.0 Received: by 10.152.113.68 with SMTP id iw4mr2206557lab.50.1345737208739; Thu, 23 Aug 2012 08:53:28 -0700 (PDT) Received: by 10.112.8.7 with HTTP; Thu, 23 Aug 2012 08:53:28 -0700 (PDT) In-Reply-To: References: <50364644.1060302@lerdorf.com> Date: Thu, 23 Aug 2012 11:53:28 -0400 Message-ID: To: Raymond Irving Cc: Rasmus Lerdorf , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Session Id Collisions From: theanomaly.is@gmail.com (Sherif Ramadan) > Hi Rasmus, > > Many thanks for the information. > > It would be great if this information can be added to the docs: > > http://www.php.net/manual/en/session.configuration.php#ini.session.entropy-file > > > Please open a documentation bug at https://bugs.php.net/ for this so that we have a record of the issue and I'll be sure to follow up on the ticket. I can confirm the default configuration directives from 5.4: http://lxr.php.net/xref/PHP_5_4/ext/session/session.c#725 and 5.3: http://lxr.php.net/xref/PHP_5_3/ext/session/session.c#807 So I will update the docs accordingly to reflect the change.