Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30561 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27740 invoked by uid 1010); 6 Jul 2007 18:51:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 27724 invoked from network); 6 Jul 2007 18:51:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jul 2007 18:51:59 -0000 Authentication-Results: pb1.pair.com header.from=jochem@iamjochem.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jochem@iamjochem.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain iamjochem.com from 194.109.193.121 cause and error) X-PHP-List-Original-Sender: jochem@iamjochem.com X-Host-Fingerprint: 194.109.193.121 mx1.moulin.nl Linux 2.6 Received: from [194.109.193.121] ([194.109.193.121:42283] helo=mx1.moulin.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 26/22-09628-A4F8E864 for ; Fri, 06 Jul 2007 14:51:55 -0400 Received: from localhost (localhost [127.0.0.1]) by mx1.moulin.nl (Postfix) with ESMTP id 2BCFB253B30; Fri, 6 Jul 2007 20:51:58 +0200 (CEST) X-Virus-Scanned: amavisd-new at moulin.nl Received: from mx1.moulin.nl ([127.0.0.1]) by localhost (mx1.moulin.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F2e1w-5PPdWu; Fri, 6 Jul 2007 20:51:53 +0200 (CEST) Received: from [10.0.13.54] (ip129-15-211-87.adsl2.versatel.nl [87.211.15.129]) by mx1.moulin.nl (Postfix) with ESMTP id B3A6924DCA8; Fri, 6 Jul 2007 20:51:52 +0200 (CEST) Message-ID: <468E8F40.1010801@iamjochem.com> Date: Fri, 06 Jul 2007 20:51:44 +0200 User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Jochem Maas CC: Lukas Kahwe Smith , Pierre , Stefan Priebsch , RQuadling@googlemail.com, Antony Dovgal , Rasmus Lerdorf , Derick Rethans , Cristian Rodriguez , internals@lists.php.net References: <1181829227.3478.3.camel@localhost.localdomain> <468E1158.2030900@lerdorf.com> <468E13C6.1070109@pooteeweet.org> <468E2009.9000703@zend.com> <10845a340707060432h6516ea5eja0995dbc974baa0a@mail.gmail.com> <468E2A9C.8030704@zend.com> <10845a340707060454t24a854dfu93aad454dd1f37ed@mail.gmail.com> <468E2F78.9090002@pooteeweet.org> <10845a340707060509u70152abctf1801324be490ed1@mail.gmail.com> <468E400E.6060005@e-novative.de> <468E4668.4000100@iamjochem.com> <468E46DD.3050101@pooteeweet.org> <468E8939.3010300@iamjochem.com> In-Reply-To: <468E8939.3010300@iamjochem.com> X-Enigmail-Version: 0.94.2.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] What is the use of "unicode.semantics" in PHP 6? From: jochem@iamjochem.com (Jochem Maas) Jochem Maas wrote: > Lukas Kahwe Smith wrote: >> Jochem Maas wrote: >>> Pierre wrote: >>>> On 7/6/07, Stefan Priebsch wrote: >>>> >>>>> There must be a reason to upgrade to a new PHP version (usually >>>>> features, maybe performance increase etc.). But there also must be no >>>>> reason not to upgrade. But you all know this, it has been said before. >>>> Namespace is one _very_ important reason. If we need a "marketing" >>>> argument for PHP6 outside unicode, it is the one. I would also like to >>>> do not backport it (but we can backport it as well, my main problem is >>>> only this flag). >>> late static binding is another reason (are we still going to get that?) >> well .. last I heard we are still stuck on this one, since it would >> require expanding the general zval structure. > > oh, I see (well kind of), does this mean it may get taken off the table? > or is it slated as definite (assuming a satisfactory implementation can be > created)? I'll answer myself, as I've just come across Derick's meeting notes ... it's seems LSB is in and Marcus has the honor of suggesting an implementation. I wish him well with that and hope he succeeds! if he does I'll have to make him my hero for day. :-) and if he doesn't then at least he tried to do what I wish I could. > > sorry to be a bore about LSB, it's just that it's the thing I look forward to > most :-), I have missed it since php5 was still in RC and I really believe that > LSB would improve php's OO model. > > thank you for your feedback, > regards, > Jochem > >> regards, >> Lukas >> >