[PHP-DEV] Bug #15257 Updated: Can't retrieve node content

2002-01-28 Thread jtate
ID: 15257 Comment by: [EMAIL PROTECTED] Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: DOM XML related Operating System: Windows2000 PHP Version: 4.1.1 New Comment: Try replacing your $nodes[$nodeNumber]-content line with $redirectURL =

[PHP-DEV] Bug #14934 Updated: type property not set in comment nodes

2002-01-24 Thread jtate
ID: 14934 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: DOM XML related Operating System: Linux 2.4.9-RH 7.2 PHP Version: 4.1.1 New Comment: Is anyone going to do anything about this? If not could I get CVS commit access so that I can make the change

[PHP-DEV] Bug #14934: type property not set in comment nodes

2002-01-08 Thread jtate
From: [EMAIL PROTECTED] Operating system: Linux 2.4.9-RH 7.2 PHP version: 4.1.1 PHP Bug Type: DOM XML related Bug description: type property not set in comment nodes The domxml_node-type property is not set for nodes of type XML_COMMENT_NODE. The following patch fixes the