Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6653 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2344 invoked by uid 1010); 20 Dec 2003 17:47:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 1890 invoked from network); 20 Dec 2003 17:47:04 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 20 Dec 2003 17:47:04 -0000 Received: (qmail 20678 invoked from network); 20 Dec 2003 17:46:58 -0000 Received: from guardian.zend.office (HELO andi-laptop.zend.com) (10.1.1.4) by int.zend.com with SMTP; 20 Dec 2003 17:46:58 -0000 Message-ID: <5.1.0.14.2.20031220194441.02fa2bb0@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 20 Dec 2003 19:46:55 +0200 To: Derick Rethans Cc: PHP Developers Mailing List In-Reply-To: References: <5.1.0.14.2.20031220164032.0339ffa0@127.0.0.1> <5.1.0.14.2.20031220164032.0339ffa0@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] Current HEAD segfaults when built --with-tidy on Windows From: andi@zend.com (Andi Gutmans) At 03:55 PM 12/20/2003 +0100, Derick Rethans wrote: >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. 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. >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. 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 :) Andi