Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84290 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85733 invoked from network); 4 Mar 2015 15:33:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Mar 2015 15:33:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=rican7@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rican7@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.44 as permitted sender) X-PHP-List-Original-Sender: rican7@gmail.com X-Host-Fingerprint: 209.85.216.44 mail-qa0-f44.google.com Received: from [209.85.216.44] ([209.85.216.44:34050] helo=mail-qa0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6B/A3-56703-6E527F45 for ; Wed, 04 Mar 2015 10:33:58 -0500 Received: by mail-qa0-f44.google.com with SMTP id n8so34249458qaq.3 for ; Wed, 04 Mar 2015 07:33:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:from:date:message-id:subject:to:cc :content-type; bh=zz1YFt0Z09g2d08lwS9adM5Grpr5duWYa/PK9B4t7yY=; b=jGL4QOgHJlXHChBiRjAB/7lOzn7xpaTzzNxLZlgagPsBS7+R1AEhhEHYxF1YbKcmi7 qNbODlOX1lgd9sf04NXb0h28ydb856vwxsd0X/2VhnANnQtmFt9FiG7dALBEI13fz5E6 ZR9IftP2gULLDXvOpKNuoUPzwe5zymCpcgRmlV2WfafWUoMkyoBfEEHxP20qO7rBgZU+ X9lX075aCGLQFKw+jOpDWH220tbZj4a2ClM6dNcEp24JUPteRf5bda0TxzYfsPcXuAxR WJmHR17OpGFewwsL7dWJi3NcL4J2k+mJAX7Dnt7EviWMKmtwOWLoWk7mlD7OXFGxz1jM nLbA== X-Received: by 10.229.139.194 with SMTP id f2mr6703080qcu.14.1425483235788; Wed, 04 Mar 2015 07:33:55 -0800 (PST) MIME-Version: 1.0 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> <54F72360.6000702@lerdorf.com> Date: Wed, 04 Mar 2015 15:33:55 +0000 Message-ID: To: Rasmus Lerdorf , Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1133dea8e713260510782dad Subject: Re: [PHP-DEV] Consistent function names From: rican7@gmail.com (Trevor Suarez) --001a1133dea8e713260510782dad Content-Type: text/plain; charset=UTF-8 ... well that's a constructive way of going about it. I don't think Yasuo did anything harmful or rude in making his proposal. Regardless of how realistic the idea may be, I don't think its ever appropriate or constructive to tell someone to simply "stop" because something "is just ridiculous". On Wed, Mar 4, 2015 at 10:24 AM Rasmus Lerdorf wrote: > On 03/03/2015 07:34 PM, Yasuo Ohgaki wrote: > > Hi Michael, > > > > On Wed, Mar 4, 2015 at 12:15 PM, Michael Schuett < > michaeljs1990@gmail.com> > > wrote: > > > >> Your evaluation is pretty anecdotal. I agree with some points but you > need > >> some solid evidence if you are going to rate these languages. Also do > you > >> have a list of all the functions you would like to rename or is this a > >> sweeping lets just change everything so it matches and deprecate all the > >> old stuff. Your matrix is a very weak push to do so. If you want to make > >> these changes it would be better to choose a select set such as the > array > >> functions and try and push that through or see what that change might > look > >> like and if it's really beneficial to userland. > > > > > > I agree that my evaluation is subjective. For example, I rate PHP has "1" > > security only > > because PHP is very weak against script/file inclusions because it's > fatal > > and other > > languages apps do not have script/file inclusions as PHP apps do. Others > > might > > rate "2" or even "3" because it is too easy to fix it even if incident is > > fatal. > > (Security should be evaluated by "how difficult to make mistakes", not > "how > > easy to > > fix mistakes" generally. IMHO) > > > > I made list of rename candidates > > https://wiki.php.net/rfc/consistent_function_names# > list_of_functions_to_be_renamed > > If you have suggestions, I appreciate! > > Yasuo, please stop. This isn't going to happen. Changing strlen() to > str_len() is just ridiculous. > > -Rasmus > > > --001a1133dea8e713260510782dad--