Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100112 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74524 invoked from network); 29 Jul 2017 20:15:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jul 2017 20:15:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.195 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.161.195 mail-yw0-f195.google.com Received: from [209.85.161.195] ([209.85.161.195:38812] helo=mail-yw0-f195.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C4/10-07025-AECEC795 for ; Sat, 29 Jul 2017 16:15:39 -0400 Received: by mail-yw0-f195.google.com with SMTP id p68so10082354ywg.5 for ; Sat, 29 Jul 2017 13:15:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=0WaR+O/Yu3AdsgP6yUJUPXF0ZVyYMZSHAzoJ6RV2q4c=; b=EdbB8cHkkRpZLrdIW17iQSQaGcHPjjIKU9pqvQRDq0hQLNm8aY2OjmWQqdv836cwe3 lJL0jZLPQQBEMCesu9dgxI0isyH3D6zM5Vam3hcsj49SbwgF50vM6Pxca0QyQ8uPL8uL vEGvqXgYclSkRxN0RS3RxcO4UorXmYXupIy4hgpUYl5bAejZfIrXvCLynN54mUtV3NXY v5qurqHUCxqWuCKX0019lWsMq2IOgiTqBux2zo2vVIwUh940xBH8R5yoDLvf9Z520E6h 4Hfvald9WXh/aQQ/5HKduQp7/lp1HQGqQSTrrwFp2Xbqlo2lEqUD+0Ac9SOwOXDZwzZi /boQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=0WaR+O/Yu3AdsgP6yUJUPXF0ZVyYMZSHAzoJ6RV2q4c=; b=tLBnzGRZIzkpIRd6hggD35YgTLzNk/4ai8lnIk672gV2DIeRB+qAQ5wAt1DVhRQZXs EsvPwqMOwdEJeaA7jI49xLlcwnO4R0za6Zo/xnc0cmRKJpJemB4h7UkunsNrTHV1IQBc gIjBg6yU5gGaeddSugN1yROHpCIKqvNinnSjC3zyAWawQFjrcUULbZKoxj4BL0QVWnYH jFcNHSfiKJIDhMTQrg8+RTd1E5BpOQ+8vKQuaIBrvP+kR+U/LwhbuUlMxpq3QXO+7sur CGg65vj1P0gKop4FMu/LF1kZK3BZOhJH4xj2UFHBWIoqd2uz9DpnhoOKqvjBhUBrahzP tkDQ== X-Gm-Message-State: AIVw1130ZR3zCRQVfkf61Yszjqitr84dgclmxMHTzR5iTw0LKKqliNCf yOCOCPsPyAkqTtWHMaU= X-Received: by 10.37.183.199 with SMTP id u7mr10807628ybj.173.1501359335828; Sat, 29 Jul 2017 13:15:35 -0700 (PDT) Received: from ?IPv6:2602:306:ce9c:e680:f4a8:eba3:734e:a7d6? ([2602:306:ce9c:e680:f4a8:eba3:734e:a7d6]) by smtp.gmail.com with ESMTPSA id r67sm9157374ywr.13.2017.07.29.13.15.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 29 Jul 2017 13:15:34 -0700 (PDT) To: Anatol Belski , Sara Golemon , Remi Collet Cc: PHP internals References: Message-ID: <519cc2c4-2547-1160-2d61-161cee28dfe6@gmail.com> Date: Sat, 29 Jul 2017 13:15:33 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Size of release tarballs From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > Lately there was a discovering about some files causing size growth > of the release tarballs > https://github.com/php/php-src/commit/469206c84e502e3e349655b802899d5e4d560f72 > . Usually we strive to keep tarballs as small as possible and avoid > disproportional growth of the size. This case seems to be of the > exact nature. I would like to ask for an explicit response from RMs > on this case. I'd say we probably should not include multi-megabyte images in the distros. Most tests should be fine with a small image. > Perhaps it were also a good point to discuss a way to prevent big > binary files to land in the repo. So far some files in the repo can I think we can handle it in the old-fashioned way now - just notify the RMs and clean up the repos. -- Stas Malyshev smalyshev@gmail.com