Home » XML » XML_XUL » Bug #1255
The package doesn't work with PHP5
Details
| Submitted | 2004-04-21 21:14 UTC |
|---|---|
| From | silver_dragoon77 at hotmail dot com |
| Assigned | schst |
| Status | Closed |
| Package | XML_XUL |
| PHP Version | 5.0.0RC1 (Release Candidate 1) |
| OS | WinXP |
| Roadmaps | (Not assigned) |
Comments
[2004-04-21 21:14 UTC] silver_dragoon77 at hotmail dot com
Description:
------------
I coulnd't get this package to work with php5... any ideas ? :)
[2004-06-02 09:05 UTC] danhen at web dot de
When using PHP5.0.0RC2, xml_xul produces no output. I solved this Problem by editing the file 'Element.php' => function &cloneElement() changing Line 484 (i think ?!) from return $this->__clone() into return clone($this)