PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » XML » XML_XUL » Bug #1255

The package doesn't work with PHP5

Details

Submitted2004-04-21 21:14 UTC
Fromsilver_dragoon77 at hotmail dot com
Assignedschst
StatusClosed
PackageXML_XUL
PHP Version5.0.0RC1 (Release Candidate 1)
OSWinXP
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)