]> git.sesse.net Git - xml-template/blobdiff - php5-swig/attribute3.php
Do weird dances to get php5-swig garbage collection going. Something tells me this...
[xml-template] / php5-swig / attribute3.php
index f3afc60f13cf6471da9d9bc97230aee4c3a10e91..215621536aab1f335cb388a5033e87b3b10a1abf 100644 (file)
@@ -11,5 +11,5 @@ $doc = XML_Template_process_file('../xml/clone.xml', array(
                array( 'li' => 'Warm, woolen mittens' ),
        ), array('odd', 'even'))
 ), true);
-output_to_fd_and_free($doc, 1);
+output_to_fd($doc, 1);
 ?>