php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41415 special characters
Submitted: 2007-05-17 11:53 UTC Modified: 2007-05-17 17:23 UTC
From: guenter dot naumann at t-online dot de Assigned:
Status: Not a bug Package: XML related
PHP Version: 5.2.2 OS: Windows98
Private report: No CVE-ID: None
 [2007-05-17 11:53 UTC] guenter dot naumann at t-online dot de
Description:
------------
At parsing text with special characters (?, ?, ? e.t.c) the datahandler separate the text by first occurance of a special character.

Reproduce code:
---------------
URL:
www.cob-naumann.de/xmltest.php

Expected result:
----------------
Version 4 runs correctly. 

Actual result:
--------------
The bug can handeld with adding the text.

URL: www.cob-naumann.de/xmltest2.php

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-05-17 12:08 UTC] tony2001@php.net
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.


 [2007-05-17 17:23 UTC] derick@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

This is what libxml2 does.. .it\'s not incorrect to send data in multiple parts.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 22:01:31 2024 UTC