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
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: 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: Fri Mar 29 08:01:27 2024 UTC