Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46557 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98694 invoked from network); 28 Dec 2009 15:44:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Dec 2009 15:44:31 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.154 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 72.14.220.154 fg-out-1718.google.com Received: from [72.14.220.154] ([72.14.220.154:32772] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C9/B2-26502-E52D83B4 for ; Mon, 28 Dec 2009 10:44:30 -0500 Received: by fg-out-1718.google.com with SMTP id 19so4868938fgg.11 for ; Mon, 28 Dec 2009 07:44:27 -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=x+f/1kOETV1ut2Jwo3VM/aocdYzijXKHT5MW+ym4OVo=; b=ppgWFpiJAVT323qUI81sm99RkIQPBHwhDoNQBOKpM9dEHNUw+3Av6mjsnjsefmm2Yp d0U0JSCbi6+7jdqnOcXgkHpI1Gj49iDB7OPZpMNJzFWv0JRcPoiEnz4Q3D5va2EmTvxN PakgLl0x2xTB1DGzAg2eOQUi3Qe0nm9qSla3M= 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=p1em+iMjDwv7lEofKnxja5c1HUWb6Bza0A/ZdWbhwr8hpNfa+ZEbKTsG91kF5isUg8 ya8gxu0KYSObOjlXYIa/XeUoXIYH7v/XYkzj3RCSDNviyvRXyXsNXjoUhdsZRFrzwibc iPr3vbYcAsshKPMbhIIlRzTVy77oZfEqWI6Is= MIME-Version: 1.0 Received: by 10.239.167.83 with SMTP id f19mr1637291hbe.34.1262015067658; Mon, 28 Dec 2009 07:44:27 -0800 (PST) In-Reply-To: References: <31.35.26502.C79573B4@pb1.pair.com> <4B3785AC.2000507@lerdorf.com> <8A.91.26502.CDB083B4@pb1.pair.com> <4B38106C.2080806@lerdorf.com> <4B384924.3040708@lerdorf.com> Date: Mon, 28 Dec 2009 16:44:27 +0100 Message-ID: To: jvlad Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Unsetting loop variables at the end of the loop From: tyra3l@gmail.com (Ferenc Kovacs) On Mon, Dec 28, 2009 at 4:07 PM, jvlad wrote: >> as far as I see, the changes depends on how many work has to be done, >> to preserve something. > > I see the same. > >> posix functions like split, and so could have been modified to work >> with the unicode strings, but nobody cared enough. > > Because this work is not in the TODO (milestones). > yeah, not anymore, but there was a thread about this on the internals that (A. make the posix unicode-ready, B, use the preg extension for the ereg functions transparently), but nobody cared enough. The whole release of the 5.3 was a little bit mess. There was a lot of feature, some of them wasn't ready for release, but it was too much finished stuff to let this slide, and we are much further from PHP6 than 5 years ago... So its kinda funny, that some stuff had to die, because some stuff, that wasnt even finished would be incompatible with. Sorry for my english. Tyrael > -jv > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >