Welcome! Log In Create A New Profile

Advanced

[PHP-DEV] run-tests.php - GZIP_POST and DEFLATE_POST question

Posted by 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





--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
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


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Sorry, only registered users may post in this forum.

Click here to login