mirror of
https://github.com/php/php-src.git
synced 2026-03-25 08:42:29 +01: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.