From 551fac1f06023e87a2dbb8b0381b043a0669cb54 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 17 Oct 2007 17:36:39 +0000 Subject: [PATCH] Note that the PHP + GCC 4.2 warning fix only works for PHP >= 5.2.1. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9998 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.current b/CHANGES.current index abc08da41..2142ee2a6 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -8,7 +8,9 @@ Version 1.3.32 (in progress) 10/16/2007: olly [PHP] Fix many occurrences of "warning: deprecated conversion from - string constant to 'char*'" from GCC 4.2 in generated C/C++ code. + string constant to 'char*'" from GCC 4.2 in generated C/C++ code + when compiling with a new enough version of PHP 5 (tested with + PHP 5.2.3, but PHP 5.2.1 is probably the minimum requirement). 10/15/2007: wsfulton Patch #1797133 from David Piepgrass fixes %attribute when the getter has the same name