php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #49290 adding notes needlessly restricts contributor
Submitted: 2009-08-18 20:02 UTC Modified: 2009-08-28 01:00 UTC
From: tech-info at spectrasw dot com Assigned:
Status: No Feedback Package: Website problem
PHP Version: Irrelevant OS: N/A
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: tech-info at spectrasw dot com
New email:
PHP Version: OS:

 

 [2009-08-18 20:02 UTC] tech-info at spectrasw dot com
Description:
------------
When adding notes to the php.net website, apparently wordwrap() is used to make sure that no words are entered that are too long. However, when describing web access-type problems (for example using get_file_contents() with $_GET parameters), sometimes relatively long URL's are needed. While the box where the notes are shown n the website is relatively wide, the width used by the wordwrap() in the "add note" web page is set much narrower. I would suggest that the width used with wordwrap() for the "add note" web page be made larger.


Reproduce code:
---------------
None.

Expected result:
----------------
N/A

Actual result:
--------------
Rejects long strings that are narrow enough to fit on the web page.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-08-20 09:37 UTC] bjori@php.net
Noo.. We don't use wordwrap().
And I don't think we reject extremely long strings either..

Do you have an concrete example of this issue?

 [2009-08-28 01:00 UTC] php-webmaster at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 04:01:33 2024 UTC