Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6652 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86225 invoked by uid 1010); 20 Dec 2003 14:55:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86171 invoked from network); 20 Dec 2003 14:55:37 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 20 Dec 2003 14:55:37 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id hBKEta6g008300; Sat, 20 Dec 2003 15:55:37 +0100 Date: Sat, 20 Dec 2003 15:55:36 +0100 (CET) X-X-Sender: derick@localhost To: Andi Gutmans cc: PHP Developers Mailing List In-Reply-To: <5.1.0.14.2.20031220164032.0339ffa0@127.0.0.1> Message-ID: References: <5.1.0.14.2.20031220164032.0339ffa0@127.0.0.1> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Current HEAD segfaults when built --with-tidy on Windows From: derick@php.net (Derick Rethans) On Sat, 20 Dec 2003, Andi Gutmans wrote: > Does anyone know if Edin is around? I need him to create the Win32 package. > Is there anyone else who has the same system as his set up? Edin makes the win32 package as he has all the libs etc. But it is weekend so IMO a bad time to roll a release. Why not wait until monday? I assume not many people checked your rc2 either yet. I now also now why you really need to switch back the version number as soon as you have tagged: (From a fresh CVS checkout): derick@kossu:/dat/dev/php/php-5.0dev$ ./buildconf You should not run buildconf in a release package. use buildconf --force to override this check. This is because we check if a version is "-dev", otherwise it's a release and users generally should not use ./buildconf in a release version. The same thing also broke generation of configure in the snapshots. regards, Derick