Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79176 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13282 invoked from network); 25 Nov 2014 18:32:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2014 18:32:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.192.169 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.192.169 mail-pd0-f169.google.com Received: from [209.85.192.169] ([209.85.192.169:42921] helo=mail-pd0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0D/1C-40624-23BC4745 for ; Tue, 25 Nov 2014 13:32:18 -0500 Received: by mail-pd0-f169.google.com with SMTP id fp1so1055408pdb.28 for ; Tue, 25 Nov 2014 10:32:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=6tHFSPCnFFanOXAhGrMmI8K0qp+5iQ9toRMnXyMAkRY=; b=RB5fFxpk44t+aW1I1pgG4OyWrrsaYGUt8erO6jw5Asu0nJNh14BUhWmjhDPQbVAYaq q34EMo+X2MmMGeoGcDS9UMtq5bFwARylNpc/kS7/+RgEaK/C9Qio6ra0OZIjdphoXhnk FEOfm800YXIOtDeKPHtChFbFOn9fOjWuusOcMMwK5OwiqneYQix9P+D3iabOkq1JNrkS AYzsSMhBGc023S+19N5u1eYM00lIMU3ryYFG89huXox113mahOUzUaAbvGKSude8VsUP cjEu5mawsLmGwm4+pNC2sgwEJAnqAMIE9leTPulKekgh+ZxuRWwT7XG/S+K0CE2lOKyG YWdg== X-Gm-Message-State: ALoCoQmfuxzTIKaTKMKDQV4W1QXoLBk7OkRAR+rZjfVh2pDLsiITTEs1+t7rmd5roOjkedUAGjlh MIME-Version: 1.0 X-Received: by 10.66.254.164 with SMTP id aj4mr45778711pad.116.1416940336248; Tue, 25 Nov 2014 10:32:16 -0800 (PST) Sender: php@golemon.com Received: by 10.70.127.139 with HTTP; Tue, 25 Nov 2014 10:32:16 -0800 (PST) X-Originating-IP: [199.201.64.2] In-Reply-To: References: Date: Tue, 25 Nov 2014 10:32:16 -0800 X-Google-Sender-Auth: qmbqAZ8nNok5OEF29ODIMz2AN5U Message-ID: To: Andrea Faulds Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] IntlChar class and intl_char_*() functions From: pollita@php.net (Sara Golemon) On Tue, Nov 25, 2014 at 5:14 AM, Andrea Faulds wrote: > Is there really a need to have both an =E2=80=9COOP=E2=80=9D and =E2=80= =9Cnon-OOP=E2=80=9D interface here? If it=E2=80=99s all static methods, why= not just make it functions? > No, there isn't, but everything else in ext/intl has this duality, so I'm offering it in the initial RFC. If others agree that it's not necessary, then I am ONLY TOO HAPPY to rip it the eff out. -Sara