Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:200 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90291 invoked from network); 23 Mar 2003 18:51:02 -0000 Received: from unknown (HELO mail.digarc.com) (216.204.113.51) by pb1.pair.com with SMTP; 23 Mar 2003 18:51:02 -0000 Received: from ctd01 (dsta-aa203.pivot.net [66.186.171.203]) by mail.digarc.com (8.11.6/8.11.2) with SMTP id h2NKW8E01857; Sun, 23 Mar 2003 15:32:08 -0500 Message-ID: <003301c2f16d$8a476820$06dea8c0@cyberware.local> To: "Wez Furlong" Cc: "php-dev" References: <1048001497.1516.3.camel@localhost.localdomain> <001901c2ed6f$b3be6f70$0301a8c0@TRABAJOS2> <016701c2f156$f6d83080$06dea8c0@cyberware.local> Date: Sun, 23 Mar 2003 13:53:45 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Re: [PHP-DEV] Win 32 Build problem From: rrichards@digarc.com ("Rob Richards") Thanks, working much better now Rob ----- Original Message ----- From: "Wez Furlong" To: "Rob Richards" Cc: "php-dev" Sent: Sunday, March 23, 2003 1:10 PM Subject: Re: [PHP-DEV] Win 32 Build problem > You are most likely building from the wrong branch. > > for PHP5: > co php5 > > for PHP 4.3.x > co -r PHP_4_3 php4 > > checking out HEAD from php4 will not work. > > --Wez.