Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47384 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21401 invoked from network); 17 Mar 2010 22:11:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Mar 2010 22:11:39 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 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: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:37970] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EC/48-07776-A9351AB4 for ; Wed, 17 Mar 2010 17:11:39 -0500 Received: by wyb36 with SMTP id 36so817005wyb.29 for ; Wed, 17 Mar 2010 15:11:35 -0700 (PDT) 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=rOfw2fN+C8k69jPlYDpFhiN/2aDnp0CzFl4f1R7zoEA=; b=WoLZQeZxHHYEJkCfQTjtZ8uycSaIvbg9bzxZ2QI2CyZhDfG2DrPei+XO/odekECM99 YJEpvTliS9KTL4moPIhArF99T5VFD7ZPKtYBi35O0JQnlI1NtH3kDIvcRvNS03DaIfdU b55gDN6LPFVj2fp+Xw1KohHCsPxupivriiK6c= 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=BRGnPGmeGEXh58+3F3Pys2Zxfo3EqEl/18Op4axu5L4i8ttmL6k9EzRrcjYTqtgGXh NEcjee1tHIFQoZ5yaSCZnXD6sBD+UPuEeP/2wwfoNlFMz6MTL5qXs7TyVFsgJ9ZoGlo5 qyZVYQ42sOi1eOONQ9sNTG+RpAOMbIIJx+8Zo= MIME-Version: 1.0 Received: by 10.216.88.68 with SMTP id z46mr854275wee.215.1268863895807; Wed, 17 Mar 2010 15:11:35 -0700 (PDT) In-Reply-To: References: <7f3ed2c31003161123p66e59b0h369afdfd35b0caca@mail.gmail.com> Date: Wed, 17 Mar 2010 23:11:35 +0100 Message-ID: <7f3ed2c31003171511r262bcaffm22d7b2f96a6e7f4e@mail.gmail.com> To: Lukas Kahwe Smith Cc: Derick Rethans , PHP Developers Mailing List , Scott MacVicar , Ilia Alshanetsky , =?ISO-8859-1?Q?Johannes_Schl=FCter?= Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] PHP 5.4 branch and trunk From: hannes.magnusson@gmail.com (Hannes Magnusson) On Tue, Mar 16, 2010 at 22:12, Lukas Kahwe Smith wrote: > > On 16.03.2010, at 19:23, Hannes Magnusson wrote: > >> You didn't even list the mbstring patch.. that was discussed and as >> far as I remember everyone thought it was great idea, just not in a >> stable branch. > > > Is this tone really necessary? One you are argueing for more flexibility and then you are shooting the messenger because in a long list he forgot one thing (there are probably a few others .. we might want to go through the todo wiki pages for more)? > "tones" are misleading :] One of the things we already discussed before this thread was to attempt alternative ways to approach "the unicode problem". That mbstring patch is one of those ways. Its nonintrusive (well, to other parts of the language) and should be relatively backwards compatible and improves the extension quite a lot. -Hannes