"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