Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99035 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13496 invoked from network); 15 May 2017 07:48:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 May 2017 07:48:04 -0000 Authentication-Results: pb1.pair.com header.from=adambaratz@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=adam.baratz@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: adam.baratz@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-qk0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:35843] helo=mail-qk0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 31/26-15531-03D59195 for ; Mon, 15 May 2017 03:48:01 -0400 Received: by mail-qk0-f170.google.com with SMTP id u75so86885414qka.3 for ; Mon, 15 May 2017 00:48:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=ETv1uXrB/6mV+++C//CrqJSWryoNcapRDziapkEiZSI=; b=go4Vb2H4/z+bHXASXT8YE87XF1YImNKpMqRck413HerM74dTNPNlvZ7qVD0vrMH0Bz In1+OWlEvW1Mcb8GXsi8sdk3OoGPx86yGWUNCGt8ylgdBO5Wwd4tEtC9M4NJJocnFnDJ b1oUivvugiBEshY5gG3Fl4PrFfHPmDlYxiuFadmLQEWkM7epmKZb2zbo2RT7Ak4YhA8B Vc/QSYkasZfZXtg6MojY/fC29WDIZIDx9+4wG6OV6aIeZ/BkAzkQPPEilFiobutP3EBo IcO4KFYit2HQf362T/mMTtIbLG85l652g0dCKYgJKeFPw/h2oSgZbCk9Olr5g/F4V83U pSUQ== X-Gm-Message-State: AODbwcCN+8lxwbRF0aY2hUKl0xQcPhDxbQgKjrdlC6E/4lOSe6at3DE6 05NEUh8+Htrq37JYKi0= X-Received: by 10.55.17.224 with SMTP id 93mr3867461qkr.244.1494834477878; Mon, 15 May 2017 00:47:57 -0700 (PDT) Received: from mail-qt0-f169.google.com (mail-qt0-f169.google.com. [209.85.216.169]) by smtp.gmail.com with ESMTPSA id t68sm7758164qkc.44.2017.05.15.00.47.56 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 May 2017 00:47:57 -0700 (PDT) Received: by mail-qt0-f169.google.com with SMTP id c13so24221169qtc.1 for ; Mon, 15 May 2017 00:47:56 -0700 (PDT) X-Received: by 10.237.60.23 with SMTP id t23mr4046867qte.206.1494834476597; Mon, 15 May 2017 00:47:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.152.27 with HTTP; Mon, 15 May 2017 00:47:55 -0700 (PDT) In-Reply-To: References: Date: Mon, 15 May 2017 09:47:55 +0200 X-Gmail-Original-Message-ID: Message-ID: To: "internals@lists.php.net" Content-Type: multipart/alternative; boundary="94eb2c191b54f9c918054f8b455c" Subject: Re: [VOTE] PDO Float Type From: adambaratz@php.net (Adam Baratz) --94eb2c191b54f9c918054f8b455c Content-Type: text/plain; charset="UTF-8" > > I took another pass at this RFC: >> *https://wiki.php.net/rfc/pdo_float_type >> * >> > > Unless discussion prompts major changes, I'll open this for a vote next > Monday. > I had a request on the PR[1] to rename the const, from PDO::PARAM_FLT to PDO::PARAM_FLOAT. Agree that readability is better here. Since there's been a change, I'll plan on opening the vote tomorrow. Thanks, Adam --- [1] https://github.com/php/php-src/pull/2500 --94eb2c191b54f9c918054f8b455c--