php_clickhouse 0.8.1: Three Releases Later, Stable
The launch post for php_clickhouse 0.6.0 covered the framing: native binary protocol, soft fork of...
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3866511) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Ilia Alshanetsky Posted on May 1 • Originally published at ilia.ws php_clickhouse 0.8.1: Three Releases Later, Stable #php #opensource #showdev #clickhouse The launch post for php_clickhouse 0.6.0 covered the framing: native binary protocol, soft fork of the stalled SeasClick, modern ClickHouse types, 30-40% faster than HTTP at high throughput. That post landed April 25, 2026. Today (May 1, 2026) the current tag is 0.8.1, and I'm calling the extension stable.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).