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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
13 - 2 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Apr 18 03:01:28 2024 UTC