Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49814 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58311 invoked from network); 30 Sep 2010 14:40:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Sep 2010 14:40:58 -0000 Authentication-Results: pb1.pair.com header.from=adi.nita@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=adi.nita@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: adi.nita@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-iw0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:33426] helo=mail-iw0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B2/03-43687-A71A4AC4 for ; Thu, 30 Sep 2010 10:40:58 -0400 Received: by iwn37 with SMTP id 37so2946248iwn.29 for ; Thu, 30 Sep 2010 07:40:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=RnLy03nMhIQmctiQZBx7uKR3WcTr6ZdigVrLuWgMVtg=; b=nKEOHx9Ehf6pJBQnoJiSfeYCbMF572b2SF+nFPDlnnHr4FY0zuU4JVfdA+1mMKoCB4 /lxVtP/NNdYfPeCQjVqDnvx0QykPG87qCD8i8gB+NXPC2PEubVuvxaOyG6iA0Rt+RZZ3 P31bsB2kHYvNe1dVpTtZ6qB9Si3I0tAmvVsiA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Y3bn6/GZLyFH4rhzgiYwHU0PMG9UjQhnaI4Ux1UPO4nat8jLCewDq9ABj95uHuxISv 5Led215URXOTI8MafBtCjCVhpWIbSpPvIpXdjPFq6mGs3nNzqRP3NHk4brRdUuuTMy6W LF2px5oFYjlLvwbAh16rOySvI//zr4M/S5bfo= MIME-Version: 1.0 Received: by 10.231.193.81 with SMTP id dt17mr2733082ibb.177.1285857652293; Thu, 30 Sep 2010 07:40:52 -0700 (PDT) Received: by 10.231.148.141 with HTTP; Thu, 30 Sep 2010 07:40:52 -0700 (PDT) In-Reply-To: <1285856042.16846.88.camel@guybrush> References: <9A.BD.52399.493A28C4@pb1.pair.com> <1283691991.2190.2.camel@guybrush> <111C9250-40A5-4D82-9DD8-9B99D651D652@crossconcept.de> <1285853478.16846.85.camel@guybrush> <1285856042.16846.88.camel@guybrush> Date: Thu, 30 Sep 2010 17:40:52 +0300 Message-ID: To: =?ISO-8859-1?Q?Johannes_Schl=FCter?= Cc: Andre Baumeier , Alex Baumann , internals@lists.php.net Content-Type: multipart/alternative; boundary=00504501723998f17b04917b101d Subject: Re: [PHP-DEV] Built-in function: between From: adi.nita@gmail.com (Adi Nita) --00504501723998f17b04917b101d Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Completely agree. Adding another specialized string function wouldn't be worth in this case. I was just trying to divert the attention :) to PHP (still) not using namespaced functionalities even where it makes sense the most (text / string, array etc.) 2010/9/30 Johannes Schl=FCter > On Thu, 2010-09-30 at 16:37 +0300, Adi Nita wrote: > > Perhaps a better idea would be to group the ones that we already have > > under a common namespace. But this is no news, though. > > Even then it would be unlikely that we add another special purpose > function. This would have to be an important feature, ringing huge > improvements in performance versus existing solutions (like preg_math) > > johannes > > > --00504501723998f17b04917b101d--