Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47173 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30003 invoked from network); 12 Mar 2010 17:58:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Mar 2010 17:58:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.191 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.216.191 mail-px0-f191.google.com Received: from [209.85.216.191] ([209.85.216.191:62724] helo=mail-px0-f191.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/4B-13686-EC08A9B4 for ; Fri, 12 Mar 2010 12:58:38 -0500 Received: by pxi29 with SMTP id 29so798140pxi.7 for ; Fri, 12 Mar 2010 09:58:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=iVbeMVvuTPXAjH5Wb29vraWseDxNglBjtgcWsViiWZ4=; b=qDPZX4UFeyjAH0rLqNcWuSaoMz75X+K9ww0V+CYFnroHcgG+kCkQx31YxVt+aqXfUm 5+FiJKxU/TwZYLvm/4qFzURC3rYrRRDSfoky535QnuwOXP1iUxbHaDGGAMQKbRAeX2Ed SIcYGchaQN+BjekYPyUb90jrCxuoW2Z8I5gTM= 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=pSp6RHaMXpQDirYiFbIOvNnYyk763eE6QZSqiIhXNFCM3KfbmlL+CV84zgpIfuVmgT L0BhSND/yk773BnQzJgY3g/AwOCM420FbmaoEnIVu3dwqCXAjaTGUG8YJkCRc3fXKgH1 hsMMPo+QtRpDDQEz0t2YFMoipHze8m1KxSQL0= MIME-Version: 1.0 Received: by 10.143.20.3 with SMTP id x3mr495265wfi.48.1268416715718; Fri, 12 Mar 2010 09:58:35 -0800 (PST) In-Reply-To: References: <4B9926E8.4080202@lerdorf.com> Date: Fri, 12 Mar 2010 18:58:35 +0100 Message-ID: <7f3ed2c31003120958w7bd41059o88869669c6f5b0d9@mail.gmail.com> To: Moriyoshi Koizumi Cc: Rasmus Lerdorf , PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] PHP 6 From: hannes.magnusson@gmail.com (Hannes Magnusson) On Fri, Mar 12, 2010 at 17:38, Moriyoshi Koizumi wrote: > I'd love to see my brand-new mbstring implementation in the release. > Dropping mbstring completely won't be any good because lots of > applications rely on it, but I don't really want to maintain the funky > library bundled with it. Thats actually one of the ideas we had on IRC. That mbstring patch and more ext/intl features should be enough to solve "the unicode problem". -Hannes