]> git.sesse.net Git - xml-template/blobdiff - php5-swig/structure.php
Do weird dances to get php5-swig garbage collection going. Something tells me this...
[xml-template] / php5-swig / structure.php
index 2bc8c442dfb9441edb57c0922dbd00c7d1d62e8a..b27a040d7697a4001df18fabcd7db32f89b3d186 100644 (file)
@@ -8,5 +8,5 @@ $doc = XML_Template_process_file('../xml/structure.xml', array(
                array( '#inner' => 'Three' ),
        )
 ), true);
-output_to_fd_and_free($doc, 1);
+output_to_fd($doc, 1);
 ?>