Gri wrote:

> Does anyone know how to compile a php extension in windows.. in linux it
> is simple.. just to install php source and compile the extension. it
> doesn´t work in windows.

You'll need MSVC++ 6.x or higher, and a whole lot of patience...

There's some configuration file or other somewhere to set up all the paths 
and whatnot that MSVC needs, I think, but even that probably won't quite 
get it right for your box...

Count on this *not* being a quick job.

Far easier to just *FIND* the DLLs and throw them into your directory...

-- 
Like music?  http://l-i-e.com/artists.htm


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to