Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14780 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62675 invoked by uid 1010); 10 Feb 2005 04:39:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62497 invoked from network); 10 Feb 2005 04:39:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Feb 2005 04:39:42 -0000 X-Host-Fingerprint: 213.239.198.8 distance.intux.org Linux 2.4/2.6 Received: from ([213.239.198.8:57743] helo=distance.intux.org) by pb1.pair.com (ecelerity HEAD (r4105:4106)) with SMTP id DD/30-37821-485EA024 for ; Wed, 09 Feb 2005 23:39:32 -0500 Received: from localhost (distance.local [127.0.0.1]) by distance.intux.org (Postfix) with ESMTP id 913C674019F for ; Thu, 10 Feb 2005 04:52:07 +0000 (UTC) Received: from distance.intux.org ([127.0.0.1]) by localhost (distance [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05324-01 for ; Thu, 10 Feb 2005 04:52:07 +0000 (UTC) Received: from [192.168.0.147] (dsl-082-082-139-239.arcor-ip.net [82.82.139.239]) by distance.intux.org (Postfix) with ESMTP id EBC0274010C for ; Thu, 10 Feb 2005 04:52:06 +0000 (UTC) Message-ID: <420AE579.8050105@intux.org> Date: Thu, 10 Feb 2005 05:39:21 +0100 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at distance.intux.org Subject: removal of allow_call_time_pass_reference From: fschaper@intux.org (Florian Schaper) Regarding backward compatibility option "allow_call_time_pass_reference" one will find in the php.ini: "... future versions of PHP/Zend are likely not to support it. ...". A customer of mine relies heavily uppon that feature however, be it "wise" to do so or not. He is now a little confused as to how much time he has until support in aspect to backwards compatibility is removed. What I'd like to now is if there is a standard policy how language support regarding backwards compatibility is handled. How long will there be support for deprecated Features like register_globals or allow_call_time_pass_reference? Will they get lost on a whim during a major version change? After all I still see support for those in php5. ./regards Florian