Markus Fischer wrote:
>
> You need a support zip called win32build.zip mentioned
> somewhere in the FAQ where to download and adjust the MSVC
> pathes appropriate. After that, it compiles out of the box
> (with just a few warnings, ignore them).
Thanks for the pointer.. I had re
On Tue, Dec 25, 2001 at 06:37:12PM -0500, Craig Morrison wrote :
> Is there a definitive list somewhere of exactly what is needed (tools,
> headers, etc) to build PHP under Win32 using MSVC 6.0?
You need a support zip called win32build.zip mentioned
somewhere in the FAQ where to download
Markus Fischer wrote:
>
> >
> > When I try to build the sources from the Win32\php4.dsw I get a very long
> > message about bcmath\libbcmath\output.c and main\output.c producing an object
> > file in the same output directory and the project refuses to build.
>
> Use php4ts.dsw
At the risk
On Tue, Dec 25, 2001 at 05:56:47PM -0500, Craig Morrison wrote :
>
> Markus Fischer wrote:
> >
> > That's one of the major differences. You need some zend api
> > dependend #ifdef's to make the module header work under both
> > API's:
>
> Ahh, thanks!
>
> >
> > The exact erro
Markus Fischer wrote:
>
> That's one of the major differences. You need some zend api
> dependend #ifdef's to make the module header work under both
> API's:
Ahh, thanks!
>
> The exact error (what lib is missing? whats your config.m4
> and Makefile.in is looking like? Have
First, the documentation doesn't cover the latest changes.
Read the source, luke.
On Tue, Dec 25, 2001 at 05:25:49PM -0500, Craig Morrison wrote :
> Using the 4.0.6 source tree I get preprocessor errors for undefined symbols
> (STANDARD_MODULE_HEADERS is one). When trying to build under
Please pardon the intrusion, if this is too far off-topic for the list I
apologize now and welcome pointers to documentation, links, etc..
My build environment is: Windows 2000 Professional, MSVC++ 6.0 SP5.
I have been reading at www.php.net in the manual on how to build extensions to
PHP. I ha