Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60260 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24163 invoked from network); 22 Apr 2012 21:13:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Apr 2012 21:13:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:44555] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0E/C3-29522-764749F4 for ; Sun, 22 Apr 2012 17:13:12 -0400 Received: by yenl5 with SMTP id l5so6628636yen.29 for ; Sun, 22 Apr 2012 14:13:09 -0700 (PDT) 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 :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=/HlMBWGd4TlpHIxU5ezCUBDtwXFk27cfp4xeOSTavb4=; b=fd7MwYpnLqtTmRDp9lCp2qzUvjC764x9q2LaJhWwb7F7qFYbJW3wQs7QBTc59HFe9Z TfBfhks7Lfs5aCjoHO/A+YgM20Ypj3swYKZE6IhyCqXQIs58IA5l1juYMdIqHuaaWr+Q AeuH3iyHkcDUXJkDf9za0FJ81D8SS6LMx+f2Y2HIhlEP9OM94ieR2akZUSzMNnFesAAO B0XG9VYVgq51ZmQ61SFCHWsJYoxa2RibmM69a1GAEXn6o/4N4M63pbVuYuXG5O+0Xp4q pU5jALyme6oO7mj1LduT8nACV/Mo6qAR650gbm2NOZ7CPDFAfW/7KNyXfzgd9Y3cAgjh smtg== Received: by 10.236.37.202 with SMTP id y50mr2026840yha.63.1335129189141; Sun, 22 Apr 2012 14:13:09 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.146.86.14 with HTTP; Sun, 22 Apr 2012 14:12:27 -0700 (PDT) In-Reply-To: References: Date: Mon, 23 Apr 2012 06:12:27 +0900 X-Google-Sender-Auth: -grjHCIq9wnRaLfXMMX0pWAxjWo Message-ID: To: Galen Wright-Watson Cc: "C.Koy" , internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Complete case-sensitivity in PHP From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi, 2012/4/23 Galen Wright-Watson : >> 2. Absent bug #18556, case-sensitive PHP has merits as I stated in other >> post and several people voiced opinions in favor. Case-sensitive PHP is >> worth considering. >> >> It is, but it's also a major BC break, hence perhaps better suited for > PHP6. Case-sensitivity is also a much bigger issue than this bug. A custom > conversion function, on the other hand, produces the minimum impact of any > option I've read. As such, it's hopefully a solution for this bug that > everyone can agree on. Conversion script may be provided. It's a rather simple script with tokenizer. Anyway, if we are going to change function name rule, consistent module function names should better be considered at the same time. createimage() htmlentities(), etc should be create_image()/html_entities(). There is alias system. This is just a matter of defining aliases for them. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net