Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:98985 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62050 invoked from network); 8 May 2017 14:56:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 May 2017 14:56:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=ocramius@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ocramius@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.48 as permitted sender) X-PHP-List-Original-Sender: ocramius@gmail.com X-Host-Fingerprint: 74.125.82.48 mail-wm0-f48.google.com Received: from [74.125.82.48] ([74.125.82.48:38008] helo=mail-wm0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C9/A0-52771-23780195 for ; Mon, 08 May 2017 10:56:51 -0400 Received: by mail-wm0-f48.google.com with SMTP id 142so68044656wma.1 for ; Mon, 08 May 2017 07:56:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=GYyDsoEEDnPH5JVmxvG7+GzAywH7TN45WaKTrknY27A=; b=OBFkcVXg7yjbCt+0U51Rq2LLK+KVHatPMN+j3DU51Uyb3nnTNfhKQLJqCIX3pwEG9+ a37mgP+z+GVzf9aBB+J4JpeN5xLSAvMyaypizA22sYarfr0ynjpAw4aBlXig61InedRt 7VYOR1zfx85aK0pjvsFfRpXekVPJkjcNxhK8lU+/SUSUh2iVAlRCQ/93L79C7LLV08gK LR3M8Hus1VvqwYc25cUufBwdxefjkGStRNCPoU56gKgEih1kvIt1klJZ8ZAddrgXPCEP FCuY2/gZ8unaf0b/+oj95t9VSN2SFXQJDZsBMAKs/igjk0K2ntcA/uJiKxSitVN4iJes Gvsg== 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:cc; bh=GYyDsoEEDnPH5JVmxvG7+GzAywH7TN45WaKTrknY27A=; b=ewx79tZQkeKstgGeNScjiFkLaiPrjfOqJ454MyjEC86Kit6xyLtOJrFXTH12GeSt99 VEP++A+SMN+eiHOx2y5ZxMs83JiZQfA1hRrC7Mvbfy1jMWrgsU2Ko+jhYe4WUPpMFBzV ZFAkJJmVKbcfZX26/U/t6BZfp6/aLGLzgN7bZbuXwY4j4ekzz87Vb+pwtFVodBtbdfPE 8X10pFsuYCad6XCZGj7DD8TnXJtnNfEI6WgsilZ8DyVTD7eW7dGZH+yLaamabXr4ciCJ jU7nqocCRobCAxJh2PHFj5JdSaZ7D6oP7xwiE2B0vyg8tODLbZoCxbcFHG2V9J7/WX/G SSaw== X-Gm-Message-State: AODbwcCvRqVPUS/4WmXf6TzfH5Fj9uDR4MJuEbvTpACtPuj1SsfQNcbW VS9/dwpEBdMaTLB9925/hUvZojMTUw== X-Received: by 10.28.68.195 with SMTP id r186mr10242405wma.22.1494255407804; Mon, 08 May 2017 07:56:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.161.147 with HTTP; Mon, 8 May 2017 07:56:27 -0700 (PDT) In-Reply-To: References: Date: Mon, 8 May 2017 16:56:27 +0200 Message-ID: To: Adam Baratz Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1148f4fcc936bc054f047211 Subject: Re: [PHP-DEV] Re: [VOTE] PDO Float Type From: ocramius@gmail.com (Marco Pivetta) --001a1148f4fcc936bc054f047211 Content-Type: text/plain; charset=UTF-8 Hey Adam, I voted "no" because for very little improvement (which really isn't worth it) we get: * a new constant to use * users foot-gunning themselves due to misuse of float values (yes, they will put floats where real is needed) That said, see https://wiki.php.net/rfc/voting#resurrecting_rejected_proposals about resurrecting the vote: it will need to wait a few months. Greets, Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On Mon, May 8, 2017 at 3:48 PM, Adam Baratz wrote: > Hi, > > 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. > > Thanks, > Adam > --001a1148f4fcc936bc054f047211--