php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #80302 Titles in HTML tarball needs improvement.
Submitted: 2020-11-01 01:21 UTC Modified: 2021-07-20 14:06 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: hen20-xmp at yahoo dot co dot jp Assigned:
Status: Open Package: Doc Build problem
PHP Version: Irrelevant OS:
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: hen20-xmp at yahoo dot co dot jp
New email:
PHP Version: OS:

 

 [2020-11-01 01:21 UTC] hen20-xmp at yahoo dot co dot jp
Description:
------------
This is an issue not on scripts but on documents (PHP Manual - HTML tarball).
The TAB in a browser which opens any PHP Manual pages "on line" seems to show "title"s for the pages.

But when the page is for "function"s, the "title" seems to be substituted to the "description of the function" in the "HTML tarball PHP Manual".(http://www.php.net/get/php_manual_en.tar.gz/from/a/mirror)

For example, the "TAB" for "hex2bin()" shows "PHP: hex2bin - Manual" in the on-line manual ("https://www.php.net/manual/en/function.hex2bin.php"), 
whereas it shows "Decodes a hexadecimally encoded binary string" in the HTML tarball manual.

Test script:
---------------
".../php_manual_en/php-chunked-xhtml/function.hex2bin.html"

Expected result:
----------------
The TAB shows 
"PHP: hex2bin - Manual".

Actual result:
--------------
"Decodes a hexadecimally encoded binary string".

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-07-20 14:06 UTC] cmb@php.net
-Type: Documentation Problem +Type: Bug -Package: Unknown/Other Function +Package: Doc Build problem
 [2021-07-20 14:06 UTC] cmb@php.net
I can confirm the reported issue.  I'm not sure whether this is a
bug, or deliberately done this way.  Anyhow, consider to provide a
pull request[1].

[1] <https://github.com/php/phd/pulls>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 10:01:28 2024 UTC