php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33390 user notes need to be escaped
Submitted: 2005-06-18 03:15 UTC Modified: 2005-06-19 23:22 UTC
From: didou@php.net Assigned:
Status: Closed Package: Livedocs 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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: didou@php.net
New email:
PHP Version: OS:

 

 [2005-06-18 03:15 UTC] didou@php.net
Description:
------------
Notes are not escaped :

http://livedocs.phpdoc.info/index.php?l=en&q=function.domxml-xslt-stylesheet


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-06-18 04:16 UTC] iliaa@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 [2005-06-18 05:41 UTC] didou@php.net
Still broken, see the first note here:

http://didou.keliglia.com/manuals/php/index.php?l=en&q=function.domxml-xslt-stylesheet

The problem is that the regexp doesn't match anything after the "?>" sequence in the XSL header. A fix would be to remove the preg_replace_callback() call and directly call highlight_php_code() if "<?" is detetcted by strpos().
 [2005-06-19 23:22 UTC] iliaa@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC