What's Changed
Features
Fixes
- Fix duplicate error for abstract methods in traits if the issue is due to the implementer by @kkmuffme in #11695
- Report regular issue instead of throw/crash by @kkmuffme in #11693
- Add PHP 8.5 (and 8.4) handling where it wasn't added yet by @kkmuffme in #11697
- curl_share_init_persistent requires non-empty array otherwise throws by @kkmuffme in #11701
- Add max_depth option to unserialize() callmap type by @eyupcanakman in #11702
- Fix false InvalidArgument for sprintf precision placeholders by @eyupcanakman in #11729
Internal changes
- Disable JIT by default, make it opt-in via --force-jit by @alies-dev in #11682
- Regenerate callmaps to include new ext-mongodb 2.2 API by @alcaeus in #11720
- Bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #11719
New Contributors
- @eyupcanakman made their first contribution in #11702
Full Changelog: 6.15.1...6.16.0