PEAR is archived and read-only

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

Home » HTML » HTML_Progress » Bug #2577

Call time pass by reference error

Details

Submitted2004-10-20 19:17 UTC
Fromasnagy at webitecture dot org
Assignedfarell
StatusClosed
PackageHTML_Progress
PHP Version4.3.7
OSLinux
Roadmaps(Not assigned)

Comments

[2004-10-20 19:17 UTC] asnagy at webitecture dot org

Description:
------------
I recently upgraded HTML_Progress to it's latest version and got this:

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of call_user_func(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /usr/share/pear/HTML/Progress.php on line 1415

Call time pass by reference has been deprecated.