php-src/ext/pdo_mysql
Andrey Hristov 63791d055a New result fetching mode for mysqlnd, which should use less memory but
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]
2014-04-10 16:44:54 +03:00
..
tests Merge branch 'PHP-5.4' into PHP-5.5 2013-11-26 19:15:43 +02:00
config.m4 Fix long-standing visual pain point: the misalignment of './configure help' text. 2013-08-06 11:06:09 -07:00
config.w32 MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, 2008-07-21 13:09:28 +00:00
CREDITS MFH: Add mysqlnd support for PDO_mysql, fixes at least bug#41997,#42499, 2008-07-21 13:09:28 +00:00
get_error_codes.php - Update PDO_mysql error mapping 2011-08-31 15:46:07 +00:00
mysql_driver.c New result fetching mode for mysqlnd, which should use less memory but 2014-04-10 16:44:54 +03:00
mysql_statement.c Bump year 2014-01-03 11:06:16 +08:00
package2.xml set min pdo dep to 1.0.3, which will be the new pecl release 2006-05-02 02:43:11 +00:00
pdo_mysql.c Merge branch 'PHP-5.4' into PHP-5.5 2014-02-23 14:56:32 +01:00
php_pdo_mysql_int.h Bump year 2014-01-03 11:06:16 +08:00
php_pdo_mysql_sqlstate.h - Update PDO_mysql error mapping 2011-08-31 15:46:07 +00:00
php_pdo_mysql.h Bump year 2014-01-03 11:06:16 +08:00