Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96670 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 626 invoked from network); 31 Oct 2016 10:32:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Oct 2016 10:32:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@beccati.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=php@beccati.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain beccati.com designates 176.9.123.236 as permitted sender) X-PHP-List-Original-Sender: php@beccati.com X-Host-Fingerprint: 176.9.123.236 box.beccati.com Received: from [176.9.123.236] ([176.9.123.236:40963] helo=box.beccati.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8A/8B-25911-5CD17185 for ; Mon, 31 Oct 2016 05:32:39 -0500 Received: from authenticated-user (box.beccati.com [176.9.123.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by box.beccati.com (Postfix) with ESMTPSA id EEE25200258; Mon, 31 Oct 2016 11:32:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=beccati.com; s=mail; t=1477909955; bh=lQ21wAkk8ScMVHV2sSZJXbECrmAMonqgQK6JHpt2Eg0=; h=Subject:To:References:From:Date:In-Reply-To:From; b=ZRlM1UxAXy4e1+9hzhFQXC5qRbiuiuvrJYtpaIDWeZ5R7LW9Up/cfkdPgYoE2jMgG NRVxjppTKu+RBlFHYkxUwE5b8Xody9tQLwkGo4nKt864ABa1MfPAMqzXzhMEFAk73W 1pImyV0OdQ8JK4deaf3ONlpI7F6DQ7EWlqzEl6WSDxPp8Mrtnco/KlAkrLnwpr0pxf bgDyL2P0oC8N72arxRiItY8wQ54ZdKH19G4+tt/W2xwj3ZiLDFKJ1lCST5naZYZ75v MrhAwMjkALvvKd8r/vsyM/wytbTHZkZrqHik32Bvxpu7JezUQJjqPC/v+KCvMMatld mSicU9b3nu3aQ== To: Adam Baratz , "internals@lists.php.net" References: Message-ID: <3070b2cb-58ab-cf55-7744-4afb00ce331a@beccati.com> Date: Mon, 31 Oct 2016 11:32:33 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Debugging PDO Prepared Statement Emulation From: php@beccati.com (Matteo Beccati) Hi Adam, On 17/10/2016 21:28, Adam Baratz wrote: > Hi, > > I've created an RFC to make it easier to work with emulated prepared > statements: > https://wiki.php.net/rfc/debugging_pdo_prepared_statement_emulation > > Based on feedback from a previous thread[1], I added some context and added > two other potential solutions to the problem. Please share your feedback. > I'd like to hone in on one solution for the eventual vote. There's value in improving tests for emulated prepares, but as I stated somewhere else, I would rather see them deprecated and removed rather than encouraged. Besides, I gather that FreeTDS also supports them since quite a long time, so I don't see why pdo_dblib should exclusively use and promote usage of emulated prepares. Cheers -- Matteo Beccati Development & Consulting - http://www.beccati.com/