Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78191 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16351 invoked from network); 21 Oct 2014 10:04:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Oct 2014 10:04:38 -0000 Authentication-Results: pb1.pair.com header.from=pthreads@pthreads.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pthreads@pthreads.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pthreads.org from 209.85.212.174 cause and error) X-PHP-List-Original-Sender: pthreads@pthreads.org X-Host-Fingerprint: 209.85.212.174 mail-wi0-f174.google.com Received: from [209.85.212.174] ([209.85.212.174:45783] helo=mail-wi0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/E2-02077-5BF26445 for ; Tue, 21 Oct 2014 06:04:37 -0400 Received: by mail-wi0-f174.google.com with SMTP id r20so1623872wiv.13 for ; Tue, 21 Oct 2014 03:04:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-type:mime-version:content-transfer-encoding; bh=by70P0Ex88q0K2Uj3QtkDS6WEVB/aX5N0CtqHk3YWlQ=; b=BOQHw2N8t1uZZcwOrcWrCjk9E0VXlPxPGgud+SR5Og9jGXP7ruyl0xdNX37EQgnxRS rZlD4kmAu/YYfquzI8lX0oiaXULzI98BsT/1Isfvk0XNxCTWHMyfdStKtu5Bcj8iHGup xxZSkO0OScruK8ysuxoZQrLK7YJvhQ2Qd3ExI5PLsJZNLNEz8fTWfM3/zPJnDstewsi2 9OskvdLtaa8xQp+myMPLNHZuLu+lKxvva/A0KQsommi0HiXlk2m4GzCjZvWUWnme2dzY uZC2jh9QRxU7yGWOrJ/zLzwLFBeGvZXzHzPQNbBmQn+R6TmZWkBU04i0Y2yefDRAAt3M LGEg== X-Gm-Message-State: ALoCoQmiioFaKKpfjqP25aWXxWbtyNNF9VVy0qJFWRtmGexyfI01+/Ba8w868OeHlXJe4QEoJKn4 X-Received: by 10.180.36.38 with SMTP id n6mr26956657wij.27.1413885871851; Tue, 21 Oct 2014 03:04:31 -0700 (PDT) Received: from [192.168.1.67] (host86-159-154-179.range86-159.btcentralplus.com. [86.159.154.179]) by mx.google.com with ESMTPSA id ga7sm12586919wic.5.2014.10.21.03.04.30 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 21 Oct 2014 03:04:31 -0700 (PDT) Message-ID: <1413885867.2624.24.camel@localhost.localdomain> To: Robert Stoll Cc: internals@lists.php.net Date: Tue, 21 Oct 2014 11:04:27 +0100 In-Reply-To: <001201cfed14$3a3a93c0$aeafbb40$@tutteli.ch> References: <1413875212.2624.3.camel@localhost.localdomain> <001201cfed14$3a3a93c0$aeafbb40$@tutteli.ch> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: AW: [PHP-DEV] [RFC] UString From: pthreads@pthreads.org (Joe Watkins) On Tue, 2014-10-21 at 11:48 +0200, Robert Stoll wrote: > Hi Joe, > > I have not devoted myself to unicode and thus cannot give you a feedback on your implementation. > Nevertheless, I was wondering whether string interpolation is still supported by your solution (couldn't find anything in the RFC about it but maybe you thought that is implicit given). > > Cheers, > Robert > > > -----Ursprüngliche Nachricht----- > > Von: Joe Watkins [mailto:pthreads@pthreads.org] > > Gesendet: Dienstag, 21. Oktober 2014 09:07 > > An: internals@lists.php.net > > Betreff: [PHP-DEV] [RFC] UString > > > > Morning internalz, > > > > https://wiki.php.net/rfc/ustring > > > > 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. > > > > Now seems like a good time to start the conversation so we can hash out the details, or get on with other things ;) > > > > Cheers > > Joe > > > > > > -- > > PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php > > I did think implied, the extension readme mentions casting, I'll mention in the RFC ... Cheers Joe