Re: [PHP-DEV] [RFC] Deprecate dynamic properties

2021-08-25 Thread Denis Ryabov
On 25.08.2021 13:02, Nikita Popov wrote: Hi internals, I'd like to propose the deprecation of "dynamic properties", that is properties that have not been declared in the class (stdClass and __get/__set excluded, of course): https://wiki.php.net/rfc/deprecate_dynamic_properties This has been di

[PHP-DEV] Proposal to a few fixes/improvements in the ini parser

2021-08-23 Thread Denis Ryabov
support of \u{12AB} (unicode hex codepoints); actually I'd not like to implement it because I don't know how to deal with partial contents like KEY = "\u{" (PHP stops with "Parse error: Invalid UTF-8 codepoint escape sequence", but I'm not sure the ini