php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #42669 Wrong description for allow_call_time_pass_reference in php.ini
Submitted: 2007-09-14 12:27 UTC Modified: 2008-01-07 20:13 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: carsten_sttgt at gmx dot de Assigned:
Status: Not a bug Package: *Configuration Issues
PHP Version: 5 OS: Windows
Private report: No CVE-ID: None
 [2007-09-14 12:27 UTC] carsten_sttgt at gmx dot de
Description:
------------
In addition to Bug #35487

You should also change the description in "php.ini"

Reproduce code:
---------------
php.ini line 161-163

Expected result:
----------------
...
; with future versions of the language (you will receive a warning each time
; you use this feature).
allow_call_time_pass_reference = On


Actual result:
--------------
...
; with future versions of the language (you will receive a warning each time
; you use this feature, and the argument will be passed by value instead of by
; reference).
allow_call_time_pass_reference = On


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-01-07 20:13 UTC] bjori@php.net
That will only confuse people and make them think it currently is passed-by-value when disabled.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 22:01:26 2024 UTC