This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via f216c0aa182818ca95687cd0a9cb310ec21797d9 (commit)
from c06ff234b00ae99ccc5b0d7b0dfdb4da5f670111 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=f216c0aa182818ca95687cd0a9cb310ec21797d9
commit f216c0aa182818ca95687cd0a9cb310ec21797d9
Author: Franck Villaume <[email protected]>
Date: Sat Dec 24 16:17:10 2016 +0100
fix utf-8 encoding in SOAP
diff --git a/src/www/soap/index.php b/src/www/soap/index.php
index 029b6e3..35a2e11 100644
--- a/src/www/soap/index.php
+++ b/src/www/soap/index.php
@@ -43,6 +43,8 @@ require_once 'nusoap/nusoap.php';
// 2. instantiate server object
$server = new soap_server();
$server->setDebugLevel(0);
+$server->soap_defencoding = 'UTF-8';
+$server->encode_utf8 = true;
$server->configureWSDL('FusionForgeAPI',$uri,false,'rpc','http://schemas.xmlsoap.org/soap/http',$uri);
// add types
-----------------------------------------------------------------------
Summary of changes:
src/www/soap/index.php | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits