mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Update TODOs in com_dotnet
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user