Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84303 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23127 invoked from network); 4 Mar 2015 20:43:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Mar 2015 20:43:42 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.48 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.216.48 mail-qa0-f48.google.com Received: from [209.85.216.48] ([209.85.216.48:57169] helo=mail-qa0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/49-56703-C7E67F45 for ; Wed, 04 Mar 2015 15:43:41 -0500 Received: by mail-qa0-f48.google.com with SMTP id dc16so35720552qab.7 for ; Wed, 04 Mar 2015 12:43:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=ohEmwIHZOyaaQn6PmA/8i7p3FKvIdbQqhQ33Sx3T3A8=; b=xdUYbo9MNcOiYZ8FDigqpK+c5lqVcA41uUR+mX02sD2EGhjaMlY1Bis/yszzM+x/Sm c8NeSExvXqm6C1sqAjgN+WjBPkaN/mWHtbcRBPjBnfGnx6df9tdY0i4of/MgJbR1v8iF Ae6OTTV/GwM8z82BEppDBg1h2kGLfH63buLYTnh7CaKubKw7qDdRaJl+8uCg/Wpcif7O ysySSwUX+MwwFjs6o3T/9q2wsvPilhh7tXbNO6jW8Q/WJhbBOGhjBJwRHYrdenPaSKFg qRw+vTQutaN6DQ7KogQ2vH0OfoJiTgWiAhKpZ3PQZURPzaxHsjfa4FVkV5JInIgX7LSP 1/vg== X-Received: by 10.140.31.116 with SMTP id e107mr7996458qge.36.1425501818145; Wed, 04 Mar 2015 12:43:38 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.229.198.8 with HTTP; Wed, 4 Mar 2015 12:42:57 -0800 (PST) In-Reply-To: References: <54F4E29D.7080501@garfieldtech.com> <54F4E93C.80206@gmail.com> <54F4EBEC.2090702@garfieldtech.com> <54F4F3FC.6060501@fischer.name> <54F4FDFB.8010701@lsces.co.uk> <54F5895D.3090002@gmail.com> <554F0C3F-770F-4694-A5AB-FDC54FCCBF00@gmail.com> Date: Thu, 5 Mar 2015 05:42:57 +0900 X-Google-Sender-Auth: 5gW0a1faAD_CLjyltvHykSinq5U Message-ID: To: Michael Schuett Cc: Rowan Collins , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a113a95447f77b105107c8157 Subject: Re: [PHP-DEV] Consistent function names From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a113a95447f77b105107c8157 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Michael, On Wed, Mar 4, 2015 at 12:58 PM, Michael Schuett wrote: > So i find this kind of odd since you use err every other place in bz. but > this is a minor nitpick. > > > - bz_error =E2=86=92 bzerror > - bz_error_str =E2=86=92 bzerrstr > > Overall I fell this change would be nice for new people coming to PHP and > alienate some long time users. We also run the risk at this point that > Python has run into with 2 vs 3 which has enough minor changes that no on= e > is moving over and just ended up with people supporting 2 longer and not > moving to 3. I feel we can learn from their mistakes. I would vote yes fo= r > this but I see why others would not. > I'm glad there is one person in favor at least. I've looked manual more carefully, "errstr" and "errno" is used as abbreviated words I've updated RFC so that "errstr" and "errno" are words. https://wiki.php.net/rfc/consistent_function_names I also added more aliases in "Open Issue". I didn't add them since I felt these are a little too destructive. Comments and suggestions are appreciated! Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a113a95447f77b105107c8157--