From 1cc19cdbe154fb692b10d8b63ef324629a25a01b Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 22 Feb 2005 05:39:35 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6974 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 8f6771025..c6adbfdda 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,6 +1,9 @@ Version 1.3.25 (In progress) ============================ +02/21/2005: wsfulton + [PHP] Patch from Olly Betts, so that wrappers compile with Zend thread safety enabled. + 02/17/2005: wsfulton Memory leak fix in some of the scripting language modules when using default arguments in constructors. The scripting language was not taking ownership of the @@ -20,6 +23,7 @@ Version 1.3.25 (In progress) 02/15/2005: wsfulton swig -help follows other software by printing to stdout instead of stderr now. + swig -version also displays to stdout instead of stderr now. Behaviour reported by Torsten Landschoff. 02/15/2005: wsfulton