Retrospectively add an entry for the PHP5 class wrappers, since I apparently

failed to do it at the time and it's a rather major change to not mention!


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9548 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2006-11-12 05:19:07 +00:00
commit e8d78bff73

View file

@ -355,6 +355,10 @@ Version 1.3.30 (in progress)
Remove integers_runme.scm from the testsuite, because SWIG and Chicken does
handle overflows.
06/19/2005: olly
[php] Add support for generating PHP5 class wrappers for C++
classes (use "swig -php5").
06/17/2006: olly
[php] Added some missing keywords to the PHP4 keyword list, and
fixed __LINE__ and __FILE__ which were in the wrong category.