From:             rafiw at walla dot co dot il
Operating system: winxp
PHP version:      4.3.7
PHP Bug Type:     *XML functions
Bug description:  dump_file

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) ;



-- 
Edit bug report at http://bugs.php.net/?id=28927&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28927&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28927&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28927&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28927&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28927&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28927&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28927&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28927&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28927&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28927&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28927&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28927&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28927&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28927&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28927&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28927&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28927&r=float

Reply via email to