summaryrefslogtreecommitdiffstats
path: root/src/bindings
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-03-22 13:32:20 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-03-22 13:32:20 (GMT)
commit75c3239c820cfbd7c903cb30de06aebab112e4c2 (patch)
tree9a7eed459a1950714b8ec5ca3b379156b46452b8 /src/bindings
parentdbc9a01b53cf5d069a176f47d24de81c1c5efd69 (diff)
downloaduscxml-75c3239c820cfbd7c903cb30de06aebab112e4c2.zip
uscxml-75c3239c820cfbd7c903cb30de06aebab112e4c2.tar.gz
uscxml-75c3239c820cfbd7c903cb30de06aebab112e4c2.tar.bz2
Some minor bugfixes
- Disabled peer verification with ssl URLs - Fixed a buffer overrun with JSON parsing - Changed test.php url to github
Diffstat (limited to 'src/bindings')
-rw-r--r--src/bindings/swig/php/test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/swig/php/test.php b/src/bindings/swig/php/test.php
index 66ad658..598c559 100644
--- a/src/bindings/swig/php/test.php
+++ b/src/bindings/swig/php/test.php
@@ -6,7 +6,7 @@ foreach ($exts as $e)
print_r(get_extension_funcs($e));
}
-$interpreter = interpreter_fromuri('/Users/sradomski/Documents/TK/Code/uscxml/test/samples/uscxml/test-ecmascript.scxml');
+$interpreter = interpreter_fromuri('https://raw.github.com/tklab-tud/uscxml/master/test/samples/uscxml/test-ecmascript.scxml');
interpreter_interpret($interpreter);
?> \ No newline at end of file