From: Matteo Nastasi (mop) Date: Tue, 11 Dec 2012 06:15:39 +0000 (+0100) Subject: disable log X-Git-Tag: v0.5.0~2 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=php-ancillary.git;a=commitdiff_plain;h=ab79803792a49b516ae74f8e74c09d50fcd20340 disable log --- diff --git a/php-ancillary.c b/php-ancillary.c index f069bff..b00eb20 100644 --- a/php-ancillary.c +++ b/php-ancillary.c @@ -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) {