Daemon 1.9.40 released

  • Improvement: Add support for net.in and net.out annotations on PDO and MySQLi spans.
  • Improvement: Add support for the new mysql.index_usage annotation on PDO and MySQLi spans.
  • Improvement: Add support for the new session.save_handler.user_class annotation on Session spans.
  • Improvement: Improve clarity of the anonymized SQL for redacted subselects acting as a table.
  • Bugfix: Decimal numbers with leading decimal point now correctly consider the decimal point to be part of the number. Previously a query like SELECT foo + .1 was reported as SELECT foo + .?.
  • Change: Update dependencies and rebuild with current Golang version.

About the author

Tim Düsterhus

I’m a Software Engineer at Tideways, where I work on the PHP extension. My focus is on helping developers gain accurate insights into the runtime behavior of their applications with minimal overhead.

I’m interested in PHP internals and regularly contribute performance improvements to the PHP engine. I enjoy working on problems where small changes can have a measurable impact on the performance and efficiency of PHP applications. Several of my performance optimizations have become part of PHP itself, helping improve the language for developers worldwide.