What are the first steps to creating a loadable DLL module extension for PHP to create my own native library support for Windows?
Does PHP recompile on windows? What tools are needed? I do not want to use exec and the command line.
php module dll php-extension
Olaseni
source share