Compile php extension to DLL

hi folks,

I am desperately looking the way to compile the php extension http://pecl.php.net/package/ps to DLL so that I could make it work with the script I am generating on windows … can u please guys generate it or tell me the smooth way to do it , Thanks

http://wiki.php.net/internals/windows/stepbystepbuild

Those instructions are to compile PHP, but you do the same thing. When you get to compiling the extension itself, remember to not compile it statically into the binary (see configure --help)

Good luck (you’ll need it).