Newsgroups: php.internals,php.qa Path: news.php.net Xref: news.php.net php.internals:60518 php.qa:66273 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82809 invoked from network); 8 May 2012 13:06:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 May 2012 13:06:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=aparachic@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=aparachic@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.42 as permitted sender) X-PHP-List-Original-Sender: aparachic@gmail.com X-Host-Fingerprint: 209.85.214.42 mail-bk0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:45048] helo=mail-bk0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7E/F5-30976-25A19AF4 for ; Tue, 08 May 2012 09:06:27 -0400 Received: by bkcik5 with SMTP id ik5so4939146bkc.29 for ; Tue, 08 May 2012 06:06:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=v5i3L6jjqWJ074b8PlFH/uSDzx6uIn3aINxqGI1tBbc=; b=Cb/obeH0hpYxvwJ+sfxXbEjbAExiwPNFfYoz83PdZT+ZOXoE+QHoZTPbOJOjP6XxzV +BlWQMtbG9kxT+E/97CybORkFlEse4JzRoP56MkzdZ+OZyLr0kOksQC6jSRmd0LB2TtT opjdW1RU/l6Llft0T0zojnTGe/NlEdF40z7cCY0TbTMubV1m9hnR0Qob3bNsz9BiLMFI iYZ9mlj+GlA5s3Re8zHR6qaQYwJBzF2CDQ4MvFeRRYi/A8ZAeQdDrX9qbIbiGbIBjHuM CuNE7cG+Be8DZLANckT784pw26lPLjcEyZhex+SDAWFKn/vp5p0x9UGo8sBZz2D9it8r R46g== Received: by 10.204.9.199 with SMTP id m7mr6837801bkm.66.1336482383239; Tue, 08 May 2012 06:06:23 -0700 (PDT) Received: from zoe-slatterys-MacBook-Pro.local (82-69-37-134.dsl.in-addr.zen.co.uk. [82.69.37.134]) by mx.google.com with ESMTPS id h18sm38831096bkw.3.2012.05.08.06.06.21 (version=SSLv3 cipher=OTHER); Tue, 08 May 2012 06:06:22 -0700 (PDT) Message-ID: <4FA91A4C.3070308@gmail.com> Date: Tue, 08 May 2012 14:06:20 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: internals@lists.php.net, PHP QA Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: run-tests.php - GZIP_POST and DEFLATE_POST question From: aparachic@gmail.com (zoe slattery) Hi When we implemented these sections in the parallel version of run-tests.php we seem to have decided to change the way that they work. https://wiki.php.net/qa/runtests/decisions/notimplemented I can't find any discussion of this either on internals or on QA. In the current version of run-tests.php there is a --GZIP_POST-- section which just has a "1" in it which tells run-tests.php to gzip the contents of a --POST-- section. See here: http://qa.php.net/phpt_details.php#gzip_post_section I'm not sure why it was done this way - it seems to me to make more sense to just have a single --GZIP_POST-- section. Maybe I'm missing something? Anyway - it affects two tests (afaict) and I was wondering if there would be any objection to my making a small change to the way these two sections are implemented in run-tests.php? And change the tests of course. Zoe