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.