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

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to