Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:842 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86456 invoked from network); 10 Apr 2003 16:51:21 -0000 Received: from unknown (HELO henry.newn.cam.ac.uk) (131.111.204.130) by pb1.pair.com with SMTP; 10 Apr 2003 16:51:21 -0000 Received: from [131.111.204.180] (helo=quartz.newn.cam.ac.uk) by henry.newn.cam.ac.uk with esmtp (Exim 3.13 #1) id 193fG9-0005HU-00; Thu, 10 Apr 2003 17:50:45 +0100 Received: from prlw1 by quartz.newn.cam.ac.uk with local (Exim 4.10) id 193fG9-0004ME-00; Thu, 10 Apr 2003 17:50:45 +0100 Date: Thu, 10 Apr 2003 17:50:45 +0100 To: "Ilia A." Cc: internals@lists.php.net Message-ID: <20030410175045.H22566@quartz.newn.cam.ac.uk> References: <20030410164410.F22566@quartz.newn.cam.ac.uk> <200304101151.38642.ilia@prohost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304101151.38642.ilia@prohost.org> User-Agent: Mutt/1.3.19i Subject: Re: [PHP-DEV] OnUpdateLong From: prlw1@newn.cam.ac.uk (Patrick Welche) On Thu, Apr 10, 2003 at 11:51:38AM -0400, Ilia A. wrote: > You didn't not specify that you want to checkout the 4.3.X tree, hence the > problem. Add -rPHP_4_3 to you checkout line and fetch the new sources, it'll > work after that. Yes, thank you - I checked out php5 now. Before I had just php4, and was happily just cvs updating - after all, the module name in server-info appeared as php 5.0.0-dev, as it still does now. It is all much better now. The only nits being that libtool 1.4e is tested as being older than 1.4.3 by buildcheck.sh, but then again if you're using cvs-libtool, you know enough to comment out the check, and the other one is that I get an httpd.core on start up. This is because I used bison 1.875. Remaking with 1.75 gave me a working php. Do the bison folk know? Cheers, Patrick