Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7252 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90779 invoked by uid 1010); 21 Jan 2004 16:52:20 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 90755 invoked from network); 21 Jan 2004 16:52:19 -0000 Received: from unknown (HELO henry.newn.cam.ac.uk) (131.111.204.130) by pb1.pair.com with SMTP; 21 Jan 2004 16:52:19 -0000 Received: from quartz.newn.cam.ac.uk ([131.111.204.180]) by henry.newn.cam.ac.uk with esmtp (Exim 4.20) id 1AjLaW-0005ZQ-Iu for internals@lists.php.net; Wed, 21 Jan 2004 16:52:20 +0000 Received: from prlw1 by quartz.newn.cam.ac.uk with local (Exim 4.20) id 1AjLaW-0002KE-G3 for internals@lists.php.net; Wed, 21 Jan 2004 16:52:20 +0000 Date: Wed, 21 Jan 2004 16:52:20 +0000 To: internals@lists.php.net Message-ID: <20040121165220.GH6748@quartz.newn.cam.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.5.1i Subject: buildconf From: prlw1@newn.cam.ac.uk (Patrick Welche) I just cvs update -A a php4 src tree to get php5 (had to checkout ZendEngine2), and assume that the next thing to do is run buildconf. One thing: after the dance of mv ZendEngine2 Zend, future cvs updates are going to miss ZendEngine2 and this will no longer be updated - would a symlink be a better plan? The last line of buildconf 1.62 says: ${MAKE:-make} -s -f build/build.mk AMFLAGS="$automake_flags" ZENDDIR="$ZENDDIR" but % find . -name build.mk -print ./ZendEngine1/build/build.mk ./Zend/build.mk ./TSRM/build/build.mk so, no build/build.mk... (the one in Zend aka ZendEngine2 is old, the other two are the same - presumably its one of those we want) Cheers, Patrick