PHP Extension 5.12.0 released
- New Feature: Automated instrumentation of
password_hash()andpassword_verify(). - Improvement: Add support for passing
strings to\GraphQL\Language\Parser::parse. Previously onlySourceobjects 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_keysis enabled. - Bugfix: Fix possible memory leak when batching spans.
- Bugfix: Correctly handle multiple GraphQL queries for the same
Sourceobject. - Bugfix: Work around PHP bug GH-15851.