From: hannesv at enfocus dot be Operating system: Windows 2000 PHP version: Irrelevant PHP Bug Type: DOM XML related Bug description: xmldom dumpfile / session bug
Description: ------------ The session Memory get flushed (variables are kept, but are converted to "object"), "whenever session_start();" has been selected before a DOMXML document is written with "dump_file()". If the "session_start();" is put after the writting of the document it works fine. In my script I also use mysql, but that not seems to cause the problem (I use it also in combination with xmldom to read a file into a database) Note: none of the session-variables are changed are even called in the script. Note: Besides that, the writting of the xml-works fine. Reproduce code: --------------- can not be given by company privacy policy -- Edit bug report at http://bugs.php.net/?id=29047&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=29047&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=29047&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=29047&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=29047&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=29047&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=29047&r=needscript Try newer version: http://bugs.php.net/fix.php?id=29047&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=29047&r=support Expected behavior: http://bugs.php.net/fix.php?id=29047&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=29047&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=29047&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=29047&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29047&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=29047&r=dst IIS Stability: http://bugs.php.net/fix.php?id=29047&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=29047&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=29047&r=float
