Re: New win32 build system

php.internals

Frank M. Kromann

22 years ago
Hi Wez, Cool. So far it also requires apache. ++diable+apache does not seam to work! - Frank
> I've committed the build infrastructure for the > "real programmers don't need an IDE" build system for win32. > > Why? > - It's frustrating to have to use VC6 to work on PHP if you > have a newer version that has incompatible project files. > - It's annoying to mess around with libxml2 stuff until it > stabilizes :-) and a pain to have to remember to edit > the config.w32.h header each time, and a pain to have to > avoid accidentally committing those changes each time. > - It's difficult to set up a fully working build environment > for PHP without installing everything. > - It's difficult for people without VC6 to create a win32 > project file for their extensions. > > Requirements: > You need windows script host (cscript.exe) and JScript installed. > This should be a standard config on windows machines since win98 > (perhaps optional under win98). > > You also need the Microsoft build tools (cl.exe, link.exe and
nmake.exe).

Wez Furlong

22 years ago
--disable-apache Works For Me (tm) What goes wrong for you? --Wez. ----- Original Message ----- From: "Frank M. Kromann" <frank@kromann.info> To: "Wez Furlong" <wez@thebrainroom.com> Cc: <internals@lists.php.net> Sent: Wednesday, December 03, 2003 12:18 AM Subject: Re: [PHP-DEV] New win32 build system