2026-09-16 14:43:18
🔒 Readonly properties can now have default values, simplifying get-only interface properties from PHP 8.4. Doc comments can sit directly on function parameters and are exposed via ReflectionParameter::getDocComment()
⚡ New Io\Poll API unifies epoll, kqueue, event ports and WSAPoll, replacing stream_select() for event loops and #async runtimes