php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #24352 Documention HTML too wide
Submitted: 2003-06-26 16:31 UTC Modified: 2003-07-20 15:32 UTC
From: topmind at technologist dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 4.3.2 OS: N/A
Private report: No CVE-ID: None
 [2003-06-26 16:31 UTC] topmind at technologist dot com
Description:
------------
The on-line documentation for "Session" is too wide to read smoothly on 800x600 resulution (viewing in IE 6). It appears that some of the tables are too wide due to long parameter string examples, forcing the rest of the documentation to also be wide. This issue once happened with another page, but was fixed (edited) after I reported it.





Reproduce code:
---------------
http://us3.php.net/session

Expected result:
----------------
(fit)

Actual result:
--------------
(not fit)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-04 17:30 UTC] hholzgra@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

i added a little extra whitespace in the long table entries where possible, this may help a bit

besides that you can always use the printer-friendly HTML version which saves you the space needed by the left blue bar in the fancy version (or just switch to a smaller font)


 [2003-07-20 15:05 UTC] topmind at technologist dot com
It is true that the printer-friendly version (barely) fits because it uses a different font. However, the problem in the regular version is *still* there. I would suggest adding white spaces to the following table entries:

"PHP_INI_SYSTEM|PHP_INI_PERDIR"

 and

"a=href,area=href,frame=src,input=src,form=fakeentry"

For example, you could divide like this:

"PHP_INI_SYSTEM | PHP_INI_PERDIR"

  and

"a=href,area=href,frame=src, input=src,form=fakeentry"

or perhaps even:

"a=href, area=href, frame=src, input=src, form=fakeentry"

(see the spaces?)

Thanks
 [2003-07-20 15:32 UTC] philip@php.net
hholzgra added a space between those constants (which will show up when the manual is next built, be patient :).  The value for url_rewriter.tags will not be given spaces as that would affect the value of the directive, one must not use spaces there.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Aug 03 06:00:02 2025 UTC