5.26.0
What's Changed
Features
- Add mysqli.execute-query as sink for TaintedSql by @cgocast in #11021
- Add TaintedCallable sinks for 4 core generic functions by @cgocast in #11090
- Improve mysql fetch_field* return type by @MoonE in #11009
- Check for
psalm.dist.xml
as well by @HypeMC in #11031
Fixes
- Change
ReflectionParameter::getName()
result type tonon-empty-string
by @vjik in #11037 - Fix mysqli_real_escape_string stub by @kamil-tekiela in #11078
- Fix mysqli_get_client_version by @kamil-tekiela in #11074
- Up the minimum required version of nikic/php-parser to 4.17 by @chesn0k in #10968
- Fix callable/lowercase strings coercion by @weirdan in #11091
- Consistently emit issues for properties on classes with unknown mixins by @issidorov in #11081
New Contributors
Full Changelog: 5.25.0...5.26.0