PHP Extension 5.12.0 released
- New Feature: Automated instrumentation of
password_hash()
andpassword_verify()
. - Improvement: Add support for passing
string
s to\GraphQL\Language\Parser::parse
. Previously onlySource
objects were supported. - Bugfix: Correctly handle Redis commands containing a
.
(e.g.BF.ADD
) in Predis instrumentation. - Bugfix: Correctly handle Predis key prefixes when
tideways.features.redis_keys
is enabled. - Bugfix: Fix possible memory leak when batching spans.
- Bugfix: Correctly handle multiple GraphQL queries for the same
Source
object. - Bugfix: Work around PHP bug GH-15851.