PEAR is archived and read-only

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

Home » Structures » Structures_DataGrid » Bug #1023

Call-time pass-by-reference

Details

Submitted2004-03-16 21:25 UTC
Frommaka3d at yahoo dot com dot br
StatusBogus
PackageStructures_DataGrid
PHP Version4.3.4
OSWinXP/FreeBSD
Roadmaps(Not assigned)

Comments

[2004-03-16 21:25 UTC] maka3d at yahoo dot com dot br

Description:
------------
line 141 change this:
function render(&$dg)

to this:
function render($dg)

Call-time pass-by-reference has been deprecated

[2004-03-17 20:02 UTC] asnagy at php dot net

This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pear.php.net.

In case this was a pear.php.net website problem, the change will show
up on the website in short time.

Thank you for the report, and for helping us make PEAR better.

Thank you for noting this. I was unaware of this deprecation.

I fixed it and checked it into CVS