From 971c3e1e84ae24f459755d9892920d9ccf738502 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 18 Sep 2008 14:03:46 +0000 Subject: [PATCH] Note the SF bug number for the previous fix. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10865 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.current b/CHANGES.current index a6b470c85..baf68ee4e 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -5,7 +5,7 @@ Version 1.3.37 (in progress) [PHP5] Change the default input typemap for char * to turn PHP Null into C NULL (previously it was converted to an empty string). The new behaviour is consistent with how the corresponding output - typemap works. + typemap works (SF#2025719). If you want to keep the old behaviour, add the following typemap to your interface file (PHP's convert_to_string_ex() function does