Newsgroups: php.internals,php.qa Path: news.php.net Xref: news.php.net php.internals:60521 php.qa:66275 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51840 invoked from network); 9 May 2012 05:10:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 May 2012 05:10:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=nlopess@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=nlopess@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 212.55.154.22 as permitted sender) X-PHP-List-Original-Sender: nlopess@php.net X-Host-Fingerprint: 212.55.154.22 relay2.ptmail.sapo.pt Linux 2.4/2.6 Received: from [212.55.154.22] ([212.55.154.22:52106] helo=sapo.pt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 05/7F-30976-A3CF9AF4 for ; Wed, 09 May 2012 01:10:23 -0400 Received: (qmail 22515 invoked from network); 9 May 2012 05:10:14 -0000 Received: from unknown (HELO sapo.pt) (10.134.37.162) by relay2 with SMTP; 9 May 2012 05:10:14 -0000 Received: (qmail 23489 invoked from network); 9 May 2012 05:10:12 -0000 Received: from unknown (HELO PC07655) (nunoplopes@sapo.pt@[107.3.158.202]) (envelope-sender ) by mta12 (qmail-ptmail-1.0.0) with AES128-SHA encrypted SMTP for ; 9 May 2012 05:10:09 -0000 Message-ID: <34D6AB9AC11B4521930608BA00C43568@PC07655> To: "zoe slattery" , , "PHP QA" References: <4FA91A4C.3070308@gmail.com> In-Reply-To: <4FA91A4C.3070308@gmail.com> Date: Wed, 9 May 2012 06:10:10 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3555.308 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3555.308 Subject: Re: [PHP-QA] run-tests.php - GZIP_POST and DEFLATE_POST question From: nlopess@php.net ("Nuno Lopes") I have no clue what those 2 sections do either. But if the number of affected tests is small, then feel free to patch the tests and/or run-tests.php. Nuno -----Original Message----- From: zoe slattery Sent: Tuesday, May 08, 2012 2:06 PM Subject: [PHP-QA] run-tests.php - GZIP_POST and DEFLATE_POST question 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