This warning appears from a fresh git clone(bea19754906245cdaad3099c052a0e7f8779ca90):
( ! ) Warning: Call-time pass-by-reference has been deprecated in /var/www/html/vcs_git_dev/modules/versioncontrol/versioncontrol.module on line 1739

Comments

CorniI’s picture

okay 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

jpetso’s picture

Status: Active » Fixed

Would someone please hand me the brown paper bag.
Fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 0c0ee35 on 6.x-1.x, repository-families, drush-vc-sync-unlock by jpetso:
    #486562 by jpetso: Fix stupid call-time pass-by-reference error.
    
    

  • Commit 0c0ee35 on 6.x-1.x, repository-families by jpetso:
    #486562 by jpetso: Fix stupid call-time pass-by-reference error.