Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2795 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79851 invoked from network); 25 Jun 2003 19:50:12 -0000 Received: from unknown (HELO milton.schell.de) (217.160.72.35) by pb1.pair.com with SMTP; 25 Jun 2003 19:50:12 -0000 Received: (qmail 27269 invoked by uid 501); 25 Jun 2003 19:50:11 -0000 Received: from unknown (HELO eco.foo) (80.143.55.243) by kdserv.de with SMTP; 25 Jun 2003 19:50:11 -0000 Received: from localhost (localhost [127.0.0.1]) by eco.foo (Postfix) with ESMTP id C1B182AE3E for ; Wed, 25 Jun 2003 21:50:10 +0200 (CEST) Date: Wed, 25 Jun 2003 21:50:10 +0200 (CEST) X-X-Sender: sas@eco.foo To: internals@lists.php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Engine selection on Win32 From: sascha@schumann.cx (Sascha Schumann) Here is a patch which automates the engine selection for VC++. http://www.php.net/~sas/win32-engineselect.diff This has been successfully tested with VC++ 6.0. Together with the already committed patch for Unix, this completes the work on making CVS handling version-agnostic and more transparent to all PHP developers. - Sascha