Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7255 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24314 invoked by uid 1010); 21 Jan 2004 20:07:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 24269 invoked from network); 21 Jan 2004 20:07:18 -0000 Received: from unknown (HELO smtp1.pp.htv.fi) (212.90.64.119) by pb1.pair.com with SMTP; 21 Jan 2004 20:07:18 -0000 Received: from localhost.localdomain (cs181008.pp.htv.fi [213.243.181.8]) by smtp1.pp.htv.fi (Postfix) with ESMTP id DD45C806B3; Wed, 21 Jan 2004 22:07:17 +0200 (EET) Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.12.10/8.12.10) with ESMTP id i0LK7DnN015773; Wed, 21 Jan 2004 22:07:16 +0200 Date: Wed, 21 Jan 2004 22:07:13 +0200 (EET) Reply-To: Jani Taskinen To: Patrick Welche Cc: internals@lists.php.net In-Reply-To: <20040121165220.GH6748@quartz.newn.cam.ac.uk> Message-ID: References: <20040121165220.GH6748@quartz.newn.cam.ac.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] buildconf From: sniper@iki.fi (Jani Taskinen) Do fresh checkout of 'php5' module. You'll get all correct files then, no need to checkout ZendEngine2 separately.. --Jani On Wed, 21 Jan 2004, Patrick Welche wrote: >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 >