Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2854 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10194 invoked from network); 26 Jun 2003 18:25:59 -0000 Received: from unknown (HELO netphobia.fi) (213.243.181.8) by pb1.pair.com with SMTP; 26 Jun 2003 18:25:59 -0000 Received: from localhost (jani@localhost) by netphobia.fi (8.11.6/8.11.6) with ESMTP id h5QIPm616821; Thu, 26 Jun 2003 21:25:49 +0300 X-Authentication-Warning: netphobia.fi: jani owned process doing -bs Date: Thu, 26 Jun 2003 21:25:48 +0300 (EEST) Sender: jani@netphobia.fi Reply-To: Jani Taskinen To: Zeev Suraski cc: Sebastian Bergmann , In-Reply-To: <5.1.0.14.2.20030626110544.052fbca0@localhost> Message-ID: References: <5.1.0.14.2.20030626110544.052fbca0@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Engine selection on Win32 From: sniper@iki.fi (Jani Taskinen) On Thu, 26 Jun 2003, Zeev Suraski wrote: >At 23:58 25/06/2003, Sebastian Bergmann wrote: >>Sascha Schumann wrote: >> > Here is a patch which automates the engine selection for VC++. >> >> Works here, too. >> >> But is this really necessary? I fail to see the point of having to >> check out both versions of the Zend Engine twice when doing >> >> cvs co -r HEAD php-src >> >> and >> >> cvs co -r PHP_4_3 php-src >> >> for instance. >> >> Is there any technical problem, that I don't see, with the way we >> handled this before (havin php4 and php5 aliased that select the >> correct {Zend|ZendEngine2} CVS module)? > >I second that. There's no reason not to keep the php5 alias, and no reason >not to tell people that the way to checkout php4 is cvs -r PHP_$ php4. >The Win32 diff may work, but it certainly is ugly. Checkout of php-src should only give you php-src, not Zend. :) There's nothing wrong with the php4/php5 aliases, that worked just fine, now this shit in there now gives you 2 zend-directories.. Ridiculous. --Jani