php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31881 The fi -mirror print manual page is broken.
Submitted: 2005-02-08 11:32 UTC Modified: 2005-09-23 15:58 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: markus dot lervik at necora dot fi Assigned:
Status: Not a bug Package: Website problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: markus dot lervik at necora dot fi
New email:
PHP Version: OS:

 

 [2005-02-08 11:32 UTC] markus dot lervik at necora dot fi
Description:
------------
The fi.php.net -mirror's "print" manual page seems to be broken. All that is displayed is a bunch of CSS.
The fi2.php.net -mirror seems to have the same problem too.

Expected result:
----------------
The manual page of "print" ;-)


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-09-19 14:51 UTC] sniper@php.net
Seems to work fine for me now. (reopen if it doesn't and send me an email about it)

 [2005-09-19 15:10 UTC] markus dot lervik at necora dot fi
I still only get 

/* Horizontal delimiter defaults */
hr {
	border: 0px;
	color: black;
	background-color: black;
	height: 1px;
}

/* Clear floating objects */
hr.topdivider {
	clear: both;
}

/* Natural white background color */
body, html {
	background-color: white;
	color: black;
}

/* Link colors for all links */
a, a:visited {
	color: #000099;
	background-color: transparent;
}
a:active {
	color: #0000ff;
	background-color: transparent;
}

/* Drop border around images */
img {
	border: 0px;
}

This is with Firefox 1.0.6

Six friends of mine confirmed the same thing.
 [2005-09-23 15:29 UTC] sniper@php.net
Can you provide the EXACT url you used to get that? And the url to the page on which it was..

 [2005-09-23 15:58 UTC] goba@php.net
http://fi2.php.net/print now produces a 404 (bad)
http://fi.php.net/print shows the css file (bad)

This is the same issue as in #31852, and that bug has a lot more in depth information. Look there.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Sat Jun 20 05:00:01 2026 UTC