PHP4 reaches EOL at the end of 2007, so remove PHP4 specific entry from the
todo list. Tweak message about lack of multiple inheritance to say "PHP" rather than "Php4". git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10174 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8af5520efc
commit
8dabd96606
1 changed files with 1 additions and 4 deletions
|
|
@ -32,9 +32,6 @@
|
|||
*
|
||||
* Long term:
|
||||
*
|
||||
* Option to generate code to work with PHP4 instead ("public $_cPtr;" ->
|
||||
* "var $_cPtr;", "abstract" -> "", no static class functions - but making
|
||||
* these changes gives a segfault with make check...)
|
||||
* Sort out locale-dependent behaviour of strtod() - it's harmless unless
|
||||
* SWIG ever sets the locale and DOH/base.c calls atof, so we're probably
|
||||
* OK currently at least.
|
||||
|
|
@ -2089,7 +2086,7 @@ public:
|
|||
String *proxyclassname = SwigType_str(Getattr(n, "classtypeobj"), 0);
|
||||
String *baseclassname = SwigType_str(Getattr(base.item, "name"), 0);
|
||||
Swig_warning(WARN_PHP4_MULTIPLE_INHERITANCE, input_file, line_number,
|
||||
"Warning for %s proxy: Base %s ignored. Multiple inheritance is not supported in Php4.\n", proxyclassname, baseclassname);
|
||||
"Warning for %s proxy: Base %s ignored. Multiple inheritance is not supported in PHP.\n", proxyclassname, baseclassname);
|
||||
base = Next(base);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue