summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_reverse_api.h
Commit message (Collapse)AuthorAgeFilesLines
* New result fetching mode for mysqlnd, which should use less memory butAndrey Hristov2014-04-101-2/+1
| | | | | | | | 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]
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-01-061-1/+1
|\
| * bump yearXinchen Hui2013-01-061-1/+1
| |
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-3/+8
| | | | | | | | | | | | pointer to a structure. The structure is still aggregated but we add a level of indirection for possible plugins to overwrite the storage
| * api_ext to reverse_apiAndrey Hristov2011-10-191-0/+45
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-3/+8
| | | | | | pointer to a structure. The structure is still aggregated but we add a level of indirection for possible plugins to overwrite the storage
* api_ext to reverse_apiAndrey Hristov2011-10-191-0/+44