Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6655 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97780 invoked by uid 1010); 20 Dec 2003 18:51:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 97736 invoked from network); 20 Dec 2003 18:51:50 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 20 Dec 2003 18:51:50 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id hBKIpo6g013388; Sat, 20 Dec 2003 19:51:50 +0100 Date: Sat, 20 Dec 2003 19:51:50 +0100 (CET) X-X-Sender: derick@localhost To: Andi Gutmans cc: PHP Developers Mailing List In-Reply-To: <5.1.0.14.2.20031220194441.02fa2bb0@127.0.0.1> Message-ID: References: <5.1.0.14.2.20031220164032.0339ffa0@127.0.0.1> <5.1.0.14.2.20031220164032.0339ffa0@127.0.0.1> <5.1.0.14.2.20031220194441.02fa2bb0@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: > Actually I prefer releasing it on the weekend because less ppl will be hurt > if something goes wrong. Anyway, I'll put it up probably tomorrow in any > case. We have often waited for the Win32 builds for a day or two. What can go wrong with a beta? ;-) > That's not a good enough reason. It doesn't make sense to put such a > restriction at a time when you're managing a release. In any case, maybe > it's best to fix the snaps script to use --force :) I fixed the snaps to do this... but I really don't understand why it is a problem to reset the version nr to -dev after tagging. We usually do this to prevent confusing people using a snapshot because they might think that they are using a release version (which the version string tells them). Derick