Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38248 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75868 invoked from network); 15 Jun 2008 10:31:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2008 10:31:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad 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:61632] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 42/8A-06776-E6FE4584 for ; Sun, 15 Jun 2008 06:31:11 -0400 Received: by rv-out-0506.google.com with SMTP id g37so4695919rvb.23 for ; Sun, 15 Jun 2008 03:31:07 -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=ITMqsyhtoiv9Qg4389aOtktkNFMb7ZfT4OtA53s1bF4=; b=ZuTR9OY2QFkxNYQnnF/9Z2f5KUsgBhxJLFJ1+j8tzIbd0Ov6nmh4PgSp1p5ulk6A2H sNjcTU2+xsrED19Yy93FioAStDK8qCst/VslV7ttQQoo6NuSclfh3DTsqD5cKUnaxYS4 D0Q7womkuR5QIHsEx+bDFdF7beVgi792gc+e4= 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=oSYlFIMSMkwU3fBxKbQzpMYdCFaGI3SYNQy/0/CcIYPQ3qRhnpkab5XppxB5YV8d/E IGjG6PKg61bxJQ/VtHsKyX4lmHYJLP1KqlAN3zHj5/c8RueKYl/M5qrOAaJCxYgbnLrd mPnMJ4GWWwSHmO0SAQ/3tsUAEUO+E+g4ohcKs= Received: by 10.141.197.21 with SMTP id z21mr2959801rvp.233.1213525867875; Sun, 15 Jun 2008 03:31:07 -0700 (PDT) Received: by 10.140.178.14 with HTTP; Sun, 15 Jun 2008 03:31:07 -0700 (PDT) Message-ID: Date: Sun, 15 Jun 2008 12:31:07 +0200 To: "Lester Caine" Cc: "PHP internals" In-Reply-To: <4854D026.10201@lsces.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4854D026.10201@lsces.co.uk> Subject: Re: [PHP-DEV] Development environment From: pierre.php@gmail.com ("Pierre Joye") hi Lester, On Sun, Jun 15, 2008 at 10:17 AM, Lester Caine wrote: > Positive actions ... Great :-) > I've looked at the compiling on windows page > http://uk2.php.net/manual/en/install.windows.building.php and it looks like > I have the option to avoid M$ tools and build for windows using cygwin? Sorry but cygwin build is not supported. > My current development framework on both Windows and Linux is Eclipse, and > even my BuilderC++ code is managed through this, as well as all of my PHP, > JS and every other file format. You need VC++ and the platform SDK. Both can be installed without affecting any other softwares (be Borland, Eclipse or ICC). You can even have different versions of VC++ or different SDK installed without any problem. I have VC6/7/8/9 and two SDK installed on my windows development box. > In the past I have had no problems compiling my own builds of PHP on Linux, > and I have the code tree of the bits I want to play with set up in Eclipse > although I have not attempted to compile via that route. > > Simple question - is anybody actually using Eclipse to manage their > development work, and more important doing so to build windows binaries? It is not possible yet. It could be possible with CMake but that's another story. > Failing that building PHP via cygwin on the command line in Windows? > I would rather not get involved with Visual C++ even if it is free to > download now, I have enough trouble managing three configurations of Builder > 5 and 6 C++ and last time I downloaded an M$ SDK update it trashed the > Borland versions :( Installing VC++ should not affect your Borland setup. You can even install the MS tools without setting the ENVs globally (include, etc.). There is more infos and updated libraries available in our wiki (see the link in our previous mails). Feel free to ask us any other questions, we will happily help you to work on the interbase extension! Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org