Daemon 1.16.0 released

  • Improvement: SQL SELECT queries working on dynamic tables using subqueries will now extract the subquery’s assigned alias as the table name. These dynamic tables will show as SELECT ([..]) AS alias_name in the timeline summary.
  • Bugfix: Fix parsing of SQL queries that use the FROM keyword where it does not refer to a table name (e.g. TRIM(TRAILING 'x' FROM ?)).
  • 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.