« All posts

ScyllaDB PHP Driver 1.4.0: Now a Pure C23 Extension

The ScyllaDB PHP driver 1.4.0 is now a pure C23 extension, enhancing performance and memory efficiency.

The ScyllaDB PHP driver has transitioned to a pure C23 extension with version 1.4.0, eliminating the need for a C++ compiler. This update enhances performance by optimizing persistent session connections, which no longer allocate a 200-character key string on each call. These changes streamline the build process and improve memory efficiency, crucial for engineers working with PHP applications.