php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #15145 xmlSubstituteEntitiesDefault(1) to domxml_xslt_process
Submitted: 2002-01-21 09:49 UTC Modified: 2002-12-07 09:29 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: bav at graphit dot ru Assigned:
Status: No Feedback Package: Feature/Change Request
PHP Version: 4.0CVS-2002-01-21 OS: All
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-01-21 09:49 UTC] bav at graphit dot ru
Please add a line 

xmlSubstituteEntitiesDefault(1); 

to *domxml_xslt_process* 
to avoid warnings about  , ©, etc...

or make this call if when special boolean parameter passed as true to this function.

Thanks 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-21 18:26 UTC] jarkol@php.net
Added domxml_substitute_entities_default() function - a wrapper for xmlSubstituteEntititiesDefault() function from libxml2.
It expects bool for the new value and returns bool of the previous value.

 [2002-11-30 09:21 UTC] chregu@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 08 23:01:33 2024 UTC