php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #388 cosmetic show_source() error
Submitted: 1998-05-19 23:48 UTC Modified: 1998-05-20 17:36 UTC
From: alex at wankwood dot com Assigned:
Status: Closed Package: Other
PHP Version: 3.0 Release Candidate 4 OS: GNU/Linux
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: alex at wankwood dot com
New email:
PHP Version: OS:

 

 [1998-05-19 23:48 UTC] alex at wankwood dot com
show_source() renders strings like this:

<strong>"string</strong>"

instead of this:

"<strong>string</strong>"

or this:

<strong>"string"</strong>

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-05-20 17:36 UTC] zeev
Known, there's no easy way to fix it.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC