ID:               26443
 User updated by:  thomas dot sattler at decon-network dot de
 Reported By:      thomas dot sattler at decon-network dot de
-Status:           Feedback
+Status:           Closed
 Bug Type:         DOM XML related
 Operating System: Windows XP
-PHP Version:      4CVS-2003-12-03
+PHP Version:      4CVS-2004-01-05
 New Comment:

Now it's working fine!


Previous Comments:
------------------------------------------------------------------------

[2004-01-05 05:52:21] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



------------------------------------------------------------------------

[2003-12-03 07:30:21] [EMAIL PROTECTED]

suspending until the libxml/libxslt versions are hashed out for windows
build

------------------------------------------------------------------------

[2003-12-03 05:46:02] thomas dot sattler at decon-network dot de

I am using Apache 1.3.29 with the php4apache.dll (see the description
of the bug).

------------------------------------------------------------------------

[2003-12-03 05:36:29] [EMAIL PROTECTED]

What webserver are you using? If IIS is it run in or out of process?

------------------------------------------------------------------------

[2003-12-03 04:44:16] thomas dot sattler at decon-network dot de

This bug is not fixed for the domxml_dump_mem() in the following
example:

<?php
ini_set("display_errors", 1);
error_reporting(E_ALL);
echo foobar;
$doc = domxml_new_doc("1.0");
$root = $doc->create_element("bar");
$root = $doc->append_child($root);
$root->set_content("content € rest content");
var_dump($doc);
$test_text = $doc->dump_mem(0, 'iso-8859-1');
print htmlspecialchars($test_text);
?>

The warnings
dump_mem(): output conversion failed due to conv error
dump_mem(): Bytes: 0x80 0x20 0x72 0x65 
dump_mem(): xmlOutputBufferFlush: encoder error 

are missing.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/26443

-- 
Edit this bug report at http://bugs.php.net/?id=26443&edit=1

Reply via email to