Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21509 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58742 invoked by uid 1010); 13 Jan 2006 12:04:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 58727 invoked from network); 13 Jan 2006 12:04:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jan 2006 12:04:59 -0000 X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.5 (sometimes 2.4) (4) Received: from ([212.112.227.169:55186] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id D5/5C-25674-B6797C34 for ; Fri, 13 Jan 2006 07:04:59 -0500 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id A6D67DF010F; Fri, 13 Jan 2006 13:04:56 +0100 (CET) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (ipx11223 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 12123-06; Fri, 13 Jan 2006 13:04:46 +0100 (CET) Received: from [127.0.0.1] (i577B73E4.versanet.de [87.123.115.228]) by ipx11223.ipxserver.de (Postfix) with ESMTP id B3668DF00D4; Fri, 13 Jan 2006 13:04:45 +0100 (CET) Message-ID: <43C7975A.2070504@php.net> Date: Fri, 13 Jan 2006 13:04:42 +0100 User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Hartmut Holzgraefe Cc: internals@lists.php.net 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> In-Reply-To: <43C786E5.1020400@mysql.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: [PHP-DEV] Re: Named arguments revisited From: lsmith@php.net (Lukas Smith) Hartmut Holzgraefe wrote: > - all internal and PECL functions need to be recoded as the API > right now doesn't know any concept of parameter names at all I was thinking that this would a userland only feature. regards, Lukas