]> git.sesse.net Git - xml-template/blobdiff - php5-swig/namespace.php
Do weird dances to get php5-swig garbage collection going. Something tells me this...
[xml-template] / php5-swig / namespace.php
index f17fb7460926488b5a71c4201945e9b0bd92608a..9a653dc3b4adb85a4d188d3ff5799173197267c9 100644 (file)
@@ -8,5 +8,5 @@ $doc = XML_Template_process_file('../xml/namespace.xml', array(
        'tagname' => 'foo',
        '#moretest' => 'bar'
 ), true);
-output_to_fd_and_free($doc, 1);
+output_to_fd($doc, 1);
 ?>