php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #70048 phpinfo text overflow
Submitted: 2015-07-11 19:34 UTC Modified: 2015-07-11 21:46 UTC
Votes:1
Avg. Score:2.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: contact at geolim4 dot com Assigned:
Status: Closed Package: Unknown/Other Function
PHP Version: Irrelevant OS: N/A
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: contact at geolim4 dot com
New email:
PHP Version: OS:

 

 [2015-07-11 19:34 UTC] contact at geolim4 dot com
Description:
------------
When running a phpinfo(), if you have a very long cell value you got a table overflow.

Screenshoot: nospam://images.geolim4.com/images/2015/07/11/41566ef7.png

Just add this to the "v" class:
word-wrap: break-word;

Test script:
---------------
<?php

phpinfo( INFO_ALL );

Expected result:
----------------
No text overflow

Actual result:
--------------
A text overflow

Patches

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-07-11 21:46 UTC] cmb@php.net
-Package: PHP Language Specification +Package: Unknown/Other Function
 [2015-07-13 08:45 UTC] laruence@php.net
Automatic comment on behalf of contact@geolim4.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=c10c47ae1e0aae5c4f0cbe86539ef80ee6701b69
Log: Fix #70048: When running a phpinfo(), if you have a very long cell value you got a table overflow.
 [2015-07-13 08:45 UTC] laruence@php.net
-Status: Open +Status: Closed
 [2015-07-21 14:21 UTC] ab@php.net
Automatic comment on behalf of contact@geolim4.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=c10c47ae1e0aae5c4f0cbe86539ef80ee6701b69
Log: Fix #70048: When running a phpinfo(), if you have a very long cell value you got a table overflow.
 [2016-07-20 11:37 UTC] davey@php.net
Automatic comment on behalf of contact@geolim4.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=c10c47ae1e0aae5c4f0cbe86539ef80ee6701b69
Log: Fix #70048: When running a phpinfo(), if you have a very long cell value you got a table overflow.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 16:01:29 2024 UTC