[PHP] Re: allow_call_time_pass_reference?

2003-08-30 Thread rush
"Armand Turpel" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
> Why allow_call_time_pass_reference is deprecated? I mean it should be the
> choice of the programmer to make use of  pass by reference or not.

maybe it was a problematicd idea to have call time decision in the first
place, and now they want it to put it to rest somehow. In all other
languages the decision is in the signature of the function, and there is no
ability to to have call time decision. Probably it causes implentation
problems and inconsistences, and needs to be eliminated before new 5.0
semantics is in the place.

rush
--
http://www.templatetamer.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: allow_call_time_pass_reference

2001-07-26 Thread Yasuo Ohgaki

Take a look at php.ini-dist in source distribution.

--
Yasuo Ohgaki


"Andreas )" <[EMAIL PROTECTED]> wrote in message
000a01c1160d$640a3120$8d0a@devel01">news:000a01c1160d$640a3120$8d0a@devel01...
someone got a documentation for this ?


andreas




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]