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
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: carsten_sttgt at gmx dot de
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Dec 22 02:01:28 2024 UTC