Hi there, in 4.0.5 and 4.0.6 its mentioned (both in php.ini-dist/-optimized) about allow_call_time_pass_reference that " 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. [...]" 1.: I suggest to state this point also in the manual, chapter 12, Function Arguments and not only in the php.ini files. 2.: the default allow_call_time_pass_reference= 0n in both php.ini-dist/-optimized is not adequate (in my opinion). I suggest to set the default Off (perhaps this is relevant for php-dev). What do you think about? greets Friedhelm
