From 6f016f3a3864093d68c981b48260589418ec6565 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Sat, 18 Dec 2021 15:01:04 +1300 Subject: [PATCH] TODO: Remove stale PHP entry Ref count destroying has worked for years (and is explicitly tested by swig_exception_runme.php). --- TODO | 3 +-- 1 file changed, 1 insertion(+), 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