php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #627 SGML character coding
Submitted: 1998-08-06 21:04 UTC Modified: 1998-08-06 21:57 UTC
From: ellson at lucent dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 3.0.2a OS:
Private report: No CVE-ID: None
 [1998-08-06 21:04 UTC] ellson at lucent dot com
diff  image.sgml.old image.sgml    
822c822
<        UTF-8 character sequences (of the form:  &#123; ) to access 
---
>        UTF-8 character sequences (of the form:  &amp;#123; ) to access 
845c845
< ImageTTFText($im, 20, 0, 10, 20, $white, "/path/arial.ttf", "Testing... Omega: &#937;");
---
> ImageTTFText($im, 20, 0, 10, 20, $white, "/path/arial.ttf", "Testing... Omega: &amp;#937;");

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-08-06 21:57 UTC] rasmus
Patch applied - Thanks
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 20:01:31 2024 UTC