Re: [PHP-DEV] SimpleXML and JSON

2023-08-15 Thread Niels Dossche
On 14/08/2023 23:56, Rowan Tommins wrote: > On 14 August 2023 13:40:40 BST, Niels Dossche wrote: >>And you load it into simpleXML, the result of calling >>json_encode($the_simplexml_object) > > My usual reaction to this is "why would you take an object designed for > accessing parts of an XML d

Re: [PHP-DEV] Removing support for the disable_classes INI setting

2023-08-15 Thread Peter Kokot
On Mon, 14 Aug 2023 at 16:18, G. P. B. wrote: > Hello internals, > > While working on some DNF type bugs, I discovered some major issues around > the disable_classes INI setting implementation. Such as: > > - A double-free of the type of a typed property > - A use after free (which segfaults) whe