[Vote] Readonly property hooks

php.internals

Larry Garfield

1 year ago
I have opened the vote for property hooks on readonly properties. The vote will run for two weeks, until 3 August. As noted, there are two independent votes, one for allowing a "get" hook on readonly properties, and one for allowing a "set" hook on readonly properties. Either one can pass or fail independently. https://wiki.php.net/rfc/readonly_hooks
-- Larry Garfield larry@garfieldtech.com

Larry Garfield

1 year ago
On Sun, Jul 20, 2025, at 2:10 PM, Larry Garfield wrote:
> I have opened the vote for property hooks on readonly properties. The > vote will run for two weeks, until 3 August. > > As noted, there are two independent votes, one for allowing a "get" > hook on readonly properties, and one for allowing a "set" hook on > readonly properties. Either one can pass or fail independently. > > https://wiki.php.net/rfc/readonly_hooks > > -- > Larry Garfield > larry@garfieldtech.com
The vote has now ended. readonly get hooks had 5 yes / 21 no, so did not pass. readonly set hooks had 13 yes / 9 no, so did not pass. Thank you everyone for your participation. --Larry Garfield