php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22062 HTML/Form.php has Call-time pass-by-reference warning
Submitted: 2003-02-04 19:09 UTC Modified: 2003-02-14 05:12 UTC
From: mike at blueroot dot net Assigned:
Status: Closed Package: PEAR related
PHP Version: 4.3.0 OS: Win32
Private report: No CVE-ID: None
 [2003-02-04 19:09 UTC] mike at blueroot dot net
HTML/Form.php generates this error

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 [runtime function name](). 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 c:\php\pear\HTML\Form.php on line 325

This is strange since what I am doing is not using the displayTextareaRow function (where the error originates).  This is why there is little debugging informtion here.  Please ask and I can send you the script that generates the error.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-14 05:12 UTC] mj@php.net
This bug has been fixed in CVS. The changes will be part of the next release.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 10:01:30 2024 UTC