News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
ThinkPHP Blog:
MySQLnd Plugins Writing a MySQL Query Logger in PHP
August 18, 2010 @ 11:10:15

On the ThinkPHP blog there's a recent post looking at writing a query logger in PHP as a mysqlnd plugin using the mysqlnd_uh extension.

A new approach to implementing a query logger and potentially more complex features such as monitoring or read/write-splitting is the MySQLnd Userland Handler Extension (mysqlnd_uh, pecl website). The extension lets you register a PHP class as a proxy for every MySQLnd connection. Every call to a function to MySQLnd (usually indirect through mysqli, mysql, pdo_mysql) is passed to the PHP class, which then calls the original MySQLnd function.

They give a simple example to start - a logging function and how to configure it - followed by a more real-world scenario of logging inside of a project plugin.

0 comments voice your opinion now!
mysqlnd query logger plugin extension




Community Events





Don't see your event here?
Let us know!


framework podcast release test database custom component unittest community language interview application introduction api development phpunit symfony2 conference opinion series

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework