Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5598 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21821 invoked by uid 1010); 20 Nov 2003 00:25:58 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 21787 invoked from network); 20 Nov 2003 00:25:57 -0000 Received: from unknown (HELO cedar.phpwebhosting.com) (66.132.144.42) by pb1.pair.com with SMTP; 20 Nov 2003 00:25:57 -0000 Received: (qmail 22228 invoked from network); 20 Nov 2003 00:25:52 -0000 Received: from unknown (HELO highsidecafe.com) (69.139.38.33) by cedar2.phpwebhosting.com with SMTP; 20 Nov 2003 00:25:52 -0000 Message-ID: <3FBC0A10.2040804@highsidecafe.com> Date: Wed, 19 Nov 2003 19:25:52 -0500 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Olivier Hill , internals@lists.php.net References: <20031119003051.88216.qmail@pb1.pair.com> <200311181954.22451.ilia@prohost.org> <3FBAD34C.1000007@php.net> In-Reply-To: <3FBAD34C.1000007@php.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] E_STRICT From: bdkr@highsidecafe.com (TRC) Olivier Hill wrote: > Ilia Alshanetsky wrote: > >> >> On a related note, since a major PHP version is now being released, >> perhaps it is the time to finally remove old deprecated functionality >> that in many cases deprecated for years. I propose that we agree on a >> certain version as a minimum and remove all deprecated functionality >> that was marked as such prior to that version. > > > Like call-time pass by ref? > > Oliver Has call-time pass by ref really been deprecated for years? I only started seeing this warning with P5. BDKR