Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62468 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95299 invoked from network); 25 Aug 2012 02:48:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Aug 2012 02:48:01 -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 74.125.82.54 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-wg0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:41998] helo=mail-wg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 92/7D-24287-FDC38305 for ; Fri, 24 Aug 2012 22:47:59 -0400 Received: by wgx1 with SMTP id 1so1424614wgx.11 for ; Fri, 24 Aug 2012 19:47:56 -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=iHoNnsUK7C9/5kdPFwdbn32D80AeR3Uvz6uZfYhyopU=; b=0bf1aPSkbeDQZ4WQGGgkMSgnyeFtxcXf4CeiS9bVVuIcN0W/ubW8/3f/nxvPtgubqO WqovGGEZ4nGSHkFd+pSztBp3bTppqZPVc65H/wmY4X719oks961pKIPt9EbNieEzUNBZ Uy+BNKJNzjRRkITSST5/8ADPxO4bKquCdcoAwKhqrFZwUgqWtRBAAHbJ6JEK6qE0UWXV cdl74Zacc6QqLK8I3zfhy+Q8zxxvDPu63AnKoBgrBR7qx/xuuhsXIxuH9ly2KRBJGW37 6oyhXTfia7IbSasw5Q6IKrqV0uFyg3MboqJnI3eF49InkpgmCYaso+p4Tzi56asL4DP6 WLTA== Received: by 10.216.181.195 with SMTP id l45mr3618451wem.52.1345862876336; Fri, 24 Aug 2012 19:47:56 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.223.86.201 with HTTP; Fri, 24 Aug 2012 19:47:16 -0700 (PDT) In-Reply-To: References: <50364644.1060302@lerdorf.com> Date: Sat, 25 Aug 2012 11:47:16 +0900 X-Google-Sender-Auth: 7FY3bI9z5RT2VP1vXvCToWwQPVo Message-ID: To: Sherif Ramadan Cc: PHP Internals , Stas Malyshev Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Session Id Collisions From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi, I was willing to add collision detection to session module after session adoption patch is merged. What's the status of session adoption patch? I've created patches for all 3 versions and I think Stats is going to merge it to master and PHP 5.4. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net 2012/8/24 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. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >