Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28714 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66483 invoked by uid 1010); 7 Apr 2007 23:28:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 66468 invoked from network); 7 Apr 2007 23:28:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Apr 2007 23:28:55 -0000 Authentication-Results: pb1.pair.com header.from=ooptimum@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=ooptimum@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.239 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: ooptimum@gmail.com X-Host-Fingerprint: 64.233.162.239 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.239] ([64.233.162.239:33105] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/41-54627-53928164 for ; Sat, 07 Apr 2007 19:28:55 -0400 Received: by nz-out-0506.google.com with SMTP id k1so807197nzf for ; Sat, 07 Apr 2007 16:28:51 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UewSXuhzK1f9ae8kEf8Li/doZpfGcyuwYX9ZZRTHfVPp7bvj3ikfwDJkTZ9MiDmKQjoy/FgmwWkqdgWs+UJFW3gXX1oxXL0yo9iwrNHkya1Z8lczQQW48F9y9UdQ/BfxHM4OTwbpY1+iFsUEqFlqNeZXmm0me8PrmGEqLD0SnY0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ik9HMlS2SJjFOt7dTmBAIIk4xPMFqIHAT8x4bO0hOiPGZvypSdFi8PNgW3P/mrtTi1Sl+qIufpCkXxs1cNtARPe30IA2BfoEHNcjH6adzj4u9EAELDnZO/oHbc1ox1SfkdQzKL4W5+qEz+PhsxpiORasIluvXi00fl8MgoHPlXM= Received: by 10.114.95.1 with SMTP id s1mr354006wab.1175988530894; Sat, 07 Apr 2007 16:28:50 -0700 (PDT) Received: by 10.114.14.16 with HTTP; Sat, 7 Apr 2007 16:28:50 -0700 (PDT) Message-ID: <70ae5a910704071628nd3f5643pb58b2c5f05b2f186@mail.gmail.com> Date: Sun, 8 Apr 2007 04:28:50 +0500 To: internals@lists.php.net In-Reply-To: <1175985600.4169.783.camel@johannes.nop> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <70ae5a910704071322k7d86fb7cl767b08fefa2a3f69@mail.gmail.com> <10845a340704071516p76e2f90ck688336865025b270@mail.gmail.com> <1175985600.4169.783.camel@johannes.nop> Subject: Re: [PHP-DEV] Build failed on Windows From: ooptimum@gmail.com ("Igor Golubev") On 4/8/07, Johannes Schl=FCter wrote: > If you just want to test patches and > stuff and are not interested in running a *nix system (at least inside > some kind of virtual machine/vmware/colinux like manner) you can still > use cygwin for building PHP. AFAIR, using cygwin in this case isn't supported nor working. > To the original poster: Do you really need PHP 4? - The build system > introduced with PHP 5 make life way simpler - and PHP 4 is from the > stone-age... Yes, I really do need to build PHP4 from the source. Actually my need is very rare and specific. I test Phalanger (PHP compiler for .NET) and need to build some missing extension for it. Of course, before that I need development libraries from PHP. Fortunately, Phalanger permits us to develop managed (in terms of .NET) wrapper for any third-party PHP extension, but unfortunately it does support PHP4 extensions only. Besides, it was very interesting to know how to build PHP on Windows. I never ever had any problems with that in Linux/FreeBSD, and was amazed how it's cumbersome in Windows. Igor.