From 06b2eca75e456b14b030dd8813e9503ae2961fed Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 6 Dec 2008 23:15:20 +0000 Subject: [PATCH] remove last vestiges of php4 and encourage use of -php rather than -php5 git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10969 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 8 ++++++++ Doc/Manual/Extending.html | 2 +- Doc/Manual/Php.html | 12 ++++++------ Doc/Manual/Preprocessor.html | 1 - Doc/Manual/SWIG.html | 2 +- Doc/Manual/Warnings.html | 2 +- Examples/Makefile.in | 4 ++-- Examples/php/pragmas/example.i | 8 ++++---- Lib/allkw.swg | 2 +- Lib/php/phprun.swg | 8 ++++---- Lib/php/typemaps.i | 2 +- Source/Include/swigwarn.h | 4 ++-- Source/Modules/php.cxx | 16 ++++++++-------- Source/Modules/swigmain.cxx | 6 +++--- 14 files changed, 42 insertions(+), 35 deletions(-) diff --git a/CHANGES.current b/CHANGES.current index 915cbc732..8431febfd 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,6 +1,14 @@ Version 1.3.37 (in progress) ============================ +2008-12-02: wsfulton + [PHP] Deprecate %pragma(php4). Please use %pragma(php) instead. + The following two warnings have been renamed: + WARN_PHP4_MULTIPLE_INHERITANCE -> WARN_PHP_MULTIPLE_INHERITANCE + WARN_PHP4_UNKNOWN_PRAGMA -> WARN_PHP_UNKNOWN_PRAGMA + + *** POTENTIAL INCOMPATIBILITY *** + 2008-12-04: bhy [Python] Applied patch SF#2158938: all the SWIG symbol names started with Py are changed, since they are inappropriate and discouraged in Python diff --git a/Doc/Manual/Extending.html b/Doc/Manual/Extending.html index 5639663a1..e4d5cdb92 100644 --- a/Doc/Manual/Extending.html +++ b/Doc/Manual/Extending.html @@ -3114,7 +3114,7 @@ entirely upcased.

At the end of the new section is the place to put the aforementioned -nickname kludges (should they be needed). See Perl5 and Php4 for +nickname kludges (should they be needed). See Perl5 for examples of what to do. [If this is still unclear after you've read the code, ping me and I'll expand on this further. --ttn]

diff --git a/Doc/Manual/Php.html b/Doc/Manual/Php.html index 20530ad86..aeb171b3f 100644 --- a/Doc/Manual/Php.html +++ b/Doc/Manual/Php.html @@ -413,7 +413,7 @@ Overloaded Functions and Methods.