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
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: bav at graphit dot ru
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Thu Nov 21 09:01:32 2024 UTC