]> git.sesse.net Git - xml-template/commitdiff
Add passthru test to PHP5-SWIG (passes).
authorsgunderson@bigfoot.com <>
Thu, 22 Sep 2011 20:44:30 +0000 (22:44 +0200)
committersgunderson@bigfoot.com <>
Thu, 22 Sep 2011 20:44:30 +0000 (22:44 +0200)
php5-swig/passthru.php [new file with mode: 0644]

diff --git a/php5-swig/passthru.php b/php5-swig/passthru.php
new file mode 100644 (file)
index 0000000..8102a38
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+
+dl("XML_Template_SWIG.so");
+$doc = process_file('../xml/passthru.xml', array(), true);
+output_to_fd_and_free($doc, 1);
+
+?>
+