Hey guys,
I’m trying to compile PHP on Windows to create a dll file for an extension I need following these instructions:
https://wiki.php.net/internals/windows/stepbystepbuild
But even though php -m shows the extension loaded I don’t get a dll file, so I was wondering if I have to do something different than what it says on that page.
Can anyone give me a little hand on this?
Thanks