Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69945 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46111 invoked from network); 29 Oct 2013 17:42:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Oct 2013 17:42:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.173 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.214.173 mail-ob0-f173.google.com Received: from [209.85.214.173] ([209.85.214.173:54228] helo=mail-ob0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 47/E2-22922-D73FF625 for ; Tue, 29 Oct 2013 12:42:21 -0500 Received: by mail-ob0-f173.google.com with SMTP id gq1so226881obb.4 for ; Tue, 29 Oct 2013 10:42:17 -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=jWxJkv2y9fqjavFGETLFSh3wPPyG87kTE1oBALpjwIQ=; b=eC+ZtzCwaId7Yq/s6Im0867E9v47EZyjJy518eghSOZO6aSqZFO83iyXqRivbtz3v+ s4GMHNxY6hoAkDgmrDYeYg/B6JYXDKgS0cmjcb/nVe0DpDQlG21kcUkGvZtEUU7dhZBz O83Cb01Bt/0FAoYgx+MEtZhCBqpToatCPdCX2hbuYopceUrjlWcAlM+FpJLBdnDD+1es YWNqdBh44ItZLIOEx9aydTxe6Qa+o+KrsBpA2vxnQSLPKx/5PS6qudYFISGmtg++v0DF q44cdFiBDsamqtEVVFvK2s3rIbMSeC6z2IrADfyRwt8wtEqGFkfAAg8S9V+T7LMqS+c/ jUpg== MIME-Version: 1.0 X-Received: by 10.60.140.168 with SMTP id rh8mr566197oeb.76.1383068537600; Tue, 29 Oct 2013 10:42:17 -0700 (PDT) Received: by 10.182.54.112 with HTTP; Tue, 29 Oct 2013 10:42:17 -0700 (PDT) In-Reply-To: References: Date: Tue, 29 Oct 2013 18:42:17 +0100 Message-ID: To: =?ISO-8859-1?Q?Renan_Gon=E7alves?= Cc: PHP internals Content-Type: multipart/alternative; boundary=047d7b2e4c46e242af04e9e4bc03 Subject: Re: [PHP-DEV] RFC pages with mismatching information From: nikita.ppv@gmail.com (Nikita Popov) --047d7b2e4c46e242af04e9e4bc03 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Mon, Oct 28, 2013 at 5:51 PM, Renan Gon=E7alves = wrote: > Hi guys, > > While checking a RFC page I noticed the Status was showing "Under > discussion" while the RFC list (https://wiki.php.net/rfc) was showing it > was Implemented. > > Then I checked several other RFC's and quite a lot of them have mismatchi= ng > information. I compiled a list so somebody with access could revisit and > fix them. > Thanks, I updated all statuses of the listed RFCs to "Implemented in PHP 5.x". Only one I didn't change is https://wiki.php.net/rfc/allow_multiple_simultaneous_syslog_connections, because I have no idea whether that actually landed or not. Nikita --047d7b2e4c46e242af04e9e4bc03--