php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #40564 HTML many pages download does not display correctly
Submitted: 2007-02-20 18:00 UTC Modified: 2007-02-20 21:20 UTC
From: rocco dot rossi at gmail dot com Assigned: colder (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Every
Private report: No CVE-ID: None
 [2007-02-20 18:00 UTC] rocco dot rossi at gmail dot com
Description:
------------
HTML many pages download does not display correctly. Infact, all the angular brackets ("lesser than" and "greater than" symbols) show up as < and > respectively.

This basically makes the whole thing very hard to read and follow.

Thank you.


Reproduce code:
---------------
PHP (recursive acronym for "PHP: Hypertext Preprocessor") is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. 
 Simple answer, but what does that mean? An example: 
Example 1-1. An introductory example
 <html>
    <head>
        <title>Example</title>
    </head>
    <body>

        <?php 
        echo "Hi, I'm a PHP script!"; 
        ?>

    </body>
</html>


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-20 21:20 UTC] colder@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.

I re-introduced entities decoding for dsssl builds as they are still needed.

Should be fixed in the next manual build. Sorry for that.
 [2020-02-07 07:30 UTC] phpdocbot@php.net
Automatic comment on behalf of colder
Revision: http://git.php.net/?p=doc/base.git;a=commit;h=0b352be4144606b99823817de706a1807ceb1bab
Log: Fix #40564 (Entities decoding required for dsssl builds)
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Aug 13 15:00:03 2025 UTC