Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100873 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69416 invoked from network); 12 Oct 2017 12:34:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Oct 2017 12:34:38 -0000 Authentication-Results: pb1.pair.com header.from=r@roze.lv; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=r@roze.lv; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain roze.lv designates 213.175.74.1 as permitted sender) X-PHP-List-Original-Sender: r@roze.lv X-Host-Fingerprint: 213.175.74.1 roze.lv Received: from [213.175.74.1] ([213.175.74.1:4700] helo=zeona.lv) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 16/56-49033-D516FD95 for ; Thu, 12 Oct 2017 08:34:37 -0400 Received: from MezhRoze (unknown [10.8.0.69]) by zeona.lv (Postfix) with ESMTP id 25E2E22B987DD for ; Thu, 12 Oct 2017 15:34:34 +0300 (EEST) To: References: <000301d34351$03585950$0a090bf0$@roze.lv> In-Reply-To: Date: Thu, 12 Oct 2017 15:34:34 +0300 Message-ID: <001301d34356$759788b0$60c69a10$@roze.lv> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQIS/p3Jby5IltBn6YUrKZoIoVuwsQChLWomolulLwA= Content-Language: lv Subject: RE: [PHP-DEV] Mysql result data types From: r@roze.lv ("Reinis Rozitis") > no idea what the state of PDO is >=20 >=20 > http://blog.ulf-wendel.de/2008/php-new-network-traffic-cpu-and-memory- > savings-with-mysqlnd/ >=20 > if(mysqli_options($this->conn, MYSQLI_OPT_INT_AND_FLOAT_NATIVE, Thanks, as we still partly (forced to) live in the "deprecated or moved to pecl" = ext/mysql world this gave the idea to actually implement the = int_and_float_native into the extension rather than alter the driver = (which apparently already has such functionality). rr