]> git.sesse.net Git - xml-template/blobdiff - php5-swig/passthru.php
Add a proper wrapper for php5-swig, which also makes attribute[23] pass. All tests...
[xml-template] / php5-swig / passthru.php
index 2496b18c8759ec5e682dd75775c11a498fc93d1d..c51e1e1f60787011815678f7f83952c8014c354a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
+include("xml-template.php");
 
-dl("XML_Template_SWIG.so");
 $doc = XML_Template_process_file('../xml/passthru.xml', array(), true);
 output_to_fd($doc, 1);