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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mike at blueroot dot net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Dec 22 20:01:31 2024 UTC