Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99104 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39810 invoked from network); 18 May 2017 10:41:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 May 2017 10:41:43 -0000 Authentication-Results: pb1.pair.com header.from=php@beccati.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=php@beccati.com; spf=pass; 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:49832] helo=box.beccati.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B8/E1-23431-66A7D195 for ; Thu, 18 May 2017 06:41:43 -0400 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 745122002DB; Thu, 18 May 2017 12:41:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=beccati.com; s=mail; t=1495104099; bh=vOcJa5M/nXPko2qafW8ct0AbNGhLF+v/zSHDPRjaos0=; h=Subject:To:References:Cc:From:Date:In-Reply-To:From; b=SriRh2H4WmIeCr1c1fQMh1H2lI9r0z9JhAh4KkzI4KchJwOa2EJXE+6Yns3QI+/jx 8SAumb1AmMmQ46azTEE4MyEgZpheOWOzPBYoIXWXB2sz23v5jH7RCBQmKHkjh5hOuN 3XVOA7BywmantC6G52/ANNcAMjhHeaiXTFFkRWkrAQn7KUxazEXhXZJELr/qc9PSBl 6UxzmkIGAq+EKzhxqGo7rLJu1l1mEsXEhcAVFa1GuYJZl4sbGyPeecM3zsSChqAZe2 MFWbyx+EsqzHN1KtZTFPkjBKWasDCU1PRTEvy1RaHBC2nposRgIt5noDM47wA+1xf4 2R+cIeNM7OTEw== To: Adam Baratz References: <94cdf88b-9933-a72d-d351-546da495d4ab@beccati.com> Cc: "internals@lists.php.net" Message-ID: <56f0d436-6180-c363-e630-fdecd153c864@beccati.com> Date: Thu, 18 May 2017 12:41:35 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] deprecate PDO::PARAM_NULL From: php@beccati.com (Matteo Beccati) On 18/05/2017 12:16, Adam Baratz wrote: > In all honesty, I'm ambivalent about this issue. It's certainly not > causing any problems. But if enough people feel it should be removed, > I'm happy to do the work to remove it. Sure, cleaning it up would be cool. I am just slightly worried about its usage in the wild, i.e. I don't know how many ORMs, abstraction libraries, etc are using the feature and could suddenly break or just throw deprecation notices all the time. Cheers -- Matteo Beccati Development & Consulting - http://www.beccati.com/