Closed (fixed)
Project:
Version Control API
Version:
6.x-1.0-rc1
Component:
API module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2009 at 17:46 UTC
Updated:
15 Apr 2014 at 22:25 UTC
Jump to comment: Most recent
Comments
Comment #1
CorniI commentedokay there exists a php ini directive to turn it off...
; Whether to enable the ability to force arguments to be passed by reference
; at function call time. This method is deprecated and is likely to be
; unsupported in future versions of PHP/Zend. The encouraged method of
; specifying which arguments should be passed by reference is in the function
; declaration. You're encouraged to try and turn this option Off and make
; sure your scripts work properly with it in order to ensure they will work
; 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
Comment #2
jpetso commentedWould someone please hand me the brown paper bag.
Fixed.