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
This commit is contained in:
parent
a1ae35b43f
commit
551fac1f06
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue