ID: 24352 User updated by: topmind at technologist dot com Reported By: topmind at technologist dot com -Status: Closed +Status: Open Bug Type: Documentation problem Operating System: N/A PHP Version: 4.3.2 New Comment:
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 Previous Comments: ------------------------------------------------------------------------ [2003-07-04 17:30:56] [EMAIL PROTECTED] 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-06-26 16:31:32] 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) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24352&edit=1 -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php