ID: 42669 Updated by: [EMAIL PROTECTED] Reported By: carsten_sttgt at gmx dot de -Status: Open +Status: Bogus -Bug Type: Documentation problem +Bug Type: *Configuration Issues Operating System: Windows -PHP Version: Irrelevant +PHP Version: 5 New Comment:
That will only confuse people and make them think it currently is passed-by-value when disabled. Previous Comments: ------------------------------------------------------------------------ [2007-09-14 12:27:08] 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=42669&edit=1
