summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2021-12-18 15:01:04 +1300
committerOlly Betts <olly@survex.com>2021-12-18 15:01:04 +1300
commit6f016f3a3864093d68c981b48260589418ec6565 (patch)
treedc1c6a15b5d4ae0f98af29e0a18183f50cfae851
parentdee8b65823a9468288e37585ce9482a51bb98a13 (diff)
downloadswig-6f016f3a3864093d68c981b48260589418ec6565.tar.gz
TODO: Remove stale PHP entry
Ref count destroying has worked for years (and is explicitly tested by swig_exception_runme.php).
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index d01168e5f..1fcc992ac 100644
--- a/TODO
+++ b/TODO
@@ -201,8 +201,7 @@ PHP
** When returning wrapped objects via alternate constructors if that
pointer value already exists "out there" as a resource we should
use the same resource, we can't have multiple ref-counted resources
- mapping to the same object in case it gets twice destroyed. And check
- if ref count destroying is even working, see smart_pointer_rename
+ mapping to the same object in case it gets twice destroyed.
** Look at pass by point and passby ref,
Make sometype** to be auto allocated