php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44776 request for change in titles
Submitted: 2008-04-18 14:37 UTC Modified: 2008-05-03 16:28 UTC
From: philip@php.net Assigned: bjori (profile)
Status: Closed Package: Doc Build problem
PHP Version: Irrelevant OS: Mac
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: philip@php.net
New email:
PHP Version: OS:

 

 [2008-04-18 14:37 UTC] philip@php.net
Description:
------------
When PhD comes across a page with multiple <refname>'s it uses the second for the title, along with the <refpurpose>. 

For example:

 <refname>$_GET</refname>
 <refname>$HTTP_GET_VARS [deprecated]</refname>
 <refpurpose>HTTP GET variables</refpurpose>

The title from that becomes:

 $HTTP_GET_VARS [deprecated] -- HTTP GET variables

This is a request to change that to either using the first refname or both. Likely both. So:

 $_GET -- $HTTP_GET_VARS [deprecated] -- HTTP GET variables

As for the separator between refname's, and between the last refname and refpurpose, not sure, but '--' seems fine. Perhaps someone will suggest something better for these.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-05-03 16:28 UTC] bjori@php.net
This bug has been fixed in CVS. Since the websites are not directly
updated from the CVS server, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 07 07:01:32 2024 UTC