Home » Testing » PHPUnit » Bug #6402
PHP Unit Pocket Guide not availaible
Details
| Submitted | 2006-01-03 10:02 UTC |
|---|---|
| From | nohn at php dot net |
| Assigned | sebastian |
| Status | Closed |
| Package | PHPUnit |
| PHP Version | Irrelevant |
| OS | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2006-01-03 10:02 UTC] nohn at php dot net
Description:
------------
When clicking on
Documentation => PHPUnit Pocket Guide the user gets redirected to http://www.phpunit.de/pocket_guide/index.en.php, which gives back a 404.
[2006-01-03 10:25 UTC] sebastian at php dot net
I cannot find a link to the (wrong) URL you provided. Please give the exact URL of the document that contains the wrong URL.
Thank you.
[2006-01-03 11:31 UTC] nohn at php dot net
On http://www.phpunit.de/en/index.php there is a link labeled PHPUnit Pocket Guide (href = http://www.phpunit.de/pocket_guide/). When clicking on that link, get redirected to http://www.phpunit.de/pocket_guide/index.en.php:
http://www.phpunit.de/
GET / HTTP/1.1
Host: www.phpunit.de
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
HTTP/1.x 302 Found
Date: Tue, 03 Jan 2006 11:27:31 GMT
Server: Apache
X-Powered-By: PHP/4.4.2RC2-dev
Location: /en/index.php
Keep-Alive: timeout=15, max=93
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
----------------------------------------------------------
http://www.phpunit.de/en/index.php
GET /en/index.php HTTP/1.1
Host: www.phpunit.de
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
HTTP/1.x 200 OK
Date: Tue, 03 Jan 2006 11:27:32 GMT
Server: Apache
X-Powered-By: PHP/4.4.2RC2-dev
Keep-Alive: timeout=15, max=92
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
----------------------------------------------------------
http://rcm-uk.amazon.co.uk/e/cm?t=sebastianberg-21&o=2&p=26&l=st1&mode=books-uk&search=phpunit&fc1=&=1&lc1=<1=&bg1=&f=ifr
GET /e/cm?t=sebastianberg-21&o=2&p=26&l=st1&mode=books-uk&search=phpunit&fc1=&=1&lc1=<1=&bg1=&f=ifr HTTP/1.1
Host: rcm-uk.amazon.co.uk
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.phpunit.de/en/index.php
Cookie: ubid-acbuk=432-1319212-8316255
HTTP/1.x 200 OK
Date: Tue, 03 Jan 2006 11:27:32 GMT
Server: Server
Cache-Control: no-store
Content-Length: 1842
Cneonction: close
Content-Type: text/html
----------------------------------------------------------
http://www.phpunit.de/pocket_guide/
GET /pocket_guide/ HTTP/1.1
Host: www.phpunit.de
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.phpunit.de/en/index.php
HTTP/1.x 302 Found
Date: Tue, 03 Jan 2006 11:27:36 GMT
Server: Apache
X-Powered-By: PHP/4.4.2RC2-dev
Location: /pocket_guide/index.en.php
Keep-Alive: timeout=15, max=91
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
----------------------------------------------------------
http://www.phpunit.de/pocket_guide/index.en.php
GET /pocket_guide/index.en.php HTTP/1.1
Host: www.phpunit.de
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.phpunit.de/en/index.php
HTTP/1.x 404 Not Found
Date: Tue, 03 Jan 2006 11:27:36 GMT
Server: Apache
Keep-Alive: timeout=15, max=90
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
----------------------------------------------------------
[2006-01-03 11:44 UTC] sebastian at php dot net
This bug has been fixed in CVS.
If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET).
If this was a problem with the pear.php.net website, the change should be live shortly.
Otherwise, the fix will appear in the package's next release.
Thank you for the report and for helping us make PEAR better.
Fixed.