ID: 40564
Updated by: [EMAIL PROTECTED]
Reported By: rocco dot rossi at gmail dot com
-Status: Open
+Status: Closed
Bug Type: Documentation problem
Operating System: Every
PHP Version: Irrelevant
-Assigned To:
+Assigned To: colder
New Comment:
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.
Previous Comments:
------------------------------------------------------------------------
[2007-02-20 18:00:02] 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>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=40564&edit=1