Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21517 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18675 invoked by uid 1010); 13 Jan 2006 16:36:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 18660 invoked from network); 13 Jan 2006 16:36:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jan 2006 16:36:12 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:25540] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 2C/81-06425-AF6D7C34 for ; Fri, 13 Jan 2006 11:36:11 -0500 Received: (qmail 31268 invoked from network); 13 Jan 2006 16:36:06 -0000 Received: from localhost (HELO ANDI-NOTEBOOK.zend.com) (127.0.0.1) by localhost with SMTP; 13 Jan 2006 16:36:06 -0000 Message-ID: <7.0.0.16.2.20060113083421.07b59728@zend.com> X-Mailer: QUALCOMM Windows Eudora Version 7.0.0.16 Date: Fri, 13 Jan 2006 08:36:02 -0800 To: Jared White ,Lukas Smith Cc: internals@lists.php.net In-Reply-To: References: <43C67431.9090003@prohost.org> <3A366ACB-20D4-42C7-BBAE-46F643E3A91F@intuitivefuture.com> <878581203.20060112153625@ionzoft.com> <7.0.0.16.2.20060112154219.029d06c8@zend.com> <43C75FEE.7040908@php.net> <6C.F4.25674.EFD67C34@pb1.pair.com> <43C786E5.1020400@mysql.com> <43C7975A.2070504@php.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] Re: Named arguments revisited From: andi@zend.com (Andi Gutmans) Guys, It's not going to happen. Please move on. We've discussed it lots of times in the past. Many times we've come to the conclusion that for a few cases it's not worth it. If you have functions with lots of parameters (probably 3-4 in a whole application) then just use array()'s. It's actually not a mediocre but a pretty decent solution. Don't mean to be abrupt but we waste so much bandwidth here on things we've already discussed in the past, and most of the main dev's clearly aren't in favor. Andi