php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28927 dump_file
Submitted: 2004-06-25 18:15 UTC Modified: 2004-07-06 11:46 UTC
From: rafiw at walla dot co dot il Assigned:
Status: Not a bug Package: *XML functions
PHP Version: 4.3.7 OS: winxp
Private report: No CVE-ID: None
 [2004-06-25 18:15 UTC] rafiw at walla dot co dot il
Description:
------------
if call this function whit same name of file that

open for  make v\change its not save the change 

Expected result:
----------------
$dom = domxml_open_file("xmldata.xml")
$root = $dom->document_element();

....do chane to xml file


 $dom->dump_file("xmldata.xml",false,2) ;



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-06 11:46 UTC] rrichards@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

dump_file works fine. Search the general list for reasons why it may not be working for you under windows.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 04:01:27 2024 UTC