Brought the comment up to date.
This commit is contained in:
parent
65a2a52df3
commit
8a46882bf0
@ -601,7 +601,7 @@ PHP_METHOD(Message, __construct) {
|
||||
//
|
||||
// However, if the user created their own class derived from Message, this
|
||||
// will trigger an infinite construction loop and blow the stack. We
|
||||
// temporarily clear create_object to break this loop (see check in
|
||||
// store this `ce` in a global variable to break the cycle (see the check in
|
||||
// NameMap_GetMessage()).
|
||||
NameMap_EnterConstructor(ce);
|
||||
desc = Descriptor_GetFromClassEntry(ce);
|
||||
|
Loading…
Reference in New Issue
Block a user