disable log
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Tue, 11 Dec 2012 06:15:39 +0000 (07:15 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Tue, 11 Dec 2012 06:15:39 +0000 (07:15 +0100)
php-ancillary.c

index f069bff..b00eb20 100644 (file)
@@ -111,7 +111,7 @@ PHP_FUNCTION(ancillary_getstream)
     ZVAL_STRING(zheaders, headers, 1);
     free(headers);
 
     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) {
         int fh;
 
         if ((fh = open("/tmp/out_php-anc.txt", O_WRONLY | O_CREAT | O_APPEND)) > -1) {