Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78198 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32318 invoked from network); 21 Oct 2014 12:35:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Oct 2014 12:35:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=cschneid@cschneid.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=cschneid@cschneid.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain cschneid.com from 195.226.6.51 cause and error) X-PHP-List-Original-Sender: cschneid@cschneid.com X-Host-Fingerprint: 195.226.6.51 darkcity.gna.ch Received: from [195.226.6.51] ([195.226.6.51:46862] helo=mail.gna.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AD/C5-02077-70356445 for ; Tue, 21 Oct 2014 08:35:20 -0400 Received: from [10.1.85.67] (unknown [62.12.168.162]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by darkcity.gna.ch (Postfix) with ESMTPSA id 636ECC08D5; Tue, 21 Oct 2014 14:35:08 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) In-Reply-To: <1413875212.2624.3.camel@localhost.localdomain> Date: Tue, 21 Oct 2014 14:35:15 +0200 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: <45C5E14F-1623-4596-846E-B3933C68F993@cschneid.com> References: <1413875212.2624.3.camel@localhost.localdomain> To: Joe Watkins X-Mailer: Apple Mail (2.1990.1) Subject: Re: [PHP-DEV] [RFC] UString From: cschneid@cschneid.com (Christian Schneider) Am 21.10.2014 um 09:06 schrieb Joe Watkins : > https://wiki.php.net/rfc/ustring >=20 > This is the result of work done by a few of us, we won't be = opening any > vote in a fortnight. We have a long time before 7, there is no rush > whatever. I have one concern I want to bring up: The RFC proposes a helper = function u() to generate UStrings. As this is a very handy function name for all sort of utility functions = (as a matter of face we use it to create and sanitize URL strings to be = embedded into HTML) I would assume that more than one project has a name = clash there. Maybe something like _u() could be used instead? Or do you have better = alternatives for this? PS: UString is also in the global name space but should be less of a = problem I'd imagine. Regards, - Chris