Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16377 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10759 invoked by uid 1010); 4 Jun 2005 14:08:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 10744 invoked from network); 4 Jun 2005 14:08:00 -0000 Received: from unknown (HELO php.net) (127.0.0.1) by localhost with SMTP; 4 Jun 2005 14:08:00 -0000 X-Host-Fingerprint: 69.64.38.41 bluga.net Linux 2.5 (sometimes 2.4) (4) Received: from ([69.64.38.41:54645] helo=bluga.net) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 54/2C-12345-0C5B1A24 for ; Sat, 04 Jun 2005 10:08:00 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by bluga.net (Postfix) with ESMTP id C2E5821C8C4; Sat, 4 Jun 2005 09:06:19 -0500 (CDT) Received: from bluga.net ([127.0.0.1]) by localhost (bluga.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15155-12; Sat, 4 Jun 2005 09:06:19 -0500 (CDT) Received: from [192.168.0.102] (cpe-66-65-39-8.nyc.res.rr.com [66.65.39.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by bluga.net (Postfix) with ESMTP id 61EB321C8BC; Sat, 4 Jun 2005 09:06:19 -0500 (CDT) Message-ID: <42A1B5A9.70206@php.net> Date: Sat, 04 Jun 2005 10:07:37 -0400 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andi Gutmans Cc: internals@lists.php.net References: <5.1.0.14.2.20050603203711.028e9140@localhost> In-Reply-To: <5.1.0.14.2.20050603203711.028e9140@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new using ClamAV at bluga.net Subject: Re: PHP 5.1 From: cellog@php.net (Greg Beaver) Andi Gutmans wrote: > Hey, > > There have been a lot of questions and discussion regarding status of > PHP 5.1. > In the past few weeks, many have been fixing lots of bugs and PDO seems > to have reached a pretty stable state. > In parallel, a lot of work has been done offline by Andrei, Dmitry and > others, to enable Unicode support in PHP and the Zend Engine. > I believe it is time now to move 5.1 forward at a much faster pace. I'd > like to roll a beta of it towards the end of next week such as Thursday > (giving a chance for some last minute fixes), and then hopefully RC > within a week or two. > Once we RC PHP 5.1, we should branch it off to PHP_5_1 and make HEAD the > Unicode development stream (merging Unicode changes into HEAD). > > Hopefully, by going at this pace, we can have a pretty decent Unicode > version of PHP out there within a few months; and have PDO out there > almost immediately. > > So I envision: > End of June - PHP 5.1. Main feature PDO, Improved ZEII and other > improvements. > Q3.2005 - Beta of PHP 5.5/6.0 featuring Unicode support. Judging by the importance of the 5.5/6.0 release, I think shooting for a stable PEAR 1.4.0 in that release would make sense as well. I will of course run this by the other PEAR folks since they probably care a little more about the details of this decision :). It will not be ready for a stable release in a week or two, there's still some wrangling over features. One thing to note: I've been working on PHP_Archive with Davey Shafik, which will allow PEAR to be distributed in a single file, and this means the CVS sync nightmare that is PEAR in the unix build can be eliminated by this solution. This also will not be ready in a week or two, so 5.5/6.0 it is. Thanks, Greg