Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5364 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40153 invoked by uid 1010); 11 Nov 2003 23:45:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 40129 invoked from network); 11 Nov 2003 23:45:40 -0000 Received: from unknown (HELO ns1.proventum.dk) (195.216.216.2) by pb1.pair.com with SMTP; 11 Nov 2003 23:45:40 -0000 Received: from uros.krug.dk (stargate.bhnet.dk [212.242.124.121]) by ns1.proventum.dk (Postfix) with ESMTP id 32C3256E9A; Wed, 12 Nov 2003 00:45:31 +0100 (CET) Received: from proventum.net (unknown [212.242.124.121]) by uros.krug.dk (Postfix) with ESMTP id BAD4E150418; Wed, 12 Nov 2003 00:44:48 +0100 (CET) Date: Wed, 12 Nov 2003 00:44:57 +0100 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) Cc: internals@lists.php.net To: Andi Gutmans In-Reply-To: <5.1.0.14.2.20031111195356.04d4e420@127.0.0.1> Message-ID: <0EBC8F6B-14A1-11D8-A25D-000393DC9908@proventum.net> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) X-MailScanner-Information: Please contact postmaster@krug.dk for information X-MailScanner: Found to be clean Subject: Re: [PHP-DEV] PHP 5 RC1 From: edink@proventum.net (Edin Kadribasic) References: <5.1.0.14.2.20031111195356.04d4e420@127.0.0.1> On Tuesday, Nov 11, 2003, at 19:05 Europe/Copenhagen, Andi Gutmans wrote: > Hey guys, > > I think the PHP 5 tree has matured a lot and it's time to release an > RC. I think end of November or mid-December makes sense. I'd like to > aim at the former date. > Are there any major (as in "major") issues which in your opinion still > need to be dealt with? Some major win32 build issues that need to be dealt with before RC1: 1. php4 -> php5 rename 2. bundling of libxml2 and dealing with linking issues (static vs. dynamic) 3. getting rid of external dll dependancies (iconv.dll atm) which is related to issue (2) Edin