[PHP-DEV] Bug #12463 Updated: set_attribute($attName, "0") does not add attributes

2001-11-30 Thread mfischer
ID: 12463 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: DOM XML related Operating System: Win2K PHP Version: 4.0.6 New Comment: This is fixed already (at least, in CVS). Closing. Previous Comments: --

[PHP-DEV] Bug #12463 Updated: set_attribute($attName, "0") does not add attributes

2001-11-21 Thread mfischer
ID: 12463 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: DOM XML related Operating System: Win2K PHP Version: 4.0.6 New Comment: Can you try latest RC and see if the problem still exists http://www.php.net/~zeev/php-4.1.0RC3.tar.gz Feedback.

[PHP-DEV] Bug #12463 Updated: set_attribute($attName, "0") does not add attributes

2001-07-30 Thread jw
ID: 12463 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: DOM XML related Operating System: Win2K PHP Version: 4.0.6 New Comment: When I try to add an attribute with value "0" to a DomNode, like this: $cNode->set_attribute("attributeName", "0"); The