Edit report at https://bugs.php.net/bug.php?id=51773&edit=1
ID: 51773 Updated by: [email protected] Reported by: jk555 at hotbox dot ru Summary: XMLWrite double encode entities -Status: Feedback +Status: No Feedback Type: Bug Package: XML Writer Operating System: Win PHP Version: 5.3.2 New Comment: No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2010-05-10 12:05:23] [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 the script requires a database to demonstrate the issue, please make sure it creates all necessary tables, stored procedures etc. Please avoid embedding huge scripts into the report. ------------------------------------------------------------------------ [2010-05-08 22:03:41] jk555 at hotbox dot ru Description: ------------ XMLWrite double encode entities. For example, becomes &nbsp;, or & becomes &amp; Expected result: ---------------- Entities must remains intact. Maybe something like $double_encode of htmlentities function will be useful... ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=51773&edit=1
