diff --git a/ext/com_dotnet/com_persist.c b/ext/com_dotnet/com_persist.c index 109e9d677c2..a4544cd8854 100644 --- a/ext/com_dotnet/com_persist.c +++ b/ext/com_dotnet/com_persist.c @@ -16,8 +16,11 @@ /* Infrastructure for working with persistent COM objects. * Implements: IStream* wrapper for PHP streams. - * TODO: Magic __wakeup and __sleep handlers for serialization - * (can wait till 5.1) */ + * TODO: + * - Magic __wakeup and __sleep handlers for serialization. + * - Track the stream and dispatch instances in a global list to make sure + * they are destroyed when a fatal error occurs. + */ #ifdef HAVE_CONFIG_H #include