Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42407 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9953 invoked from network); 30 Dec 2008 09:31:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Dec 2008 09:31:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daylessday.org designates 89.208.40.236 as permitted sender) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 89.208.40.236 mail.daylessday.org Linux 2.6 Received: from [89.208.40.236] ([89.208.40.236:38285] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 48/44-14877-17AE9594 for ; Tue, 30 Dec 2008 04:31:30 -0500 Received: from [192.168.3.48] (unknown [212.42.62.198]) by daylessday.org (Postfix) with ESMTPSA id 768E5D0240; Tue, 30 Dec 2008 12:31:26 +0300 (MSK) Message-ID: <4959EA5C.3030501@daylessday.org> Date: Tue, 30 Dec 2008 12:31:08 +0300 User-Agent: Thunderbird 2.0.0.18 (X11/20081112) MIME-Version: 1.0 To: Ilia Alshanetsky CC: PHP Development References: <0EF4028C-3E68-418F-A7CF-FCBF7B1163C4@gmail.com> <727FD055-A318-4E58-96C1-56936F422D62@prohost.org> In-Reply-To: <727FD055-A318-4E58-96C1-56936F422D62@prohost.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: [PHP] POSIX 1003.1-2001 gethostname(2) From: tony@daylessday.org (Antony Dovgal) On 30.12.2008 03:24, Ilia Alshanetsky wrote: > There is nothing wrong with using WRONG_PARAM_COUNT, it worked in the > past and still works fine and quite a bit of code still uses it. True, but we're trying to get rid of it, so please use new parameter parsing API when adding new functions. Thanks. -- Wbr, Antony Dovgal