Changes.Watch

PHP changelog digest

May 4 - May 10, 2026. Useful releases, risky migrations, and noisy updates from the PHP channel.

PHP updates in 2026-w19

Minor release patches planner and replication issues

  • Patch release includes planner fixes and replication reliability updates.
  • DB teams should review extension compatibility before maintenance windows.

Persistence configuration docs warn about risky defaults

  • Updated docs call out persistence settings that can surprise small teams.
  • Operational guidance is clearer for cache-only versus durable workloads.

Checkout adds new recovery controls

  • Checkout recovery flows expose more controls for abandoned sessions.
  • Billing teams can tune recovery without rebuilding custom payment pages.

Session management update changes token refresh timing

  • Session token refresh timing is adjusted for better reliability.
  • Apps with custom middleware should test stale-session edge cases.