#649 closed defect (fixed)
Call-time pass-by-reference in bb-includes\classes.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.8.2 |
| Component: | Front-end | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
There is an error with svn 817 in bb-includes\classes.php :
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in bb-includes\classes.php on line 260
Change History (2)
Note: See
TracTickets for help on using
tickets.

(In [832]) some more globals annoyances and fix call-time pass by ref. Fixes #649