]> git.sesse.net Git - xml-template/blobdiff - php5-swig/namespace2.php
Do weird dances to get php5-swig garbage collection going. Something tells me this...
[xml-template] / php5-swig / namespace2.php
index 06c7bd628137b61507634729710df6c17d33d971..04622cf99ee036a339c6e349579c748fdf6e1d20 100644 (file)
@@ -5,5 +5,5 @@ $doc = XML_Template_process_file('../xml/namespace2.xml', array(
        'title' => 'Namespace tests',
        '#hello' => 'Replaced.',
 ), true);
-output_to_fd_and_free($doc, 1);
+output_to_fd($doc, 1);
 ?>