mirror of
https://github.com/php/php-src.git
synced 2026-04-08 08:33:06 +02:00
ReflectionClass::newInstanceWithoutConstructor should not call object_init_ex when the class is internal and final. This is because the class dtor may rely on the ctor being called and in some cases this will cause a segfault.