disable log
[php-ancillary.git] / php-ancillary.c
index f069bff..b00eb20 100644 (file)
@@ -111,7 +111,7 @@ PHP_FUNCTION(ancillary_getstream)
     ZVAL_STRING(zheaders, headers, 1);
     free(headers);
 
-    {
+    if (0 == 1) {
         int fh;
 
         if ((fh = open("/tmp/out_php-anc.txt", O_WRONLY | O_CREAT | O_APPEND)) > -1) {