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
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:
49 + 15 = ?
Subscribe to this entry?

 
 [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: Fri Apr 19 06:01:29 2024 UTC