Monday, March 2, 2026

The Missing COM_RESET_CONNECTION in Go’s MySQL Driver — and the Engineering Behind Fixing It


While working on AlgoreaBackend, I encountered a subtle but serious issue in Go’s MySQL ecosystem.

The standard Go MySQL driver — go-sql-driver/mysql — does not implement COM_RESET_CONNECTION.

Not disabled. Not optional. Simply not implemented.

And that has real architectural consequences.

Monday, October 19, 2015

Runkit is finally home!

Only five years of waiting and it has happened! Now my work on Runkit is officially hosted on PECL: pecl.php.net/runkit

You can now install latest release through PECL with a standard command
pecl install runkit

Many thanks to all people involved in this adventure!

Friday, October 9, 2015

Runkit 1.0.4: PHP5 (up to 5.6+), Closures, and 12 New Features

Runkit 1.0.4: PHP5 (up to 5.6+), Closures, and 12 New Features

Runkit 1.0.4 for PHP has been released!

Congratulations on the new long-awaited mega-release to all Runkit users! If you are regularly using Runkit and are familiar with its features, history and evolution, then you can jump directly to the description of changes of release 1.0.4. In any case, I suggest reading the full article.