mirror of
https://github.com/php/php-src.git
synced 2026-04-23 16:08:35 +02:00
115ee49b0b
Firstly, we avoid returning NULL from the get_property handler, but instead return an empty HashTable, which already prevents the crashes. Secondly, since (de-)serialization obviously makes no sense for COM, DOTNET and VARIANT objects (at least with the current implementation), we prohibit it right away.