From e8d78bff736237c8c3d3388c2245df9c6046436e Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Sun, 12 Nov 2006 05:19:07 +0000 Subject: [PATCH] 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 --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index e0c0eb373..124f8c91d 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -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.