Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42051 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66016 invoked from network); 26 Nov 2008 16:36:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Nov 2008 16:36:28 -0000 Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.44.29 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 74.125.44.29 yx-out-2324.google.com Received: from [74.125.44.29] ([74.125.44.29:51103] helo=yx-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6C/F3-42827-A0B7D294 for ; Wed, 26 Nov 2008 11:36:26 -0500 Received: by yx-out-2324.google.com with SMTP id 3so289575yxj.83 for ; Wed, 26 Nov 2008 08:36:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=+s+c6Htu0QeX5ydS3murCzkPEOYnlfwITjfgqcgNLUg=; b=aAEmPrTb8Y3ndLjT+wdCyJ5Oyg0v6njIlRtcvAunF16V/FVLYiw2TqO7H+67iHIz7O nAZlT4GJAuyPVtz3vXmtwa7hPRbfyQeLdJPx1v0ABkignakiCA6TuHM0nJRaHH42qIrT wvCmotOW7lEjLh1a9rShkKRdcWiNn0MkmMdpE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=HuVnABzO1ggCgQskfIJMBUULRmTIVNKxdBPoQdlCzLcBFhiQ32ZjmOfFYNxnSCBMLD nVCFDboALozJapF0/T/JXEVXxnseM98fT/98OAGdedDI0GFtLrjZoF1wBFx2FMYzOodv B46fCcL1gEID7Ae28KNG7NF6jztTJ7Mup8JOg= Received: by 10.90.68.20 with SMTP id q20mr3436115aga.99.1227717383665; Wed, 26 Nov 2008 08:36:23 -0800 (PST) Received: by 10.100.93.10 with HTTP; Wed, 26 Nov 2008 08:36:23 -0800 (PST) Message-ID: Date: Wed, 26 Nov 2008 19:36:23 +0300 To: "Lukas Kahwe Smith" Cc: "PHP Internals" In-Reply-To: <36F14278-2896-40E1-971C-E488E890EAF7@pooteeweet.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <36F14278-2896-40E1-971C-E488E890EAF7@pooteeweet.org> Subject: Re: [PHP-DEV] apha3 From: indeyets@gmail.com ("Alexey Zakhlestin") On Wed, Nov 26, 2008 at 12:20 AM, Lukas Kahwe Smith wrote: > > On 22.11.2008, at 14:52, Lukas Kahwe Smith wrote: > >> Work is still going on to finalize the namespace changes. I am not sure >> when this will be done, I am sort of hoping Monday. Then we can freeze >> Tuesday and release on Thursday if all goes well. > > > The good news, namespace changes are now finished ahead of alpha3. > Documentation is also going to be available soon. > > Now for the bad, I have continued the trend of being too optimistic for the > alpha3 release date, which is now set for Tuesday December 2nd. Freeze is > therefore on the 28th, packaging will happen sometime on December 1st, > allowing a period for important last minute fixes as well as build related > work. > > Until then please all make sure that you get whatever you can ready. Since > we hope this will be our last alpha, it also means that this release will > also mark the end for feature additions in self contained parts of the code. > That being said I already know of a few items that I know will not make it > into alpha3 that we might see before beta1. If you are unsure if your stuff > is in this mental list, please let me or Johannes know just to make sure. > > But if you have not gotten in contact with one of the RM's about your stuff > yet, then its unlikely that we will consider it after beta1. Not because we > are mean or because we do not realize that many of you only have your spare > time to work on stuff, just because we really really have to get 5.3 out the > door some day and guess what .. it looks like we will not even have a beta > out this year! So think about it .. at least 2 beta's, 2-4 RC's and yeah .. > it even looks optimistic to go stable in Q1 2009. Again this is open source, > so the only people we do not have to release on a specific date, I just feel > bad for all the work people have put into code months ago that is not > getting released for so long. > > Anyways, a few items from the top of my head that I know people were talking > about: > - rounding patch > - stream's issues that Greg found and Arnaud recently commented on as well > as other streams issues > - openssl patches > - gd work > - mysqlnd async stuff ready? > - interbase ready on windows? > > Independent of that I need someone to handle the move of ext/mhash to PECL. Following files are still not "converted" to the new parameter parsing API: - ext/interbase/ibase_blobs.c - ext/interbase/ibase_query.c - ext/mysql/php_mysql.c - ext/mysqli/mysqli_embedded.c I guess, patch for those still sits on someones ToDo list Can we have this converted before alpha3, please? -- Alexey Zakhlestin http://blog.milkfarmsoft.com/