Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37581 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44388 invoked from network); 11 May 2008 08:52:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 May 2008 08:52:04 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.228 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.198.228 rv-out-0506.google.com Received: from [209.85.198.228] ([209.85.198.228:8318] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 54/F8-34108-2B3B6284 for ; Sun, 11 May 2008 04:52:03 -0400 Received: by rv-out-0506.google.com with SMTP id g37so2025389rvb.23 for ; Sun, 11 May 2008 01:52:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ErypQadNE68uqPqbCrzLoY67PRqbtA8brFRTxMmxEao=; b=UNEQLqYunbqXcp2HUbee2gU52emR/qscM5CucS8W5ridKtNDIZ4RUPiZapV6XPhp3dmXGTnvxLiGXYE6Oe8RYh0MdkDBxMoaoYv3SLCQCIPJiZTSLoF4nlw69kAfN0kmUDdzrEEeSH5MPZrTCyVd7TfkuZdN+JKomvlYSUsw8Bo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GrIdtTZQe3vksL5SZsNFEtV/ei9RerC6yrrptVKngLapLR/YCrCY3OQApv9906X2QY8j9AWqJmeVuqrXmB5P3X5fI0E2fbrKWlLj7IuWE7PRg7LjU3EGDJoceTIQmeIpOeIYp35P7hLjDPc0Tqua9MUaLmizCPLjq1gpoPrsWzw= Received: by 10.140.88.11 with SMTP id l11mr3080727rvb.156.1210495920069; Sun, 11 May 2008 01:52:00 -0700 (PDT) Received: by 10.141.123.13 with HTTP; Sun, 11 May 2008 01:52:00 -0700 (PDT) Message-ID: Date: Sun, 11 May 2008 10:52:00 +0200 To: "Hector Santos" Cc: internals@lists.php.net In-Reply-To: <4826ABFC.6080104@isdg.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4826958F.7010900@isdg.net> <4826ABFC.6080104@isdg.net> Subject: Re: [PHP-DEV] README.WIN32-BUILD-SYSTEM From: pierre.php@gmail.com ("Pierre Joye") Hi Hector, On Sun, May 11, 2008 at 10:19 AM, Hector Santos wrote: > Building PHP using DSW files [PHP 4] > > Compiling PHP using the DSW files isn't supported as of > PHP 5, as a much more flexible system was made available. > Anyway, you can still use them, but keep in mind that they > are not maintained very often, so you can have compiling > problems. To compile PHP 4 for windows, this is the only > available way though. PHP4 is dead, any second spent on building it on windows is a wasted second :) > Once I get the "official maintained" command-line building method worked > out, I will update the Visual Studio project/solution files for both VS 6.0 > and VS 2005 (which is what I have). When I cross that bridge, I'll ask > someone to test the VS 2008 Express version. That would not be very useful. Nobody uses them and they are outdated. The normal and supported way is the cscript + nmake, which works for all VS (we are working on supporting 2k5/8 these days, incl. the deps). As Bjori pointed out, there is also updated information in the wiki, please consider to read it. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org