]> git.sesse.net Git - xml-template/blobdiff - php5-swig/include.php
Do weird dances to get php5-swig garbage collection going. Something tells me this...
[xml-template] / php5-swig / include.php
index b24e59f866543911da1e853abf88aeec8984275c..92b71d6dca4c07e897251b7f7b49df290bfdf24b 100644 (file)
@@ -9,5 +9,5 @@ $master = XML_Template_process_file('../xml/master.xml', array(
        'h1' => 'Nice heading here',
        'contents' => $doc
 ), true);
-output_to_fd_and_free($master, 1);
+output_to_fd($master, 1);
 ?>