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