Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44130 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46237 invoked from network); 3 Jun 2009 13:11:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2009 13:11:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:36130] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B2/75-19828-696762A4 for ; Wed, 03 Jun 2009 09:11:53 -0400 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id 2E9181EBC013; Wed, 3 Jun 2009 13:13:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3WQSccR8aiEk; Wed, 3 Jun 2009 15:13:18 +0200 (CEST) Received: from [192.168.0.151] (77-58-147-159.dclient.hispeed.ch [77.58.147.159]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id 6E5D94144009; Wed, 3 Jun 2009 15:13:17 +0200 (CEST) Message-ID: <4C0CAF8B-7E0B-4704-876F-34F83E0B70A7@pooteeweet.org> To: PHP Development Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v935.3) Date: Wed, 3 Jun 2009 15:11:43 +0200 Cc: Nuno Lopes X-Mailer: Apple Mail (2.935.3) Subject: 5.3.0RC3 From: mls@pooteeweet.org (Lukas Kahwe Smith) Aloha, Well we have waited long enough for a fix for re2c, but Johannes and I =20= (based on Scott's advice) have now decided that we can live with the =20 current hack that simply reverts to PHP 5.2 behavior (slower parsing, =20= only relevant for people not using a byte code cache) when re2c fails =20= to handle things. Derick is looking into this issue, so we might have =20= a fix in time. As such I am only aware of the following critical issues: 1) apply the integer parsing patch and fix the relevant tests (Please, =20= for the love of god, someone take care of this already) 2) random crashes in certain large scripts (Derick and hopefully =20 Dmitry are looking into that) 3) missing phar CLI tool on windows (Greg are you looking into this?) 4) missing firebird and gmp extensions on windows (Pierre how are =20 things looking here?) 5) Upgrading README and general documentation updating (Philip how are =20= things looking there?) There are some other todo's on the wiki: http://wiki.php.net/todo/php53#rc3 - Fix static build of extension on windows when static is the default =20= and =96enable-snapshot-build is used (Pierre) - opendir() fails on Windows directories with parent directory =20 unaccessible (Pierre) - very important for APC, about caching (stat cache or other) on win/=20 fcgi (Pierre) - Add E_DEPRECATED if session.bug_compat_42/warn is On (already =20 removed in HEAD) (Kalle) - update short_open_tag descriptions in php.ini-* as per this (Philip) Would be nice obviously to get those fixed too. We will release RC3 Thursday next week aka June 11th. We will go into commit freeze on the evening of the 8th. However =20 please try to get things in by the 5th as we are hoping that RC3 could =20= become the golden stable release for 5.3.0. Lets not have some =20 seemingly harmless commit break things. It will result in either the =20 release date for RC3 slipping or having to do an RC4, both resulting =20 in a delayed final release. regards, Lukas Kahwe Smith mls@pooteeweet.org