Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100874 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70829 invoked from network); 12 Oct 2017 12:38:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Oct 2017 12:38:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=lists@rhsoft.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=lists@rhsoft.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain rhsoft.net designates 91.118.73.15 as permitted sender) X-PHP-List-Original-Sender: lists@rhsoft.net X-Host-Fingerprint: 91.118.73.15 mail.thelounge.net Received: from [91.118.73.15] ([91.118.73.15:50659] helo=mail.thelounge.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/A6-49033-1426FD95 for ; Thu, 12 Oct 2017 08:38:27 -0400 Received: from srv-rhsoft.rhsoft.net (Authenticated sender: h.reindl@thelounge.net) by mail.thelounge.net (THELOUNGE MTA) with ESMTPSA id 3yCVkj4Y3BzXMZ for ; Thu, 12 Oct 2017 14:38:21 +0200 (CEST) To: internals@lists.php.net References: <000301d34351$03585950$0a090bf0$@roze.lv> <001301d34356$759788b0$60c69a10$@roze.lv> Message-ID: <0b35f025-c788-5737-d504-3fe37a1c4255@rhsoft.net> Date: Thu, 12 Oct 2017 14:38:21 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <001301d34356$759788b0$60c69a10$@roze.lv> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-CH Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Mysql result data types From: lists@rhsoft.net ("lists@rhsoft.net") Am 12.10.2017 um 14:34 schrieb Reinis Rozitis: >> no idea what the state of PDO is >> >> >> http://blog.ulf-wendel.de/2008/php-new-network-traffic-cpu-and-memory- >> savings-with-mysqlnd/ >> >> 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) who forces you to ext/mysql? don't get me wrong but we implemented 'mysqli' in our database layer a decade ago, at that time with 'enable_mysqli' which not so much later defaulted to be enabled that i don't see any code in 2017 which still did not cope as unmaintained and broken stuff we stopped build PHP with ext/mysql 4 years ago at all