Update PHP entries and cross off a Ruby item which has been done.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9514 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2006-11-02 12:15:12 +00:00
commit f4af1e0566

View file

@ -203,7 +203,7 @@ Ruby
*** Add support for keyword arguments (by collecting them in a hash?).
* Add some special directives to automatically rename declarations to
DONE Add some special directives to automatically rename declarations to
or from CamelCase.
Java
@ -219,6 +219,10 @@ DONE Implement director support for C# so that virtual methods work seemlessly
PHP
---
**** Look at moving to using the UTL.
*** Director support.
** 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
@ -234,7 +238,7 @@ PHP
Make sometype& and sometype* to be autoallocated IF THEY ARE NOT
ALREADY swigtype wrapped.
* Overloading, callbacks, really review to see what else is missed
* Review to see what else is missing!
Guile
-----