#27232 [Fbk->Opn]: comment nodes are being skipped

2004-02-13 Thread lalo at teligens dot com
 ID:   27232
 User updated by:  lalo at teligens dot com
 Reported By:  lalo at teligens dot com
-Status:   Feedback
+Status:   Open
 Bug Type: DOM XML related
 Operating System: Windows XP
 PHP Version:  4.3.4
 New Comment:

It works as expected now that I used the latest snapshot. Would you be
so kind to tell me since when/what version of php this is not working
as expected ? I would like to report this behaviour to the horde
developers.



Thanks a lot.


Previous Comments:


[2004-02-13 09:58:26] [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





[2004-02-13 02:52:42] lalo at teligens dot com

Forgot to mention that I'm running the same code under gentoo with PHP
4.3.4 and it does work as expected there.



[2004-02-13 02:36:22] lalo at teligens dot com

This happens when running horde on Windows. The XML is the
configuration xml. I'm using horde from CVS so you can get a copy of
the same file I'm running here:



http://cvsweb.horde.org/cvs.php/horde/config/conf.xml



[2004-02-12 20:48:41] [EMAIL PROTECTED]

Please supply the xml file. 



[2004-02-12 18:57:08] lalo at teligens dot com

Description:

Comments nodes are being skipped.

Reproduce code:
---
$doc = domxml_open_file($path . '/conf.xml');

// first node should be a comment, but it's not

$node = $doc->first_child();   

Expected result:

the type of the first node should be XML_COMMENT_NODE

Actual result:
--
The type of the first node is a node.





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


#27232 [Fbk->Opn]: comment nodes are being skipped

2004-02-12 Thread lalo at teligens dot com
 ID:   27232
 User updated by:  lalo at teligens dot com
 Reported By:  lalo at teligens dot com
-Status:   Feedback
+Status:   Open
 Bug Type: DOM XML related
 Operating System: Windows XP
 PHP Version:  4.3.4
 New Comment:

This happens when running horde on Windows. The XML is the
configuration xml. I'm using horde from CVS so you can get a copy of
the same file I'm running here:



http://cvsweb.horde.org/cvs.php/horde/config/conf.xml


Previous Comments:


[2004-02-12 20:48:41] [EMAIL PROTECTED]

Please supply the xml file. 



[2004-02-12 20:48:40] [EMAIL PROTECTED]

Please supply the xml file. 



[2004-02-12 18:57:08] lalo at teligens dot com

Description:

Comments nodes are being skipped.

Reproduce code:
---
$doc = domxml_open_file($path . '/conf.xml');

// first node should be a comment, but it's not

$node = $doc->first_child();   

Expected result:

the type of the first node should be XML_COMMENT_NODE

Actual result:
--
The type of the first node is a node.





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