TODO: Remove stale PHP entry

Ref count destroying has worked for years (and is explicitly tested
by swig_exception_runme.php).
This commit is contained in:
Olly Betts 2021-12-18 15:01:04 +13:00
commit 6f016f3a38

3
TODO
View file

@ -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