mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
63791d055a
implies more memory copy. The old method is still available and can be used. It stays as default. Choosing the method is through a flag to mysqli_query()/mysqli_real_query() New mode can be forced with an INI setting, for all extensions that support this mode (ext/mysql and mysqli, because PDO due to it's architecture can't support it) The setting is mysqlnd.fetch_data_copy=[0|1] |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
get_error_codes.php | ||
mysql_driver.c | ||
mysql_statement.c | ||
package2.xml | ||
pdo_mysql.c | ||
php_pdo_mysql_int.h | ||
php_pdo_mysql_sqlstate.h | ||
php_pdo_mysql.h |