]> git.sesse.net Git - xml-template/blobdiff - php5-swig/passthru.php
Do weird dances to get php5-swig garbage collection going. Something tells me this...
[xml-template] / php5-swig / passthru.php
index 3b3822b196b88649348618120c362b5f79740475..2496b18c8759ec5e682dd75775c11a498fc93d1d 100644 (file)
@@ -2,7 +2,7 @@
 
 dl("XML_Template_SWIG.so");
 $doc = XML_Template_process_file('../xml/passthru.xml', array(), true);
-output_to_fd_and_free($doc, 1);
+output_to_fd($doc, 1);
 
 ?>