ID: 29047 User updated by: hannesv at enfocus dot be Reported By: hannesv at enfocus dot be -Status: Feedback +Status: Open Bug Type: DOM XML related Operating System: Windows 2000 PHP Version: Irrelevant New Comment:
A made an external link to afile with simular code. Hope it helps the bug solvers. If anybody has the same problem, it's worked on the link: http://www.webopleiding.teno.be/diksmuide/zelfstudie/hvermeulen/phpbug.txt Previous Comments: ------------------------------------------------------------------------ [2004-07-08 14:25:20] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with <?php and ends with ?>, is max. 10-20 lines long and does not require any external resources such as databases, etc. If possible, make the script source available online and provide an URL to it here. Try avoid embedding huge scripts into the report. I don't care about your company policy. If you want to have that bug fixed, we need a reproducable script and it should be as short as possible... ------------------------------------------------------------------------ [2004-07-07 14:12:18] hannesv at enfocus dot be 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 this bug report at http://bugs.php.net/?id=29047&edit=1
