PEAR is archived and read-only

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

Home » Text » Text_Wiki » Bug #6010

reference E_NOTICE in Render/Xhtml/Wikilink.php line 73 with 1.0.3

Details

Submitted2005-11-18 19:19 UTC
Fromtwells at smarterliving dot com
Assignedtoggg
StatusClosed
PackageText_Wiki
PHP Version4.4.1
OSRedHat Linux 9
Roadmaps(Not assigned)

Comments

[2005-11-18 19:19 UTC] twells at smarterliving dot com

Description:
------------
Text_Wiki: 1.0.3
PHP: 4.4.1 + Zend Platform 2.1.1 installed
Apache: 1.3.34
OS: RedHat 9
Wiki platform: Horde.org's Wicked (current CVS)

Since upgrading PHP to 4.4.1 we see lots of E_NOTICE's which say:

Notice: Only variables should be assigned by reference in /usr/local/lib/php/Text/Wiki/Render/Xhtml/Wikilink.php on line 73

Test script:
---------------
I think

$list =& $this->getConf('pages');

should be

$list = $this->getConf('pages');