Home » PHP » Var_Dump » Bug #1313
allow_call_time_pass_reference setting
Details
| Submitted | 2004-04-29 12:05 UTC |
|---|---|
| From | kiryu at angelicwing dot net |
| Assigned | fredericpoeydomenge |
| Status | Closed |
| Package | Var_Dump |
| PHP Version | 5CVS-2004-04-29 (dev) |
| OS | FreeBSD4.9 |
| Roadmaps | (Not assigned) |
Comments
[2004-04-29 12:05 UTC] kiryu at angelicwing dot net
Description:
------------
If allow_call_time_pass_reference is Off, warning will come out.
Expected result:
----------------
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 /usr/local/lib/php/Var_Dump.php on line 268
....
[2004-04-30 07:17 UTC] frederic dot poeydomenge at free dot fr
Thank you for your bug report. This issue has been fixed
in the latest released version of the package, which you can download at
http://pear.php.net/packages.php
Removed the call-time pass-by-reference.