Skip to content

Commit 904dc63

Browse files
committed
Update TODOs in com_dotnet
1 parent 6e62284 commit 904dc63

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ext/com_dotnet/com_persist.c

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@
1616

1717
/* Infrastructure for working with persistent COM objects.
1818
* Implements: IStream* wrapper for PHP streams.
19-
* TODO: Magic __wakeup and __sleep handlers for serialization
20-
* (can wait till 5.1) */
19+
* TODO:
20+
* - Magic __wakeup and __sleep handlers for serialization.
21+
* - Track the stream and dispatch instances in a global list to make sure
22+
* they are destroyed when a fatal error occurs.
23+
*/
2124

2225
#ifdef HAVE_CONFIG_H
2326
#include <config.h>

0 commit comments

Comments
 (0)