Compiling PHP source on a Windows XP machine
Compiling PHP source on a Windows XP machine
am 14.08.2007 23:40:55 von Water Cooler v2
Can someone give me a step by step tutorial on how to compile the PHP
source tree on a Windows XP Pro machine?
For a background, I have mostly programmed in VB6, C# and VB.NET. I
understand the syntax of the following languages, but have not used
the tools around these (such as editors, make files, ant etc.):
C, C++, Ruby, Python, Common Lisp & Scheme, Java, PHP.
Help will be much appreciated.
Re: Compiling PHP source on a Windows XP machine
am 14.08.2007 23:49:56 von luiheidsgoeroe
On Tue, 14 Aug 2007 23:40:55 +0200, Water Cooler v2
wrote:
> Can someone give me a step by step tutorial on how to compile the PHP
> source tree on a Windows XP Pro machine?
First of all, before going through that, why would you like to compile
from source? The installer is pretty neat for Windows...
--
Rik Wasmus
Re: Compiling PHP source on a Windows XP machine
am 14.08.2007 23:50:27 von Water Cooler v2
On Aug 15, 2:40 am, Water Cooler v2 wrote:
> Can someone give me a step by step tutorial on how to compile the PHP
> source tree on a Windows XP Pro machine?
>
> For a background, I have mostly programmed in VB6, C# and VB.NET. I
> understand the syntax of the following languages, but have not used
> the tools around these (such as editors, make files, ant etc.):
>
> C, C++, Ruby, Python, Common Lisp & Scheme, Java, PHP.
>
> Help will be much appreciated.
I just spotted a file in the root of the source tree, that has the
instructions for building PHP source on a Windows machine. The file
name is README.WIN32-BUILD-SYSTEM. It is very well written.
Any other developer who may want to try it out may do so. I am going
to try it.
It also has an email address to write to if one encounters any
problems in building. The email address is: internals at lists dot php
dot net.
Re: Compiling PHP source on a Windows XP machine
am 14.08.2007 23:51:41 von Water Cooler v2
On Aug 15, 2:49 am, Rik wrote:
> On Tue, 14 Aug 2007 23:40:55 +0200, Water Cooler v2
> wrote:
>
> > Can someone give me a step by step tutorial on how to compile the PHP
> > source tree on a Windows XP Pro machine?
>
> First of all, before going through that, why would you like to compile
> from source? The installer is pretty neat for Windows...
> --
> Rik Wasmus
I already have the installer and have already installed PHP and have
been practicing since morning. Have read some of the manual as well. I
want to try geeking out by building from the source.
Re: Compiling PHP source on a Windows XP machine
am 14.08.2007 23:53:37 von luiheidsgoeroe
On Tue, 14 Aug 2007 23:51:41 +0200, Water Cooler v2
wrote:
> On Aug 15, 2:49 am, Rik wrote:
>> On Tue, 14 Aug 2007 23:40:55 +0200, Water Cooler v2
>> wrote:
>>
>> > Can someone give me a step by step tutorial on how to compile the PHP
>> > source tree on a Windows XP Pro machine?
>>
>> First of all, before going through that, why would you like to compile
>> from source? The installer is pretty neat for Windows...
>> --
>> Rik Wasmus
Please don't quote signatures.
> I already have the installer and have already installed PHP and have
> been practicing since morning. Have read some of the manual as well. I
> want to try geeking out by building from the source.
Ah, well, I see you've got your answer, so good luck to you. I myself try
to be lazy if I can :P.
--
Rik Wasmus