Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73656 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51483 invoked from network); 10 Apr 2014 10:50:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Apr 2014 10:50:31 -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.51 as permitted sender) X-PHP-List-Original-Sender: narf@devilix.net X-Host-Fingerprint: 209.85.213.51 mail-yh0-f51.google.com Received: from [209.85.213.51] ([209.85.213.51:46642] helo=mail-yh0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/B1-36264-67776435 for ; Thu, 10 Apr 2014 06:50:31 -0400 Received: by mail-yh0-f51.google.com with SMTP id f10so3639288yha.10 for ; Thu, 10 Apr 2014 03:50:28 -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=HHk3tmibvF0hRpb80F3jK4rRkJ5j4WHQItnILFTHPiU=; b=Yk2IPpvR/VOtVu2Rxc+FzGRcSnCCFOc+6XRzA6gTQGPFjQCAAbqDnfs2dVmCXvTdpf 3PQsP/KvUdWlvb/habVRjN2md1yBrf/IHUwJtKAyG+M1A4fQBSL6u1GYF9N4ugmOoAbc COxD3WhWpzOhREgmX5/osbtNtZ/fVKT3NDqXI= 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=HHk3tmibvF0hRpb80F3jK4rRkJ5j4WHQItnILFTHPiU=; b=OmC4fP7nd3oo68DJgRGhAmis5a4y3uOvJTFBx9a7wx5yG1ImPQWLmIriXbKmQq31SZ QJ9wvE7eBoXcmBC6PqGQTSaxUa7m42u8GukovixCFA/jnu2L18hVQghK92WK2Btrfv2q ePrxnaV+BSCWTgsGQrhMVNZ0Ds5qa9DWSF4ZA4p6/HA4QlW02R6jFnqULBHNC1CALvRV UbwYj2jt4lPyZXCiZZnMi/HlpSTNOBMuF5/TjVjCaitva/T50mE2SjyBX+AzqrdgdBxt oXT7hNbb7b1pYRyT+8y2/hOCWW20nKHThHUaAnWeSKt9jeKcASKaK1KUHg1HPdAufAg7 Zgdw== X-Gm-Message-State: ALoCoQk8oQLoEL05Y2AkaiRV+JJ6cbT51Q1NNs6uglmeu7wKI18L8HGzN45Q0Vaf+zVAFvYhKCsq MIME-Version: 1.0 X-Received: by 10.236.51.42 with SMTP id a30mr21795776yhc.19.1397127028057; Thu, 10 Apr 2014 03:50:28 -0700 (PDT) Received: by 10.170.188.23 with HTTP; Thu, 10 Apr 2014 03:50:28 -0700 (PDT) Date: Thu, 10 Apr 2014 13:50:28 +0300 Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: [VOTE][RFC] session_start(), lazy_write From: narf@devilix.net (Andrey Andreev) Hello, I'm starting the vote on the RFC about changing the recently accepted 'lazy_write' functionality in ext/session. The voting period is 2 weeks, until April 24th, 2014 - I'd make it shorter because beta1 was just announced, but easter is coming, so ... https://wiki.php.net/rfc/session-read_only-lazy_write Regards, Andrey Andreev.