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
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: rafiw at walla dot co dot il
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 17:01:58 2024 UTC