Update TODOs in com_dotnet

This commit is contained in:
Niels Dossche 2024-08-10 20:25:44 +02:00
parent 3f54be8053
commit e1c8329b8c

View File

@ -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 <config.h>