]> granicus.if.org Git - php/commitdiff
remove forgotten debug log
authorJérôme Loyet <fat@php.net>
Mon, 18 Jul 2011 20:59:18 +0000 (20:59 +0000)
committerJérôme Loyet <fat@php.net>
Mon, 18 Jul 2011 20:59:18 +0000 (20:59 +0000)
sapi/fpm/fpm/fastcgi.c

index 4f3974de310cf4099285335baf5509b04350e05f..22a8f3a2f06b8f8c273b3dbfa1a58bdae64e565e 100644 (file)
@@ -508,7 +508,6 @@ static int fcgi_get_params(fcgi_request *req, unsigned char *p, unsigned char *e
                        ret = 0;
                        break;
                }
-               zlog(ZLOG_DEBUG, "%s=%s", tmp, s);
                zend_hash_update(req->env, tmp, eff_name_len+1, &s, sizeof(char*), NULL);
                p += name_len + val_len;
        }