PHP is exploring two approaches to immutability: *Records* for concise, lightweight value objects, and *Structs* with Copy-on-Write for performance.
*Records* reduce boilerplate, while *Structs* handle large data efficiently.
Both proposals, promise to enhance PHP's capabilities. Which approach suits your needs?