Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31003 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92224 invoked by uid 1010); 17 Jul 2007 15:43:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 92170 invoked from network); 17 Jul 2007 15:43:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jul 2007 15:43:29 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.146.178 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.146.178 wa-out-1112.google.com Received: from [209.85.146.178] ([209.85.146.178:8421] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 67/B5-46997-D93EC964 for ; Tue, 17 Jul 2007 11:43:26 -0400 Received: by wa-out-1112.google.com with SMTP id l24so2170608waf for ; Tue, 17 Jul 2007 08:43:21 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FE2SFgbZsT7U/ATRIetKNAktsZWOwcuPuSAL8pJdjlRvHQqxnY5XPNw9hQovsuPJt6PhYoXTjIoQdWlAhvzRmJQT0TQgHmZCAVKn30KqGErPnvOTElS0IozkU5fq/WvHxdhA+QpEZdUJx5ATF0YiOhglF/EZXP/sSJfoT1JS7gU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=O4rNOYx2K2gOr0J4DkMdmSFMG2YpZdj/7Nzf/tGEwLxez1/hMxmmEPahsUmt2iA5gdGvqgXnpzJJ+BJXvSPF0CRUL+Kga1jFF7QVIh0h29KuE7EkXno/7YqiyuxhsLWvTjaOie5kh70zjPeunthPOkQAC40OSD5vXQKnLY8GCM8= Received: by 10.115.90.1 with SMTP id s1mr522254wal.1184687001659; Tue, 17 Jul 2007 08:43:21 -0700 (PDT) Received: by 10.114.180.9 with HTTP; Tue, 17 Jul 2007 08:43:21 -0700 (PDT) Message-ID: Date: Tue, 17 Jul 2007 17:43:21 +0200 To: "Andi Gutmans" Cc: "Lukas Kahwe Smith" , "Ilia Alshanetsky" , jani.taskinen@iki.fi, internals@lists.php.net In-Reply-To: <698DE66518E7CA45812BD18E807866CE6483EC@us-ex1.zend.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <698DE66518E7CA45812BD18E807866CE648191@us-ex1.zend.net> <54C4340A-D9EA-4B5A-B39C-B55B29B1B3BC@prohost.org> <698DE66518E7CA45812BD18E807866CE648193@us-ex1.zend.net> <469B7FB1.1070507@pooteeweet.org> <698DE66518E7CA45812BD18E807866CE648290@us-ex1.zend.net> <469C6436.2060009@pooteeweet.org> <698DE66518E7CA45812BD18E807866CE6483DF@us-ex1.zend.net> <469CD717.2070607@pooteeweet.org> <698DE66518E7CA45812BD18E807866CE6483EC@us-ex1.zend.net> Subject: Re: [PHP-DEV] POSIX regex From: pierre.php@gmail.com (Pierre) On 7/17/07, Andi Gutmans wrote: > Hmm I don't quite understand what bad code vs. good code plays here. > Wordpress is one of the most popular applications out there so it's got > huge value to our community. I bet there's a huge amount of PHP > applications who's source code is of the same quality or worse. Anyway, > the issues I have seen would also be relevant to what you call "good" > code but again, when it comes to compatibility, I don't quite know why > that will play a big role. Using PHP4 as a base to test the compatibility of PHP6 is a bad idea. The entry point should be PHP5+ (even if the troubles begin between 5.1 and 5.2). Having apps running on 5.2 with E_STRICT without notices would be a good indicator about how it will work with php6 without unicode (or php 5.3 for php6/Off .... and php6 with unicode only). > I am talking about porting to both unicode_semantics=3Doff and on. This > will give us a good understanding of the difference of the modes and > where we're at. I bet most people who are voicing their opinions have > actually not tried to write a sizeable application with PHP 6 and also > tried to run an existing one on PHP 6 (unciode_semantics=3Don). I did. And please (for god' sake...), can you stop to make bad assumptions about what other knows or not? With all my apps and I'm well aware of the work I will need to port them. But this work is required as long as I'm interested in Unicode. Unicode off? No interest sorry, I do not care about Namespace for my existing apps. Don't get me wrong: I love them but I don't consider this feature as critical for my _exisiting_ applications. They work without since years, they will continue to work without a couple of more years. Using Namespace will require more work anyway. > I can also do some performance testing in our > performance lab once we have both working. I haven't yet mentioned how > companies building high-performance sites would probably take a huge hit > by moving to Unicode to the point where I think they will not adopt for > a long time and then will be faced with the choice to migrate off of PHP > or bite the bullet. With some of the companies I know that have huge > server farms adding 50% capacity (or whatever the number is) could be a > good enough reason to migate off as they are paying huge fees for the > servers... 50% increase sounds off base. But I did not bench php6 yet. When all the new features are implemented, it will make more sense to work on the performance problem. For now, it is simply premature. Gru=DF, --Pierre