Actions
Bug #2098
closedCB 1.3 RC + PHP 5.2 bug affects XML library bug in new XML manipulation function
Description
DOM function to replace a node forgets attributes of the node in PHP 5.2, but copies them in PHP 5.3.
Actions
Added by beat almost 15 years ago. Updated almost 15 years ago.
Description
DOM function to replace a node forgets attributes of the node in PHP 5.2, but copies them in PHP 5.3.
Commit r1305 fixes this issue, after hours of analysis, as function was working fine in PHP 5.3, but not in PHP 5.2...