Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79473 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56281 invoked from network); 8 Dec 2014 12:33:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2014 12:33:56 -0000 Authentication-Results: pb1.pair.com header.from=damz@damz.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=damz@damz.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain damz.org designates 209.85.217.179 as permitted sender) X-PHP-List-Original-Sender: damz@damz.org X-Host-Fingerprint: 209.85.217.179 mail-lb0-f179.google.com Received: from [209.85.217.179] ([209.85.217.179:49910] helo=mail-lb0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 59/50-54207-4BA95845 for ; Mon, 08 Dec 2014 07:33:56 -0500 Received: by mail-lb0-f179.google.com with SMTP id z11so3619022lbi.38 for ; Mon, 08 Dec 2014 04:33:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=damz.org; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=hp03v5XZjyMOz9o6mwZLzWmPB9TQ3imZcBhOUyOAivI=; b=dCHtQIA0BKToTkKyOFL2lsxSUZfTClzVVanm+CXlPBtmGkq/C7EtIMQCLy8CKPYepT twWoW7P1I6cC0bSW2OEk6iiROjKpoL61PFZxGOEEMNWEjYRV3T5tTRQJ6XSCw47LHffz VWZK8F1RK+O1wKCADLfqVZqz2VLXIQQLNJI7U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=hp03v5XZjyMOz9o6mwZLzWmPB9TQ3imZcBhOUyOAivI=; b=agy8oJN5cNUXinGjYUL8JcubNS8BRHrpgGl9zlRhjPUWLBe89ROZBzk8UHKxzpTizn L2bMbPO5CdSQaE273Efsch6yMUveouMzE5nZ0uADlo75bfEhjxKKkIJoGbnfmGHWC6rB XCHOshhHyykkHCwn02m7fp0vvSG+R3E60LPqKUkEMlPF4iKrcj1dQBOj7KT6tsu5rtIF TXSfUA+A0a8rTX+H9IFn2bGEQWmx9BFgJLxvj9FvH2Deot89i7mnyscDBq/KzitO6tkS g6OlofdLg6avXHChqlxxEX+16tYpDLILxq1WIcr4v4T9t8VKPI/W3qMbVCG5AF2LOxxd QQYA== X-Gm-Message-State: ALoCoQnGUeIDA5jhDDVsnMaqVy5pSLAzCU4P2PRI6p/8a128MSdvVgrDPUks67GiXv6DFeHmqFjK MIME-Version: 1.0 X-Received: by 10.153.11.129 with SMTP id ei1mr16093962lad.11.1418042033606; Mon, 08 Dec 2014 04:33:53 -0800 (PST) Received: by 10.25.16.149 with HTTP; Mon, 8 Dec 2014 04:33:53 -0800 (PST) X-Originating-IP: [82.231.24.20] In-Reply-To: References: Date: Mon, 8 Dec 2014 13:33:53 +0100 Message-ID: To: "guilhermeblanco@gmail.com" Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Zend language parser improvements From: damz@damz.org (Damien Tournoud) On Mon, Dec 8, 2014 at 1:30 PM, Damien Tournoud wrote: > PDO statement should not be made final, or this is a breaking language > change (requiring an RFC and a 2/3 majority). I see from the PR that it's PDORow, not PDOStatement. That one is not actually exposed as such to userspace, so it is fine. Damien