Re: [PECL-DEV] mysqlnd_qc (mysqlnd query cache) 1.0.1 with prepared statement support
[email protected] (Ulf Wendel)
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
Benjamin Eberlei schrieb: > Actually missing prepared statements and unbuffered queries were the > only issues I had with the Query Cache so far. Can i compile the Mysqlnd > + Query Cache PECL Trunk against 5.3.99-DEV only to test it? > ... remember that PDO emulates prepared statements by default. The mysqlnd plugin API should be identical in trunk and 5.3. 14 tests skipped, 45 tests passed --- yes, works with trunk. PS support is really untested. Be warned. For example, it should not get statistics right yet. Ulf