[TYPO3-ect] Starting point for kickstarter?

Elmar Hinz elmar.DOT.hinz at team.MINUS.red.DOT.net
Tue Jan 23 09:13:59 CET 2007


> 
> <b>Warning</b>:  Call-time pass-by-reference has been deprecated - argument
> passed by value;  If you would like  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 <b>/.../typo3conf/ext/lib/class.tx_lib_view.php</b> on
> line <b>89</b><br /
> 
> Could you please fix that?

Hi Christian,

I discover some difficulties. According to the docs disabling call-time
pass-by-reference in PHP5 prohibits the use of reference handling to
functions. However in PHP4 there are some cases where you want to set an
object by reference to access the original one within the function.

Are there any general solutions for this?

Regards

Elmar






More information about the TYPO3-team-extension-coordination mailing list