Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:98473 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5754 invoked from network); 10 Mar 2017 16:43:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Mar 2017 16:43:21 -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:46879] helo=box.beccati.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 64/77-31244-7A7D2C85 for ; Fri, 10 Mar 2017 11:43:20 -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 6B19C20018B; Fri, 10 Mar 2017 17:43:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=beccati.com; s=mail; t=1489164196; bh=HaHTiCNpMjbVWq8uFRstB+mMfoTsaQon4THhqdXh9sU=; h=Subject:To:References:Cc:From:Date:In-Reply-To:From; b=CK93aoja1xE5tk9p+Dkc5jwd6ZPesSqC9UIpgKBfzL+gDQCSQweslV0F8UxdE/ukT hOk1N94lSdNx7zURSAjlpDWQ5B5ygu392bG485aTj7p3DU/e3RDx2CnpWx9tLJxoRR 7PvJ1NmuCjTjuO0aiksbs4o5MYEwt70EPZtVtWXLa7ygBgEqvIeS8/LsJqGZjQtUEn 39fjFUed9uwolFn6upEfZrsX21FIj6/cHnkWuGX2bGaDDi7mkMEMb32ryxS/ZczUpZ +81G2SLLdIFcmONIzgu9ZeCvSlTJQipDHIpcizsoIoIRRqjV8Xx59rrmB2vWw5G3WC 1zvBHrwqSneXg== To: Adam Baratz , Marco Pivetta References: Cc: "internals@lists.php.net" Message-ID: <0784e0c6-854b-ece6-9c98-82547db2c394@beccati.com> Date: Fri, 10 Mar 2017 17:43:15 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: [RFC] Extended String Types For PDO From: php@beccati.com (Matteo Beccati) On 10/03/2017 16:53, Adam Baratz wrote: > I meant that this change won't break existing code. But yes, others may > need to modify their code to be compatible with this new feature. Within > pdo, a bitmask is applied -- see uses of the PDO_PARAM_TYPE macro. It's > probably worth replicating that in DBAL. I'm sorry, I think it's too disruptive both for userland and drivers developers. For very little gain, if I may. Cheers -- Matteo Beccati Development & Consulting - http://www.beccati.com/