mysqlnd_qc 1.1.1

A query cache plugin for mysqlnd


The mysqlnd query result cache plugin is a mysqlnd plugin. It adds basic client side result set caching to all PHP MySQL extensions (ext/mysql, ext/mysqli, PDO_MySQL). if they are compiled to use mysqlnd. It does not change the API of the MySQL extensions and thus it operates virtually transparent for applications."

License: PHP License

Changes

Small change to fix the build in case QC is built/used together with MS