Home » Database » DB_DataObject_FormBuilder » Bug #3069
deprecated call-time pass-by-reference
Details
| Submitted | 2004-12-30 22:43 UTC |
|---|---|
| From | ate2 at cornell dot edu |
| Assigned | justinpatrin |
| Status | Duplicate |
| Package | DB_DataObject_FormBuilder |
| PHP Version | 5.0.3 |
| OS | n/a |
| Roadmaps | (Not assigned) |
Comments
[2004-12-30 22:43 UTC] ate2 at cornell dot edu
Description:
------------
File: FormBuilder.php
Line: 1678
Two call-time pass-by-reference parameters raise a
warning in php5. Pass-by-reference functionality should
be specified in the users' method declarations rather
than at call-time.