Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62534 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66467 invoked from network); 26 Aug 2012 20:56:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Aug 2012 20:56: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 74.125.82.48 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 74.125.82.48 mail-wg0-f48.google.com Received: from [74.125.82.48] ([74.125.82.48:40310] helo=mail-wg0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B3/DC-00843-77D8A305 for ; Sun, 26 Aug 2012 16:56:24 -0400 Received: by wgbdq11 with SMTP id dq11so2578309wgb.29 for ; Sun, 26 Aug 2012 13:56:20 -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=7IpZg+AsXXU8c0kv7EUqhbZDl95KbZeR5auZGTSaxz4=; b=udsQjbvXaz9bgd1DYxL2lFh5yuwGdQTYvmwHvjU3nhue435JjygvfiuxiX5DShNP/3 SBdzQ4b27gJbOcBbWxiAIugke5YghXUjTsaN1HRb4ZB4GPJpSMUH++IG5b/Qwv+eYxJ/ 1huvp7YvSTvH41hAEnBn2RrGtU4jIQCyFIX7329rZmSCkIaxgb1URNdUavcgxUvTrWW5 E8ru977F1QZTaEMNF9NQKPy1CDeuqEwz/st2WfPB92Wx8ohUdJpgF7kr2ycaqerrgfQw eRMhWivAG2G5LcNG82WALLBtTVknLvC99469pEUJNvrjR5eD5EwSXWyP3yk+m2fq+m3r 8U/w== Received: by 10.180.100.133 with SMTP id ey5mr20335248wib.4.1346014580695; Sun, 26 Aug 2012 13:56:20 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.223.86.201 with HTTP; Sun, 26 Aug 2012 13:55:40 -0700 (PDT) In-Reply-To: <5039D249.30707@sugarcrm.com> References: <50364644.1060302@lerdorf.com> <5039D249.30707@sugarcrm.com> Date: Mon, 27 Aug 2012 05:55:40 +0900 X-Google-Sender-Auth: Os35o8ybqNvbwVwzHiPLYw4fO1M Message-ID: To: Stas Malyshev Cc: Sherif Ramadan , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Session Id Collisions From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi, 2012/8/26 Stas Malyshev : > Hi! > >> 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. > > As far as I remember there were some things that needed to be > refactored/changed and I didn't see the updates since then, but if you > could point me to the latest version I could check it out. We agreed not to introduce new session save handler API so that there would be no barrier for adoption. I've done it months ago, I guess you missed a mail. These are the patch. master https://gist.github.com/1379668 5.4 https://gist.github.com/2224196 5.3 https://gist.github.com/2224360 There might be conflict since it's made at 3/28, I'll fix it if there is. (I'll check it myself within a few days) > if you > could point me to the latest version I could check it out. Thank you for your time. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net